diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/caveindex.html | 10 | ||||
-rw-r--r-- | templates/walletform.html | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index 60013ea..28f004d 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -24,7 +24,7 @@ </ul> Red star <span style="color: red">*</span> against a name indicates that no survex file is explicitly associated with the cave (but there might be a *fix somewhere)<br /> -Blue triangle <span style="color: blue">▼</span> against a name indicates that the cave is 'pending' creation properly.<br /> +Blue triangle <span style="color: #43C6DB">▼</span> against a name indicates that the cave is 'pending' creation properly.<br /> Orange triangle <span style="color: orange">▲</span> against a name indicates that the cave has no Entrance (and is not 'pending').<br /> Black triangle <span style="color: black">▲</span> against a name indicates that the cave has an Entrance, but no entrances have valid located survey stations. @@ -46,7 +46,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.no_location %}<span title="the cave has an Entrance, but no entrances have located survey station" style="color: black">▲</span>{% endif %} {% else %}<span title="the cave has no Entrance (and is not 'pending')" style="color: orange">▲</span> {% endif %} - {% else %}<span title="the cave is 'pending' creation properly" style="color: blue">▼</span> + {% else %}<span title="the cave is 'pending' creation properly" style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span title="no survex file is explicitly associated with the cave (but there might be a *fix somewhere)" style="color: red">*</span>{% endif %} </td></tr> @@ -70,7 +70,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.no_location %}<span style="color: black">▲</span>{% endif %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> @@ -95,7 +95,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.entrances %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> @@ -118,7 +118,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat {% if cave.entrances %} {% else %}<span style="color: orange">▲</span> {% endif %} - {% else %}<span style="color: blue">▼</span> + {% else %}<span style="color: #43C6DB">▼</span> {% endif %} {% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %} </td></tr> 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> |