diff options
author | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
commit | 60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f (patch) | |
tree | d8fa1d3e8bb222e4068b694df0dc42ce3aa9980f /templates/base.html | |
parent | b135ab64e7873169e8a3c973f3ea9d0fbb18e319 (diff) | |
download | troggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.tar.gz troggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.tar.bz2 troggle-60dcb82ef6ca4faf4b7e2e5cb2d407961af5ea3f.zip |
[svn] now with ability to make new svx file
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index b0c986c..3c519d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,6 +31,15 @@ {% endblock %}
</div>
</div>
+<div class="toolbarlinks">
+ <a href="{% url survexcaveslist %}">Cave Survex</a> |
+ <a href="{% url survexcavessingle 161 %}">161</a> |
+ <a href="{% url survexcavessingle 204 %}">204</a> |
+ <a href="{% url survexcavessingle 258 %}">258</a> |
+ <a href="{% url expedition 2008 %}">Expo2008</a> |
+ <a href="{% url expedition 2009 %}">Expo2009</a> |
+ <a href="/admin">Django admin</a>
+</div>
<div id="nav">
{% block nav %}
@@ -60,7 +69,7 @@ </div>
-
+ <div class="footer">
<ul class="dropdown" id="footerLinks">
<li><a href="#">External links</a>
@@ -93,6 +102,6 @@ <li class="toggleMenu"><a href="#">hide menu</a></li>
</ul>
- <div class="toggleMenu" style="display:none; position:fixed; bottom:0; right:130px"><a href="#">Show menu</a></li>
+ </div>
</body>
</html>
|