diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 15:38:37 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 15:38:37 +0000 |
commit | 11cf61b0a340ff102e843655a7c408f0a4e3c16f (patch) | |
tree | c01f532abd7065d43678999e63f0f836e51efee1 /templates/troggletoolbar.html | |
parent | bac65b58972ea6143d6e6a53e4d12543c8dd1c84 (diff) | |
download | troggle-11cf61b0a340ff102e843655a7c408f0a4e3c16f.tar.gz troggle-11cf61b0a340ff102e843655a7c408f0a4e3c16f.tar.bz2 troggle-11cf61b0a340ff102e843655a7c408f0a4e3c16f.zip |
Put troggle reports menu on troggle handbook pages
Diffstat (limited to 'templates/troggletoolbar.html')
-rw-r--r-- | templates/troggletoolbar.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/troggletoolbar.html b/templates/troggletoolbar.html new file mode 100644 index 0000000..53f9ea0 --- /dev/null +++ b/templates/troggletoolbar.html @@ -0,0 +1,33 @@ +<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/>
+{% if settings.DEVSERVER %}
+<div class="toolbarlinkslocal">
+{% else %}
+<div class="toolbarlinks">
+{% endif %}
+ <a href="/logbookedit/">Logbook Entry</a> |
+ <!--<a href="/1626/359/359.html">359 (HC)</a> |-->
+ <a id="cavesLink" href="/caves">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> |
+ <a href="{% url "walletedit" %}">Upload Scans</a> |
+ <a href="{% url "dwgallfiles" %}">Drawings</a> |
+ <a href="{% url "dwgupload" %}">Upload Drawings</a> |
+ <a href="{% url "photoupload" %}">Upload Photos</a> |
+ <a href="{% url "gpxupload" %}">Upload GPX</a> |
+
+ <br>
+
+ <a href="{% url "dataissues" %}">Data Issues</a> |
+ <a href="/handbook/computing/todo-data.html">tasks to do </a> |
+ <a id="entsLink" href="{% url "entranceindex" %}">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/{{current_year}}">Wild Survex({{current_year}})</a> |
+ <a href="/wallets/year/{{current_year}}">Wallets({{current_year}})</a> |
+ <a href="/expedition/{{current_year}}">Expo({{current_year}})</a> |
+ <a href="{% url "controlpanel" %}">Control panel</a> |
+
+</div>
\ No newline at end of file |