summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2011-09-02 03:39:20 +0200
committerexpo <expo@expobox.potato.hut>2011-09-02 03:39:20 +0200
commit77dea07b400876cde999a33260793176f27aed0d (patch)
tree050a691b4238ce8122e9a96c745b5c62bc4ebef3 /templates/menu.html
parent77dcf7f7597dd6f946cfcb12cd8ed1773ac83b61 (diff)
parent59e7c4d5dfd38aa666f06f5104a9ceaa309818fd (diff)
downloadtroggle-77dea07b400876cde999a33260793176f27aed0d.tar.gz
troggle-77dea07b400876cde999a33260793176f27aed0d.tar.bz2
troggle-77dea07b400876cde999a33260793176f27aed0d.zip
branch merge
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/menu.html b/templates/menu.html
new file mode 100644
index 0000000..65b8544
--- /dev/null
+++ b/templates/menu.html
@@ -0,0 +1,12 @@
+{% 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 %}
+</ul>
+{% endif %}