summaryrefslogtreecommitdiffstats
path: root/templates/expowebbase.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-07-11 00:15:59 +0100
committerMartin Green <martin.speleo@gmail.com>2011-07-11 00:15:59 +0100
commit861daee66feb985ccfb9271c211dc1a27263fbf4 (patch)
tree43143d7e05d59ca83ef9d9f696071bf594f1d589 /templates/expowebbase.html
parentdb2d954b1d8d3a7454d51a7f6eebd88aa102e64c (diff)
downloadtroggle-861daee66feb985ccfb9271c211dc1a27263fbf4.tar.gz
troggle-861daee66feb985ccfb9271c211dc1a27263fbf4.tar.bz2
troggle-861daee66feb985ccfb9271c211dc1a27263fbf4.zip
Removed conversion to wiki, replaced Surveystation models with text, added area 1623 to all relevant caves.
Diffstat (limited to 'templates/expowebbase.html')
-rw-r--r--templates/expowebbase.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/templates/expowebbase.html b/templates/expowebbase.html
new file mode 100644
index 0000000..128ce54
--- /dev/null
+++ b/templates/expowebbase.html
@@ -0,0 +1,40 @@
+<html>
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>{% block title %}{% endblock %}
+</title>
+<link rel="stylesheet" type="text/css" href="../css/main2.css" />
+
+</head>
+<body>
+<div id="mainmenu">
+<ul>
+<li><a href="/index.htm">Expo web home</a></li>
+<li><a href="/intro.html">Introduction</a></li>
+<li><a href="/infodx.htm">Main index</a></li>
+<li><a href="/indxal.htm">Cave index</a></li>
+{% if cavepage %}
+<ul>
+<li><a href="{% url survexcaveslist %}">All Survex</a></li>
+<li><a href="{% url surveyscansfolders %}">Scans</a></li>
+<li><a href="{% url tunneldata %}">Tunneldata</a></li>
+<li><a href="{% url survexcavessingle 161 %}">161</a></li>
+<li><a href="{% url survexcavessingle 204 %}">204</a></li>
+<li><a href="{% url survexcavessingle 258 %}">258</a></li>
+<li><a href="{% url expedition 2009 %}">Expo2009</a></li>
+<li><a href="{% url expedition 2010 %}">Expo2010</a></li>
+<li><a href="{% url expedition 2011 %}">Expo2011</a></li>
+<li><a href="/admin">Django admin</a></li>
+</ul>
+{% endif %}
+<li><a href="/handbook/index.htm">Expedition handbook</a></li>
+<li><a href="/pubs.htm">Published reports</a></li>
+<li><a href="/areas.htm">Area description</a></li>
+<li><a href="/">CUCC website</a></li>
+</ul>
+</div>
+{% block content %}{% endblock %}
+</body>
+</html>
+