diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-03-01 23:34:50 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-03-01 23:34:50 +0000 |
commit | 7fb42c926feb405846104f4375f795bcecb71f14 (patch) | |
tree | 9700e1b39f8f9c07fdef99f9edc29c78fe6334dd | |
parent | 06861144c3e6723e5fd6bd2bfda93d672bebe7c6 (diff) | |
download | troggle-7fb42c926feb405846104f4375f795bcecb71f14.tar.gz troggle-7fb42c926feb405846104f4375f795bcecb71f14.tar.bz2 troggle-7fb42c926feb405846104f4375f795bcecb71f14.zip |
more fields added
-rw-r--r-- | templates/controlPanel.html | 1 | ||||
-rw-r--r-- | templates/entrancetags.html | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 0c48fd0..ac83873 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -7,6 +7,7 @@ <li><a href="/logreport/{{year}}">Delete logbook entry</a> -Online logbook suffers duplicate entries <span style="color:red">{{error}}</span> <li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation <li><a href="/entrances">Entrances</a> -tag station/other station, *fix 'p' station for each entrance +<li><a href="/enttags">Entrances: Lost</a> -where there is no lat./long. for the entrance (only for 1623) <li><a href="/stations">Entrance *fix stations</a> -lat./long. and UTM and altitudes of stations <li><a href="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names <li><a href="/aliases/{{year}}">Expoer name aliases</a> -short names recognised by troggle diff --git a/templates/entrancetags.html b/templates/entrancetags.html index 06d726e..e868f01 100644 --- a/templates/entrancetags.html +++ b/templates/entrancetags.html @@ -47,6 +47,11 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti {% if entrance.marking_comment%}{{ entrance.marking_comment|safe }}<br />{% endif %} <em> {{ entrance.location_description|safe }}</em> +<font color="darkblue"> {{ entrance.entrance_description|safe }}</font> +<font color="green"> {{ entrance.underground_description|safe }}</font> +<font color="red"> {{ entrance.other_description|safe }}</font> +<font color="darkgreen"> {{ entrance.approach|safe }}</font> + </td> </tr> |