mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-28 07:05:22 +00:00
updated templates
This commit is contained in:
@@ -1,73 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Only put one entrance in this file -->
|
||||
<!-- If you edit this file, make sure you update the websites database -->
|
||||
<!-- ALTERNATIVELY you can use the online troggle form. The template for this is
|
||||
in troggle/templates/dataformat/entrance.xml and the code in troggle/core/forms.py and
|
||||
troggle/views/caves.py . Default values are in the troggle/templates/dataformat/*.xml file -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- See http://expo.survex.com/handbook/survey/caveentryfields.html for current details on filling in this form -->
|
||||
<!-- there is 1 required field: slug. The entrance will not appear without that. -->
|
||||
<!-- ALWAYS use ü for u+Umlaut and ö for o+umlaut eg Höhle for Hohle and Glück for Gluck-->
|
||||
|
||||
<entrance>
|
||||
<non_public></non_public> <!-- 'False' or 'True'. True if the cave
|
||||
should only be visible to logged-in users. Caves are normally public,
|
||||
so enter 'False' unless you know otherwise. -->
|
||||
<slug></slug> <!-- Internal I.D. referring to this entrance. Must match
|
||||
entranceslug in cave_data file. -->
|
||||
<name></name> <!-- Entrance name if it has a specific one. Normally empty.
|
||||
-->
|
||||
<entrance_description></entrance_description> <!-- What does entrance
|
||||
look like -->
|
||||
<explorers></explorers> <!-- 'CUCC Expo' and year(s) of exploration.
|
||||
To distinguish from caves explored by foreign groups. Names can be
|
||||
given too if it was a small cave, or of original discoverer. -->
|
||||
<map_description></map_description> <!-- Location on specific map
|
||||
sheet - hardly ever used. -->
|
||||
<location_description></location_description> <!-- Immediate area. How
|
||||
to find entrance -->
|
||||
<approach></approach> <!-- Best approach to cave e.g. from path/other
|
||||
cave/landmark -->
|
||||
<underground_description></underground_description> <!-- -->
|
||||
<photo><p><div class="centre"></div></p></photo> <!-- -->
|
||||
<!-- marking options: P = Paint,
|
||||
P? = Paint (?),
|
||||
T = Tag,
|
||||
T? = Tag (?),
|
||||
R = Re-tagged,
|
||||
S = Spit,
|
||||
S? = Spit (?),
|
||||
U = Unmarked,
|
||||
? = Unknown" -->
|
||||
<marking></marking>
|
||||
<marking_comment></marking_comment> <!-- Clarifying comments about
|
||||
marking, if needed -->
|
||||
<!-- findability options: ? = To be confirmed ...,
|
||||
S = Surveyed,
|
||||
L = Lost,
|
||||
R = Refindable" -->
|
||||
<findability></findability>
|
||||
<findability_description></findability_description> <!-- Notes about
|
||||
findability, if needed -->
|
||||
<alt></alt> <!-- Altitude of entrance -->
|
||||
<northing></northing> <!-- Northing of entrance (WGS84 or UTM33).
|
||||
Leave for computer to calculate -->
|
||||
<easting></easting> <!-- Easting of entrance (WGS84 or UTM33). Leave
|
||||
for computer to calculate -->
|
||||
<tag_station></tag_station> <!-- Which loser dataset (survex) point is the tag (if
|
||||
surveyed) -->
|
||||
<exact_station></exact_station> <!-- Which loser dataset (survex)
|
||||
point is deemed as 'the entrance' (should be ground level at edge of
|
||||
'underground') -->
|
||||
<other_station></other_station> <!-- Other loser dataset (survex)
|
||||
points deemed important for this entrance-->
|
||||
<other_description></other_description> <!-- Notes on why
|
||||
other_station is relevant, if needed -->
|
||||
<bearings></bearings> <!-- Bearings from landmarks (from pre-GPS days) -->
|
||||
</entrance>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user