diff options
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/cave.html b/templates/cave.html index e12bdc8..f06845b 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -485,6 +485,13 @@ div#scene { <h2>Explorers</h2> {{ cave.explorers|safe }} {% endif %} +{% if cave.survex_file %} + <h2>Survex File</h2> + <p>[<a href="https://aardgoose.github.io/CaveView.js/">CaveView</a> display of the .3d file is temporarily disabled while we fix things (Nov.2021).<br> See <a href="/handbook/computing/todo.rst">/handbook/computing/todo.rst</a>.]<br><br> + Primary <a href="/survexfile/{{cave.survex_file}}">Survex file</a> for this cave + + <div id='scene'></div> +{% endif %} {% if cave.underground_description %} <h2>Underground Description</h2> {{ cave.underground_description|safe }} @@ -515,14 +522,7 @@ div#scene { <a href="{% url 'caveQMs' cave_id|safe %}">QM page for {{ cave_id|safe }}</a> {% endif %} -{% if cave.survex_file %} - <h2>Survex File</h2> - <p><a href="https://aardgoose.github.io/CaveView.js/">CaveView</a> display of the .3d file is temporarily disabled while we fix things (Nov.2021). See <a href="/handbook/computing/todo.rst">/handbook/computing/todo.rst</a>.<br> - <a href="{% if cave.kataster_number %}{% url "cave3d" cave.kataster_number %} {% else %}{% url "cave3d" cave.unofficial_number %} {% endif %}">3d file download</a> for this cave<br> - <a href="{% if cave.kataster_number %}{% url "survexcavessingle" cave.kataster_number %}{% else %}{% url "survexcavessingle" cave.unofficial_number %}{% endif %}">survex file</a> for this cave - - <div id='scene'></div> -{% endif %} + <h2>Scanned survey notes</h2> <a href="{% url "cavewallets" cave_id %}">{{ cave_id|safe }}</a> |