diff options
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 |