mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
minor updates
This commit is contained in:
parent
bf8d881770
commit
5cfc237448
@ -24,7 +24,7 @@
|
|||||||
</ul>
|
</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 />
|
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 />
|
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.
|
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 %}
|
{% 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>
|
{% else %}<span title="the cave has no Entrance (and is not 'pending')" style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% 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 %}
|
{% 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 %}
|
{% 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>
|
</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 %}
|
{% if cave.no_location %}<span style="color: black">▲</span>{% endif %}
|
||||||
{% else %}<span style="color: orange">▲</span>
|
{% else %}<span style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}<span style="color: blue">▼</span>
|
{% else %}<span style="color: #43C6DB">▼</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@ -95,7 +95,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat
|
|||||||
{% if cave.entrances %}
|
{% if cave.entrances %}
|
||||||
{% else %}<span style="color: orange">▲</span>
|
{% else %}<span style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}<span style="color: blue">▼</span>
|
{% else %}<span style="color: #43C6DB">▼</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@ -118,7 +118,7 @@ Black triangle <span style="color: black">▲</span> against a name indicat
|
|||||||
{% if cave.entrances %}
|
{% if cave.entrances %}
|
||||||
{% else %}<span style="color: orange">▲</span>
|
{% else %}<span style="color: orange">▲</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}<span style="color: blue">▼</span>
|
{% else %}<span style="color: #43C6DB">▼</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
{% if cave.survex_file %}{% else %}<span style="color: red">*</span>{% endif %}
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -62,7 +62,14 @@ var {font-family: monospace;
|
|||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</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>
|
<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>
|
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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user