Changeset 7092165 for asadb/template/fysm
- Timestamp:
- May 23, 2010, 12:58:41 AM (15 years ago)
- Branches:
- master, fysm-4-1, space-access, stable, stage, test-hooks
- Children:
- 6fe1ad0
- Parents:
- a10dd4b
- git-author:
- Alex Dehnert <adehnert@…> (05/23/10 00:58:41)
- git-committer:
- Alex Dehnert <adehnert@…> (05/23/10 00:58:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/fysm/fysm_detail.html
r101bf09 r7092165 1 {% extends "base .html" %}1 {% extends "base-plain.html" %} 2 2 {% load formcats %} 3 3 … … 7 7 8 8 <div class='fysm-navstrip'> 9 {% if prev %} 10 <p><a class='back' href='{% url fysm-view year prev.pk %}'>« {{prev.display_name}}</a></p> 11 {% endif %} 12 {% if next %} 13 <p><a class='forward' href='{% url fysm-view year next.pk %}'>{{next.display_name}} »</a></p> 14 {% endif %} 9 <p class='back'>{% if prev %} 10 <a href='{% url fysm-view year prev.pk %}'>« Previous: {{prev.display_name}}</a> 11 {%else%} 12 {% endif %}</p> 13 14 <p class='forward'>{% if next %} 15 <a href='{% url fysm-view year next.pk %}'>Next: {{next.display_name}} »</a> 16 {%else%} 17 {% endif %}</p> 18 15 19 <p class='up'><a href='{% url fysm year %}'>Up to Index</a></p> 20 16 21 <div style='clear: both;'></div> 17 22 </div>
Note: See TracChangeset
for help on using the changeset viewer.