diff options
-rw-r--r-- | templates/cave_debug.html | 4 | ||||
-rw-r--r-- | templates/editcave.html | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html index 0f7364e..6aae306 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -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 %} diff --git a/templates/editcave.html b/templates/editcave.html index 9a238b4..61448bf 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -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öhlen (Dry caves) W Wasserhö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öhlen (Caves with pitches) H Halbhöhlen (Rock shelters ?) -</pre> -<h3>kataster status</h3><pre> + - unerforscht (unexplored) = befahren (visited) × teilweise vermessen (partly surveyed) |