2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +00:00

Working on removing 'katatser status' field

This commit is contained in:
Philip Sargent 2023-11-20 19:04:42 +00:00
parent 7c7c0812e8
commit 740a5a4fa8
2 changed files with 9 additions and 6 deletions

View File

@ -63,7 +63,7 @@ These are NOT the *entrance data points in the survex files.
<th>underground_centre_line</th>
</tr>
{% for c in caves%}
{% if c.underground_centre_line %}
{% if c.kataster_status %}
<tr>
<td>
{{c}}
@ -72,7 +72,7 @@ These are NOT the *entrance data points in the survex files.
<a href="{{c.url}}">{{c.slug}}</a>
</td>
<td>
{{c.underground_centre_line|safe}}
{{c.kataster_status |safe}}
</td>
{% endif %}
{% endfor %}

View File

@ -64,11 +64,15 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. -->
<p><input type="submit" value="Submit" /></p>
</form>
<h3>kataster code</h3>
<h3>Kataster code</h3>
This is the 'length-or-depth/type exploration'
<a href="/katast.htm
">code used in the Austrian kataster</a>, e.g '1/S +'
means "more than 10 but less than 50m long or deep, with a pitch, completely explored".
means "more than 10 but less than 50m long or deep, with a pitch, completely explored". The number is:<br />
0 - length or depth unknown<br />
1 - 10 to 50m<br />
2 - 50 to 500m<br />
3 - 500m to 5km<br />
<pre>
T Trockenh&ouml;hlen (Dry caves)
W Wasserh&ouml;hlen (Caves with water)
@ -76,8 +80,7 @@ means "more than 10 but less than 50m long or deep, with a pitch, completely exp
E Eishohlen (Caves with ice formations)
S Schachth&ouml;hlen (Caves with pitches)
H Halbh&ouml;hlen (Rock shelters ?)
</pre>
<h3>kataster status</h3><pre>
- unerforscht (unexplored)
= befahren (visited)
× teilweise vermessen (partly surveyed)