mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 11:27:07 +00:00
52 lines
1.7 KiB
HTML
52 lines
1.7 KiB
HTML
<style>
|
|
.toolbarlinks
|
|
{
|
|
padding:5px;
|
|
background-color:#9ff;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
{% if troggle %}font-size:80%; {% endif %}
|
|
|
|
}
|
|
.toolbarlinkslocal
|
|
{
|
|
padding:5px;
|
|
background-color:#f9f;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
{% if troggle %}font-size:80%; {% endif %}
|
|
}
|
|
</style>
|
|
{% if settings.DEVSERVER %}
|
|
<div class="toolbarlinkslocal">
|
|
{% else %}
|
|
<div class="toolbarlinks">
|
|
{% endif %}
|
|
<a href="/logbookedit/">Logbook Entry</a> |
|
|
<a id="cavesLink" href="/caves_recent">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 id="entsLink" href="{% url "entranceindex" %}">Entrances</a> |
|
|
<a id="entsLink" href="/stations">Stations</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="/wallets/year/{{current_year}}">Wallets({{current_year}})</a> |
|
|
<a href="/logreport/{{current_year}}">Logbook({{current_year}})</a> |
|
|
<a href="/expedition/{{current_year}}">Expo({{current_year}})</a> |
|
|
<a href="{% url "controlpanel" %}">Control panel</a>
|
|
|
|
</div> |