diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 14:15:35 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 14:15:35 +0300 |
commit | 12aa6ced869a442e757616e41abde32eee9ea0b8 (patch) | |
tree | 910693fa9aa239e3483b3f6d84e278f9a0168abf /templates/base.html | |
parent | ee5a2c9ef84f5d8fa45652763f532d4db371364c (diff) | |
download | troggle-12aa6ced869a442e757616e41abde32eee9ea0b8.tar.gz troggle-12aa6ced869a442e757616e41abde32eee9ea0b8.tar.bz2 troggle-12aa6ced869a442e757616e41abde32eee9ea0b8.zip |
length of unreference cave survey added
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 3fbe04f..46f29b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,9 +31,10 @@ {% else %} <div class="toolbarlinks"> {% endif %} - <a href="/survexfile/caves-1623/264/264.svx">264</a> | - <a href="/survexfile/caves-1623/290/290.svx">290</a> | - <a href="/survexfile/caves-1626/359/359.svx">359</a> | + <a href="/1623/290/290">290 (FGH)</a> | + <a href="/1626/359/359.html">359 (HC)</a> | + <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | + <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "allscans" %}">Scans</a> | @@ -41,18 +42,16 @@ <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | - <a href="/1623/290/290">290 (FGH)</a> | - <a href="/1623/264/264.html">264 (Balkonhöhle)</a> | + <br> <a href="{% url "dataissues" %}">Data Issues</a> | <a href="/handbook/computing/todo-data.html">tasks to do </a> | - <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | - <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | <a id="entsLink" href="{% url "eastings" %}">ents</a> | <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | + <a href="/survexfilewild/2023">Wild Survex(2023)</a> | <a href="/wallets/year/2023">Wallets(2023)</a> | <a href="{% url "expedition" 2023 %}">Expo(2023)</a> | <a href="{% url "controlpanel" %}">Control panel</a> | |