diff options
Diffstat (limited to 'templates')
-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> |