form not file process - online edit of handbook/survey/ententryfields.html

This commit is contained in:
Expo on server 2023-07-23 23:27:22 +01:00
parent 446b5c28cc
commit f06f399bd0

View File

@ -10,21 +10,14 @@
<h1>Entrance entry page fields</h1>
<p>There are a lot of fields on the 'new/edit cave' page and the 'new/edit entrance' page and
some of them are a quite mysterious. This page explains what they mean. The same fields appear in each cave_data/ xml file.</p>
some of them are a quite mysterious. This page explains what they mean. The same fields appear in each entrance_data/ xml file.</p>
<p>
Instructions on how to enter the data for new
caves and entrances, and especially how to add images/surveys so that they appear properly,
is to be found on the sequence of pages <a href="caveentry.html">starting here</a>.
</p>
<p>
There are template files for you to fill-in when creating new caves and entrance in the online system. Download them:
<ul>
<li><a download href="../../templates/cave_data.html">cave_data template</a>
<li><a download href="../../templates/entrance_data.html">entrance_data template</a>
</ul>
These are actually XML files, not HTML files, using special tags which are used by the online system to create the webpages in combination with numerical survey data. Instructions are within each file.
is to be found on the sequence of pages <a href="caveentry.html">starting here</a>. For entrance data, you will use the online form New Entrance whcih is a link on the cave escription page, e.g. look at the page for cave 1623-172 : <a href="/1623/172.htm">172</a> and scroll down until you see the link text "New Entrance".
</p>
<h3>Only one field is essential for Entrances</h3>
<p>There are only two essential fields which must be there before the Submit button will work:
@ -39,32 +32,26 @@
are normally public, so enter 'False' unless you know otherwise.</dd>
</dl>
<dt>entrance_description</dt>
<dd>the description of the entrance itself goes here (the appraoch is further down). HTML freeform field.</dd>
</dl>
<dd>the description of the entrance itself goes here (the description of the approach to the entrance is further down). HTML freeform field.</dd>
<dl>
<dt>explorers</dt>
<dd>Names or just 'CUCC 1978'. HTML freeform field.</dd>
</dl>
</dl>
<dt>map_description</dt>
<dd>Not very useful unless it is near a marked point on a map. HTML freeform field.</dd>
</dl>
</dl>
<dt>location_description</dt>
<dd>Context in the frame of other local features. HTML freeform field.</dd>
</dl>
</dl>
<dt>undegtround_description</dt>
<dt>underground_description</dt>
<dd>the description of the entrance passage or pitch. HTML freeform field.</dd>
</dl>
</dl>
<dt>entrance_description</dt>
<dd>the description of the entrance itself goes here (the appraoch is further down). HTML freeform field.</dd>
</dl>
<dl>
<dt>Photo</dt>
<dd>Put an <img> tag in here, as for the cave description. HTML freeform field.</dd>
<dt>photo</dt>
<dd>Put an <img> tag in here, as for the cave description. See how images are managed for caves, and do the same thing for this entrance. HTML freeform field.</dd>
</dl>
<dl>
<dt>marking</dt>
@ -84,7 +71,7 @@
</dl>
<dl>
<dt>Altitude (metres)</dt>
<dd>In old caves this will have been calculated in UTM coordinates. Enter your GPS value here (WGS84). Yes, altitudes are slightly different!</dd>
<dd>In old caves this will have been calculated in UTM coordinates. Enter your GPS value here (WGS84). Yes, altitudes are slightly different. This will be overwritten in due course by an altitude derived from the location and the lidar dataset.</dd>
</dl>
<dl>
<dt>Northing</dt>
@ -96,11 +83,11 @@
</dl>
<dl>
<dt>latitude</dt>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found.</dd>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found so that someone can find it again. Will be overwritten in due course by proper survey data which will be enforced to be consistent with the UTM position.</dd>
</dl>
<dl>
<dt>Longitiude</dt>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found.</dd>
<dt>longitude</dt>
<dd>Decimal degrees of longitude in WGS84 datum. To be entered when entrance is first found so that someone can find it again. Will be overwritten in due course by proper survey data which will be enforced to be consistent with the UTM position.</dd>
</dl>
<dl>
<dt>tag_station</dt>
@ -108,7 +95,7 @@
</dl>
<dl>
<dl>
<dt>exactr_station</dt>
<dt>exact_station</dt>
<dd>a survey station id [to be documented further - use Edit This Page!]</dd>
</dl>
<dl>
@ -129,9 +116,19 @@
<dd>Usually blank</dd>.
</dl>
<h4>ALternative data entry using a file</h4>
<p>
There are template files for you to fill-in when creating new caves and entrance in the online system. You will need to be on a machine which has
<a href="../computing/keyexchange.html">keys installed</a> and you will need to know how to use git.
<p>Download them:
<ul>
<li><a download href="../../templates/cave_data.html">cave_data template</a>
<li><a download href="../../templates/entrance_data.html">entrance_data template</a>
</ul>
<p>
These are actually XML files, not HTML files, using special tags which are used by the online system to create the webpages in combination with numerical survey data. Instructions are within each file.
</p>
<hr />
<p>Back to <a href="caveentry.html">Cave data entry</a>
<hr />
</body>
<hr /></body>
<html>