mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-01-19 09:04:18 +00:00
better formatting
This commit is contained in:
@@ -40,15 +40,6 @@
|
||||
</table>
|
||||
</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>
|
||||
<div style="column-count: 3;">
|
||||
<table class="searchable">
|
||||
|
||||
@@ -26,7 +26,15 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti
|
||||
{% if entrance.best_station %}
|
||||
<a href="/stations#{{ entrance.best_station }}">{% endif %}
|
||||
{{ 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%}
|
||||
{% 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 %}
|
||||
</tbody>
|
||||
</ul>
|
||||
|
||||
<p>If the cave identifier is <span style="color:red">in red</span>, it means that the cave is undescended.
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user