2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-25 08:41:51 +00:00

Add simple search function to default menu

This commit is contained in:
Expo on server 2020-05-02 03:13:21 +01:00
parent 39c622d5bf
commit 2918b4b92c

View File

@ -7,6 +7,10 @@
<li><a href="/areas.htm">Areas</a></li>
<li><a href="/indxal.htm">Caves</a></li>
<li><a href="/expedition/2019">Troggle</a></li>
<li><form name=P method=get
action="/search" target="_top">
<input id="omega-autofocus" type=search name=P value="testing" size=8 autofocus></li>
<input type=submit value="Search">
{% 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>