| 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="« Previous" class="prev" /> |
|---|
| 24 | | <input type="button" value="Next »" class="next" /> |
|---|
| 25 | | </form> |
|---|
| 26 | | <p> |
|---|
| 27 | | ${h.link_to("Edit This Thread »", 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> |
|---|