diff options
Diffstat (limited to 'templates/expowebbase.html')
-rw-r--r-- | templates/expowebbase.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/templates/expowebbase.html b/templates/expowebbase.html index becdb05..4e9e922 100644 --- a/templates/expowebbase.html +++ b/templates/expowebbase.html @@ -1,11 +1,10 @@ +<!DOCTYPE html> <html> <head> - -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{% block title %}{% endblock %} </title> <link rel="stylesheet" type="text/css" href="../css/main2.css" /> - </head> <body> <div id="mainmenu"> @@ -13,17 +12,19 @@ <li><a href="/index.htm">Expo website 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> +<li><a href="/caves/">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" 2012 %}">Expo2012</a></li> -<li><a href="{% url "expedition" 2013 %}">Expo2013</a></li> +<li><a href="{% url "survexcavessingle" "caves-1623/290/290.svx" %}">290</a></li> +<li><a href="{% url "survexcavessingle" "caves-1623/291/291.svx" %}">291</a></li> +<li><a href="{% url "survexcavessingle" "caves-1626/359/359.svx" %}">359</a></li> +<li><a href="{% url "survexcavessingle" "caves-1623/258/258.svx" %}">258</a></li> +<li><a href="{% url "survexcavessingle" "caves-1623/264/264.svx" %}">264</a></li> +<li><a href="{% url "expedition" 2018 %}">Expo2018</a></li> +<li><a href="{% url "expedition" 2019 %}">Expo2019</a></li> <li><a href="/admin">Django admin</a></li> </ul> {% endif %} |