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:
@@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
<div id="nav">
|
<div id="nav">
|
||||||
@@ -55,7 +56,6 @@
|
|||||||
{% block related %}
|
{% block related %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% include 'troggletoolbar.html' %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
REPLACE : The content
|
REPLACE : The content
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -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 %}
|
{% if settings.DEVSERVER %}
|
||||||
<div class="toolbarlinkslocal">
|
<div class="toolbarlinkslocal">
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="toolbarlinks">
|
<div class="toolbarlinks">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="/logbookedit/">Logbook Entry</a> |
|
<a href="/logbookedit/">Logbook Entry</a> |
|
||||||
<!--<a href="/1626/359/359.html">359 (HC)</a> |-->
|
|
||||||
<a id="cavesLink" href="/caves">Caves</a> |
|
<a id="cavesLink" href="/caves">Caves</a> |
|
||||||
<a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> |
|
<a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> |
|
||||||
<a href="/survexfile/">Survex</a> |
|
<a href="/survexfile/">Survex</a> |
|
||||||
|
|||||||
Reference in New Issue
Block a user