diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-14 00:17:57 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-14 00:17:57 +0300 |
commit | 5cfc237448dea39cf22238599ca3e4416a8d5ca2 (patch) | |
tree | 103b17105e4c4763698859e1f92cf8af867984ba /templates/caveindex.html | |
parent | bf8d8817709c94046681e070c6d5c75a99f05057 (diff) | |
download | troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.tar.gz troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.tar.bz2 troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.zip |
minor updates
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r-- | templates/caveindex.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index 60013ea..28f004d 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -24,7 +24,7 @@ </ul> Red star <span style="color: red">*</span> against a name indicates that no survex file is explicitly associated with the cave (but there might be a *fix somewhere)<br /> -Blue triangle <span style="color: blue">▼</span> against a name indicates that the cave is 'pending' creation properly.<br /> +Blue triangle <span style="color: #43C6DB">▼</span> against a name indicates that the cave is 'pending' creation properly.<br /> Orange triangle <span style="color: orange">▲</span> against a name indicates that the cave has no Entrance (and is not 'pending').<br /> Black triangle <span style="color: black">▲</span> against a name indicates that the cave has an Entrance, but no entrances have valid located survey stations. @@ -46,7 +46,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% 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 title="the cave has no Entrance (and is not 'pending')" style="color: orange">▲</span> {% endif %} - {% else %}<span title="the cave is 'pending' creation properly" style="color: blue">▼</span> + {% else %}<span title="the cave is 'pending' creation properly" style="color: #43C6DB">▼</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> @@ -70,7 +70,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.no_location %}<span style="color: black">▲</span>{% endif %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> @@ -95,7 +95,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.entrances %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> @@ -118,7 +118,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.entrances %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> |