mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
added popup text for triangkles
This commit is contained in:
parent
31461531fc
commit
0151626c0b
@ -43,12 +43,12 @@ Black triangle <span style="color: black">▲</span> against a name indicat
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cave.filename %}
|
{% if cave.filename %}
|
||||||
{% if cave.entrances %}
|
{% if cave.entrances %}
|
||||||
{% if cave.no_location %}<span style="color: black">▲</span>{% endif %}
|
{% if cave.no_location %}<span title="the cave has an Entrance, but no entrances have located survey station" style="color: black">▲</span>{% endif %}
|
||||||
{% else %}<span style="color: orange">▲</span>
|
{% else %}<span title="the cave has no Entrance (and is not 'pending')" style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}<span style="color: blue">▼</span>
|
{% else %}<span title="the cave is 'pending' creation properly" style="color: blue">▼</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
{% if cave.survex_file %}{% else %}<span title="no survex file is explicitly associated with the cave (but there might be a *fix somewhere)" style="color: red">*</span>{% endif %}
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -114,7 +114,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat
|
|||||||
{% for cave in caves1624 %}
|
{% 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 %}
|
<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.filename %}
|
||||||
{% if cave.no_location %}<span style="color: black">▲</span>{% endif %}
|
{% if cave.no_location %}<span style="color: black">▲</span>{% endif %}
|
||||||
{% if cave.entrances %}
|
{% if cave.entrances %}
|
||||||
{% else %}<span style="color: orange">▲</span>
|
{% else %}<span style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user