Changeset 185:73eb574a8fa1

Show
Ignore:
Timestamp:
09/02/08 20:57:39 (19 months ago)
Author:
rgrp
Branch:
default
convert_revision:
svn:10edda23-d834-0410-9182-b00384516d49/trunk@197
Message:

[templates/thread][s]: minor fixes to thread read view to improve instructions and provide link to geochrono view.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • microfacts/templates/thread/read.html

    r184 r185  
    1818    <aside id="thread-control-${c.thread.id}"> 
    1919      <h2>Thread control:</h2> 
    20       <p>To move between different Factlets in the Thread either use the 
    21       controls below or click on the relevant Factlet in the thread list.</p> 
    22       <form> 
    23         <input type="button" value="&laquo; Previous" class="prev" /> 
    24         <input type="button" value="Next &raquo;" class="next" /> 
    25       </form> 
    26       <p> 
    27         ${h.link_to("Edit This Thread &raquo;", h.url_for(controller='thread', 
    28         action='update'))} 
    29       </p> 
     20      <p>To move between different factlets in the thread just click on the 
     21      relevant Factlet in the thread list.</p> 
     22      <h2>Alternative Views</h2> 
     23      <p>Want to see this data differently? Choose from the following views:</p> 
     24      <ul> 
     25        <li> 
     26          ${h.link_to("Basic List", h.url_for(controller='thread', action='read'))} 
     27        </li> 
     28        <li> 
     29          ${h.link_to("Geochrono", h.url_for(controller='thread', action='read_geochrono'))} 
     30        </li> 
     31      </ul> 
    3032    </aside> 
    3133 
     
    3537        Thread: ${c.thread.title} 
    3638        <span class="small quiet">(${h.link_to("Edit", h.url_for(controller='thread', action='update'))})</span> 
     39        <span class="small quiet">(${h.link_to("Geochrono", h.url_for(controller='thread', action='read_geochrono'))})</span> 
    3740      </h2> 
    3841