diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/cave.html b/templates/cave.html index 1ba898e..9fbca0d 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -220,7 +220,7 @@ div.linear-scale-caption { } #frame .tab { position: absolute; - right: 0px;lass="cavedisplay" + right: 0px; width: 40px; height: 40px; box-sizing: border-box; @@ -421,7 +421,7 @@ div#scene { CV.UI.init( 'scene', { home: '/javascript/CaveView/', surveyDirectory: '/cave/3d/', - terrainDirectory: '/loser/surface/terrain/' + terrainDirectory: '/loser/surface/terrain/' } ); // load a single survey to display @@ -516,7 +516,10 @@ div#scene { {% if ent.entrance.exact_station %} <dt>Exact Station</dt><dd>{{ ent.entrance.exact_station|safe }} {{ ent.entrance.exact_location.y|safe }}, {{ ent.entrance.exact_location.x|safe }}, {{ ent.entrance.exact_location.z|safe }}m</dd> {% endif %} - {% if ent.entrance.other_station %} + {% if ent.entrance.find_location %} + <dt>Coordinates</dt><dd>{{ ent.entrance.find_location|safe }}</dd> + {% endif %} + {% if ent.entrance.other_station %} <dt>Other Station</dt><dd>{{ ent.entrance.other_station|safe }} {% if ent.entrance.other_description %} - {{ ent.entrance.other_description|safe }} |