mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
Report format clean-up
This commit is contained in:
parent
9489b9209d
commit
4ae79a642e
@ -485,10 +485,11 @@ div#scene {
|
|||||||
<h2>Explorers</h2>
|
<h2>Explorers</h2>
|
||||||
{{ cave.explorers|safe }}
|
{{ cave.explorers|safe }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<h2>Survex File(s)</h2>
|
||||||
|
All <a href="/survexfile/{{cave.kataster_number}}">survexfiles</a> for this cave<br />
|
||||||
{% if cave.survex_file %}
|
{% if cave.survex_file %}
|
||||||
<h2>Survex File</h2>
|
Primary <a href="/survexfile/{{cave.survex_file}}">survex file</a> for this cave
|
||||||
<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>
|
<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>
|
<div id='scene'></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{% load link %}
|
{% load link %}
|
||||||
{% block title %} QM: {{qm|safe}} {% endblock %}
|
{% block title %} QM: {{qm|safe}} {% endblock %}
|
||||||
{% block contentheader %}
|
{% block contentheader %}
|
||||||
<h2>Question marks for <a href="/{{cave.url}}">{{cave.kataster_number}} - {{cave.official_name|safe}}</a> - {{cave.unofficial_number}}</h2>
|
<h2>Question marks for <a href="/{{cave.url}}">{{cave.kataster_number}} {% if cave.official_name %}- {{cave.official_name|safe}}{% endif %}</a>{% if cave.unofficial_number %} - ({{cave.unofficial_number|safe}}){% endif %}</h2>
|
||||||
|
|
||||||
<p>Note that QMs loaded for 1623-161, 1623-204 and 1623-234 are imported from CSV files .
|
<p>Note that QMs loaded for 1623-161, 1623-204 and 1623-234 are imported from CSV files .
|
||||||
|
|
||||||
@ -24,10 +24,13 @@
|
|||||||
<p>For full explanation of the current status of the QM system(s), see <a href="/handbook/troggle/scriptsqms.html">scriptsqms page</a>.
|
<p>For full explanation of the current status of the QM system(s), see <a href="/handbook/troggle/scriptsqms.html">scriptsqms page</a>.
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<hr />
|
||||||
|
{{cave.slug}} - all <a href="/survexfile/{{cave.kataster_number}}">Survexfiles</a><br />
|
||||||
|
{{cave.slug}} - <a href="/survexfile/{{cave.survex_file}}">Primary survexfile</a>
|
||||||
<h3>Open leads</h3>
|
<h3>Open leads</h3>
|
||||||
<ul>{% for QM in cave.get_open_QMs %}
|
<ul>{% for QM in cave.get_open_QMs %}
|
||||||
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a>
|
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a>
|
||||||
{% if QM.nearest_station_name %}§<em>{{QM.nearest_station_name|safe}}</em>§{% endif %}
|
{% if QM.nearest_station_name %}§<em><span style="font-family: monospace">{{QM.nearest_station_name|safe}}</span></em>§{% endif %}
|
||||||
{{QM.location_description|safe}} <b>{{QM.grade}}</b>
|
{{QM.location_description|safe}} <b>{{QM.grade}}</b>
|
||||||
{% if QM.block %} <a href="/survexfile/{{QM.block.survexfile.path}}.svx">{{QM.block}}.svx</a> {{QM.block.date|date:'Y-m-d'}} {% endif %}
|
{% if QM.block %} <a href="/survexfile/{{QM.block.survexfile.path}}.svx">{{QM.block}}.svx</a> {{QM.block.date|date:'Y-m-d'}} {% endif %}
|
||||||
{% if QM.comment %}
|
{% if QM.comment %}
|
||||||
@ -42,8 +45,8 @@
|
|||||||
<h3>Ticked off</h3>
|
<h3>Ticked off</h3>
|
||||||
<ul>{% for QM in cave.get_ticked_QMs %}
|
<ul>{% for QM in cave.get_ticked_QMs %}
|
||||||
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a>
|
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a>
|
||||||
{% if QM.nearest_station_name %}§<em>{{QM.nearest_station_name|safe}}</em>§{% endif %}
|
{% if QM.nearest_station_name %}§<em><span style="font-family: monospace">{{QM.nearest_station_name|safe}}</span></em>§{% endif %}
|
||||||
{% if QM.resolution_station_name %}<b>☆<em>{{QM.resolution_station_name|safe}}</em>☆</b>{% endif %}
|
{% if QM.resolution_station_name %}<b>☆<em><span style="font-family: monospace">{{QM.resolution_station_name|safe}}</span></em>☆</b>{% endif %}
|
||||||
{{QM.location_description|safe}} <b>{{QM.grade}}</b>
|
{{QM.location_description|safe}} <b>{{QM.grade}}</b>
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,60 +18,62 @@
|
|||||||
<th id="status"><a class="whitetext" href="{{qm.get_next_by_id.get_absolute_url}}">Next QM</a></th>
|
<th id="status"><a class="whitetext" href="{{qm.get_next_by_id.get_absolute_url}}">Next QM</a></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div style="font-size: 120%">
|
||||||
|
<div style="text-align:center; font-family: sans-serif;font-size: 150%; border:solid">{{qm.location_description|safe}}</div>
|
||||||
{% if qm.ticked %}
|
{% if qm.ticked %}
|
||||||
<h3>This QM is TICKED</h3>
|
<h4>This QM is <span style="color:blue; background:lime">TICKED</span></h4>
|
||||||
|
|
||||||
|
|
||||||
{% if qm.resolution_station_name %}
|
{% if qm.resolution_station_name %}
|
||||||
The survey station which record the continuation of the cave past this QM is <b>{{qm.resolution_station_name}}</b>.<br />
|
The survey station which record the continuation of the cave past this QM is <b>{{qm.resolution_station_name}}</b>.<br />
|
||||||
{%endif %}
|
{%endif %}
|
||||||
Tick off comment: '{{qm.comment|safe}}'</a> <br />
|
|
||||||
Tick off completion description: '{{qm.completion_description|safe}}' </a> <br />
|
Tick off completion description: '{{qm.completion_description|safe}}' </a> <br />
|
||||||
Tick off date: '{{qm.completion_date|date:'Y-m-d'}}' [For survex file ticks. not implemented yet]</a> <br />
|
Tick off date: '{{qm.completion_date|date:'Y-m-d'}}' [For survex file ticks. not implemented yet]</a> <br />
|
||||||
{% endif %}
|
Tick off comment: '{{qm.comment|safe}}'</a> <br />
|
||||||
QM page_ref: '{{qm.page_ref|safe}}'<br>
|
|
||||||
|
|
||||||
{% if qm.cave %}
|
|
||||||
<h3>Cave: {{qm.cave|safe }}</h3>
|
|
||||||
{{ qm.cave|safe }}<a href="{% url 'caveQMs' qm.cave|safe %}">All QMs </a> <br>
|
|
||||||
{{ qm.cave|safe }}<a href="/{{ qm.cave.url }}"> description </a> <br />
|
|
||||||
{{ qm.cave }} <a href="/survexfile/{{ qm.cave.kataster_number }}"> survexfiles </a> <br />
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<h3>This QM is OPEN</h3>
|
<h4>This QM is <span style="color:red; background:yellow">OPEN</span></h4>
|
||||||
Comment: '{{qm.comment}}'</a> <br />
|
Comment: '<span style="color:red;">{{qm.comment}}</span>'</a> <br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<h3>QM Number: {{qm.number}} Grade: {{qm.grade}} </h3>
|
<h4>QM Number: {{qm.number}} Grade: {{qm.grade}} </h4>
|
||||||
|
|
||||||
<p>Explanation of Grade letters: <a href="/handbook/survey/qm.html">Handbook - QM grades</a>
|
<p>Explanation of Grade letters: <a href="/handbook/survey/qm.html">Handbook - QM grades</a>
|
||||||
|
|
||||||
{% if qm.block %}
|
{% if qm.block %}
|
||||||
<h3>Survexfile</h3>
|
<h4>Survexfile</h4>
|
||||||
{{qm.block.date|date:'Y-m-d'}} <a href="/survexfile/{{qm.block.survexfile.path}}.svx">{{qm.block}}.svx</a>
|
{{qm.block.date|date:'Y-m-d'}} <a href="/survexfile/{{qm.block.survexfile.path}}.svx">{{qm.block}}.svx</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<h4>QM original closest survey station</h4>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h3>QM original closest survey station</h3>
|
|
||||||
{% if qm.block %}
|
{% if qm.block %}
|
||||||
Survex block: {{qm.blockname}}
|
Survex block: {{qm.blockname}}
|
||||||
<br>
|
<br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}
|
QM Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}<br />
|
||||||
<h3>QM original description</h3>
|
QM page_ref: '{{qm.page_ref|safe}}'<br>
|
||||||
{{qm.location_description}}
|
|
||||||
|
<h4>QM original description</h4>
|
||||||
|
{{qm.location_description|safe}}
|
||||||
|
|
||||||
{% if qm.found_by %}
|
{% if qm.found_by %}
|
||||||
<h3>Creation</h3>
|
<h4>Creation</h4>
|
||||||
Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.found_by.date}}.
|
Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.found_by.date}}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if qm.cave %}
|
||||||
|
<h4>Cave: {{qm.cave|safe }}</h4>
|
||||||
|
{{ qm.cave|safe }} - <a href="{% url 'caveQMs' qm.cave|safe %}">All QMs </a> <br>
|
||||||
|
{{ qm.cave|safe }} - <a href="/{{ qm.cave.url }}"> cave description </a> <br />
|
||||||
|
{{ qm.cave|safe }} - <a href="/survexfile/{{ qm.cave.kataster_number }}"> survexfiles </a> <br />
|
||||||
|
{{ qm.cave|safe }} - all <a href="/survexfile/{{qm.cave.kataster_number}}">survexfiles</a><br />
|
||||||
|
{{ qm.cave|safe }} - <a href="/survexfile/{{qm.cave.survex_file}}">primary survexfile</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>QMs available for these caves from CSV import</h3>
|
<h4>QMs available for these caves from CSV import</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{% url 'caveQMs' '1623-161' %}">1623-161 QMs</a> Maybe OUT OF DATE. See <a href="/1623/161/qmdone.htm">the curated list <b>instead</b></a>
|
<li><a href="{% url 'caveQMs' '1623-161' %}">1623-161 QMs</a> Maybe OUT OF DATE. See <a href="/1623/161/qmdone.htm">the curated list <b>instead</b></a>
|
||||||
<li><a href="{% url 'caveQMs' '1623-204' %}">1623-204 QMs</a> Maybe OUT OF DATE. See <a href=" /1623/204/qm.html">the curated list <b>instead</b></a>
|
<li><a href="{% url 'caveQMs' '1623-204' %}">1623-204 QMs</a> Maybe OUT OF DATE. See <a href=" /1623/204/qm.html">the curated list <b>instead</b></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user