diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-14 00:17:57 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-14 00:17:57 +0300 |
commit | 5cfc237448dea39cf22238599ca3e4416a8d5ca2 (patch) | |
tree | 103b17105e4c4763698859e1f92cf8af867984ba /templates/walletform.html | |
parent | bf8d8817709c94046681e070c6d5c75a99f05057 (diff) | |
download | troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.tar.gz troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.tar.bz2 troggle-5cfc237448dea39cf22238599ca3e4416a8d5ca2.zip |
minor updates
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 1f5c77e..2b4cf8c 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -62,7 +62,14 @@ var {font-family: monospace; </button> {% endif %} </form> - <details style="text-align: left"><summary>Troggle needs standardised filenames. Use <br />"<var>notes1-myhole.jpg</var>", "<var>notes2-myhole.jpg</var>" etc. for in-cave notes,<br />"<var>plan1-myhole.jpg</var>" for the first page of the <em>drawn up</em> plan, <br />"<var>elev3-myhole.jpg</var>" for p3 of the <em>drawn up</em> elevation. <p><u>Click</u> for more details.</summary> + <details style="text-align: left"><summary>Troggle needs standardised filenames. Use <br /> +"<var>notes1-myhole.jpg</var>", "<var>notes2-myhole.jpg</var>" etc. for in-cave notes,<br /> +"<var>plan1-myhole.jpg</var>" for the first page of the <em>drawn up</em> plan, <br /> +"<var>elev3-myhole.jpg</var>" for p3 of the <em>drawn up</em> elevation<br /> +"<var>new-2020-XY-01.jpg</var>" for new cave sheet for cave <em>2020-XY-01</em>. + +<p><u>Click</u> for more details.</summary> + <div align="left"><p>Please do NOT invent your own filenaming scheme. We have a 20-year old scheme for naming scanned files, <br><br> Name the scanned pages <var>"notes-cavepassagename.jpg"</var> etc., or <var>notes-1.jpg</var> if you like, but self-describing filenames are better. This is important as a script detects whether these files exist (with names beginning <var>"notes..", "plan.." and "elev.."</var>) and if you name them something else it will hassle you unnecessarily. (Or you can use this format <var>cavepassagename5-notes.jpg</var> if you like.) See how this works in the Handbook: <a href="/handbook/survey/newwallet.html">Creating a Wallet</a> <p>The '<var>plan..</var>' and '<var>elev..</var>' scans are <em>for fully drawn-up Tunnel or Therion plans or elevations</em>. If you have hand-sketches, then these are '<var>notes..</var>' as are the raw survex survey data numbers.</div></details> |