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>
|
||||
{% 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 %}
|
||||
|
||||
@@ -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> |
|
||||
|
||||
Reference in New Issue
Block a user