summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r--templates/caveindex.html27
1 files changed, 26 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html
index 4c2fb52..3b69886 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -84,6 +84,7 @@ Black triangle <span style="color: black">&#x25B2;</span> against a name indicat
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
</p>
+
<h3>1627</h3>
<div style="column-count: 3;">
<table class="searchable">
@@ -98,11 +99,35 @@ Black triangle <span style="color: black">&#x25B2;</span> against a name indicat
{% endif %}
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
</td></tr>
+ {% endfor %}
+</table>
+</div>
+
+ <p style="text-align:right">
+ <a href="{% url "newcave" %}">New Cave</a><br>
+ <a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
+ </p>
+
+<h3>1624</h3>
+<div style="column-count: 3;">
+<table class="searchable">
+ {% for cave in caves1624 %}
+ <tr><td><a href="{{ cave.url }}">{% if cave.kataster_number %}{{ cave.kataster_number }} {{cave.official_name|safe}}</a> {% if cave.unofficial_number %}({{cave.unofficial_number }}){% endif %}{% else %}{{cave.unofficial_number }} {{cave.official_name|safe}}</a> {% endif %}
+ {% if cave.filename %}
+ {% if cave.no_location %}<span style="color: black">&#x25B2;</span>{% endif %}
+ {% if cave.entrances %}
+ {% else %}<span style="color: orange">&#x25B2;</span>
+ {% endif %}
+ {% else %}<span style="color: blue">&#x25BC;</span>
+ {% endif %}
+ {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
+ </td></tr>
{% endfor %}
</table>
-</div>
+</div>
+
<p style="text-align:right">
<a href="{% url "newcave" %}">New Cave</a><br>
<a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>