2011-08-08 09:51:47 +01:00
|
|
|
{% 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="/handbook/index.htm">Handbook</a></li>
|
2021-03-31 16:14:36 +01:00
|
|
|
<li><a href="/handbook/computing/onlinesystems.html">Online systems</a></li>
|
2011-08-08 09:51:47 +01:00
|
|
|
<li><a href="/pubs.htm">Reports</a></li>
|
2020-04-03 01:11:30 +01:00
|
|
|
<li><a href="/areas.htm">Areas</a></li>
|
2020-06-05 23:08:53 +01:00
|
|
|
<li><a href="/caves">Caves</a></li>
|
2020-04-03 01:11:30 +01:00
|
|
|
<li><a href="/expedition/2019">Troggle</a></li>
|
2020-05-13 19:59:41 +01:00
|
|
|
<li><form name=P method=get action="/search" target="_top">
|
2021-04-21 22:09:42 +01:00
|
|
|
<input id="omega-autofocus" type=search name=P placeholder="testing" size=8 autofocus>
|
2020-05-13 19:59:41 +01:00
|
|
|
<input type=submit value="Search"></li>
|
2021-03-31 16:14:36 +01:00
|
|
|
{% if editable %}<li><a href="{% url "editexpopage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
|
2021-04-14 00:11:59 +01:00
|
|
|
{% if cave_editable %}<li><a href="{% url "edit_cave" cave.slug %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}
|
2011-08-08 09:51:47 +01:00
|
|
|
</ul>
|
|
|
|
{% endif %}
|