2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 15:27:13 +00:00

troggle pages menu

This commit is contained in:
2025-01-28 19:56:16 +00:00
parent 1f0a4806a2
commit 6e7f0d39cc
2 changed files with 17 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
</div>
</div>
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
<div id="nav">
@@ -55,7 +56,6 @@
{% block related %}
{% endblock %}
</div>
{% include 'troggletoolbar.html' %}
{% block content %}
REPLACE : The content
{% endblock %}

View File

@@ -1,11 +1,25 @@
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/trog3.css" title="troggle-style"/>
<style>
.toolbarlinks
{
padding:5px;
background-color:#9ff;
text-align:center;
font-weight:bold;
}
.toolbarlinkslocal
{
padding:5px;
background-color:#f9f;
text-align:center;
font-weight:bold;
}
</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> |