mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
14 lines
622 B
HTML
14 lines
622 B
HTML
{% if not homepage %}
|
|
<ul id="links">
|
|
<li><a href="/index.htm">Home</a></li>
|
|
<li><a href="/infodx.htm">Main Index</a></li>
|
|
<li><a href="/troggle">Troggle</a></li>
|
|
<li><a href="/areas.htm">Areas</a></li>
|
|
<li><a href="/indxal.htm">Caves</a></li>
|
|
<li><a href="/handbook/index.htm">Handbook</a></li>
|
|
<li><a href="/pubs.htm">Reports</a></li>
|
|
{% if editable %}<li><a href="{% url editflatpage path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
|
|
{% if cave_editable %}<li><a href="{% url edit_cave cave_editable %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}
|
|
</ul>
|
|
{% endif %}
|