mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-20 01:01:07 +01:00
undropped caves page
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
|
||||
{% include 'cave_red_star.html' %}
|
||||
<p>
|
||||
See <em><a href="/caves">All Caves</a></em> for all the caves in areas 1623, 1626, 1624, 1627
|
||||
See <em><a href="/caves">All Caves</a></em> for all the caves in areas 1623, 1626, 1624, 1627 <br />
|
||||
See <em><a href="/caves_undropped">Undropped Caves</a></em> for all unexplored caves
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
|
||||
0
templates/cavesallindex - Copy.html:Zone.Identifier
Normal file
0
templates/cavesallindex - Copy.html:Zone.Identifier
Normal file
@@ -22,7 +22,8 @@
|
||||
|
||||
{% include 'cave_red_star.html' %}
|
||||
|
||||
<p>Go to <a href="/caves_recent">Recent Caves</a> for a shorter list of recent caves.
|
||||
<p>See <em><a href="/caves_undropped">Undropped Caves</a></em> for all unexplored caves<br />
|
||||
See <em> <a href="/caves_recent">Recent Caves</a></em> for a shorter list of recent caves.
|
||||
|
||||
<p style="text-align:right">
|
||||
<a href="{% url "newcave" %}">New Cave</a><br>
|
||||
|
||||
40
templates/cavesundropped.html
Normal file
40
templates/cavesundropped.html
Normal file
@@ -0,0 +1,40 @@
|
||||
{% extends "cavebase.html" %}
|
||||
|
||||
{% block title %}Undescended Caves{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>Undescended Caves</h1>
|
||||
|
||||
{% include 'cave_red_star.html' %}
|
||||
|
||||
<p>
|
||||
See <em><a href="/caves">All Caves</a></em> for all the caves in areas 1623, 1626, 1624, 1627 <br />
|
||||
See <em><a href="/caves_recent">Recent Caves</a></em> for a full list of recent caves.
|
||||
|
||||
<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>1623</h3>
|
||||
<div style="column-count: 3;">
|
||||
|
||||
{% for cave in caves1623 %}
|
||||
{% include 'cavelist_columns.html' %}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h3>1626</h3>
|
||||
<div style="column-count: 3;">
|
||||
|
||||
{% for cave in caves1626 %}
|
||||
{% include 'cavelist_columns.html' %}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user