summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-10-03 20:35:23 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-10-03 20:35:23 +0300
commit4495be2083e252802ce9c309b162bab27181ed0f (patch)
tree274a628a3c3090b189169921eba19b583d0fc1f2
parentfe28d9ba391efb72afe8e92e2754d32a361f1212 (diff)
downloadtroggle-4495be2083e252802ce9c309b162bab27181ed0f.tar.gz
troggle-4495be2083e252802ce9c309b162bab27181ed0f.tar.bz2
troggle-4495be2083e252802ce9c309b162bab27181ed0f.zip
explanation of column headings
-rw-r--r--templates/eastings.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/eastings.html b/templates/eastings.html
index 4459365..235db76 100644
--- a/templates/eastings.html
+++ b/templates/eastings.html
@@ -18,6 +18,11 @@ Coordinate systems in Austria are explained in:<br>
<a href="/handbook/survey/coord.htm">Basic Coordinate Systems</a>.
<p>The data in the table immediately below has been hand-entered and is sometimes very wrong.
+<p>For the Cave column, if there is an official cave name, then it is shown.
+Otherwise whatever other name we can find for it is shown <em>in italics</em>.
+For the Entrance column, if the entrance has a name (e.g. Gr&uuml;ner Eingang in Schwarzmooskogeleish&ouml;hle) then it is shown.
+ Otherwise it says "Anon:" followed by whatever other name we can find for it, usually the entrance id slug, <em>in italics</em>.
+
<table>
<tr><th>Cave</th><th>Entrance</th><th>Easting</th><th>Northing</th><th>tag</th><th>tag exact</th><th>tag other</th><th>slug</th></tr>
{% for ent in ents %}
@@ -28,14 +33,14 @@ Coordinate systems in Austria are explained in:<br>
{% if c.official_name %}
{{c.official_name|safe}}
{% else %}
- Unnamed: <em>{{c|safe}}</em>
+ <em>{{c|safe}}</em>
{% endif %}</a><br>
{% endfor %}</td>
<td style="text-align:left">
{% if ent.name %}
{{ent.name|safe}}
{% else %}
- Unnamed: <em>{{ent|safe}}</em>
+ Anon: <em>{{ent|safe}}</em>
{% endif %}
</td>
<td style="text-align:right">{{ent.easting|floatformat:2}}</td>