mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 13:11:36 +01:00
better formatting
This commit is contained in:
@@ -40,15 +40,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Last year's caves</h3>
|
|
||||||
<div style="column-count: 3;">
|
|
||||||
<table class="searchable">
|
|
||||||
{% for cave in caves_last_year %}
|
|
||||||
{% include 'cavelist_columns.html' %}
|
|
||||||
{% endfor %}
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>1623</h3>
|
<h3>1623</h3>
|
||||||
<div style="column-count: 3;">
|
<div style="column-count: 3;">
|
||||||
<table class="searchable">
|
<table class="searchable">
|
||||||
|
|||||||
@@ -26,7 +26,15 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti
|
|||||||
{% if entrance.best_station %}
|
{% if entrance.best_station %}
|
||||||
<a href="/stations#{{ entrance.best_station }}">{% endif %}
|
<a href="/stations#{{ entrance.best_station }}">{% endif %}
|
||||||
{{ entrance.name }}</a></td>
|
{{ entrance.name }}</a></td>
|
||||||
<td>{% for cave in entrance.cavelist %}<a href="{{ cave.url }}">{{ cave.number }}</a>{% endfor %}</td>
|
<td>{% for cave in entrance.cavelist %}<a href="{{ cave.url }}">
|
||||||
|
{% if cave.unexplored %}
|
||||||
|
<span style="color:red">
|
||||||
|
{% else %}
|
||||||
|
<span>
|
||||||
|
{% endif %}
|
||||||
|
{{ cave.number }}
|
||||||
|
</span>
|
||||||
|
</a>{% endfor %}</td>
|
||||||
|
|
||||||
<td>{% if entrance.findability%}
|
<td>{% if entrance.findability%}
|
||||||
{% if entrance.lat %}<a href="{{ entrance.firstcave.url }}">{% endif %}
|
{% if entrance.lat %}<a href="{{ entrance.firstcave.url }}">{% endif %}
|
||||||
@@ -58,7 +66,7 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>If the cave identifier is <span style="color:red">in red</span>, it means that the cave is undescended.
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user