diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 13 | ||||
-rw-r--r-- | templates/controlPanel.html | 5 | ||||
-rw-r--r-- | templates/survexfilewild.html | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html index 3fbe04f..46f29b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,9 +31,10 @@ {% else %} <div class="toolbarlinks"> {% endif %} - <a href="/survexfile/caves-1623/264/264.svx">264</a> | - <a href="/survexfile/caves-1623/290/290.svx">290</a> | - <a href="/survexfile/caves-1626/359/359.svx">359</a> | + <a href="/1623/290/290">290 (FGH)</a> | + <a href="/1626/359/359.html">359 (HC)</a> | + <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | + <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "allscans" %}">Scans</a> | @@ -41,18 +42,16 @@ <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | - <a href="/1623/290/290">290 (FGH)</a> | - <a href="/1623/264/264.html">264 (Balkonhöhle)</a> | + <br> <a href="{% url "dataissues" %}">Data Issues</a> | <a href="/handbook/computing/todo-data.html">tasks to do </a> | - <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | - <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | <a id="entsLink" href="{% url "eastings" %}">ents</a> | <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | + <a href="/survexfilewild/2023">Wild Survex(2023)</a> | <a href="/wallets/year/2023">Wallets(2023)</a> | <a href="{% url "expedition" 2023 %}">Expo(2023)</a> | <a href="{% url "controlpanel" %}">Control panel</a> | diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 4203821..bc71ae2 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -22,13 +22,14 @@ <h3>Administration Utilities</h3> <ul> <li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation -<li><a href="/aliases/2022">Expoer name aliases</a> -short names recognised by troggle +<li><a href="/aliases/2023">Expoer name aliases</a> -short names recognised by troggle <li><a href="/dataissues">Data Issues on Imports</a> - warnings and errors from the recent data import +<li><a href="/survexfilewild/2023">Wild survex files</a> - survex files contianing blocks with no related wallet <li><a href="/surveximport">Survex import record</a> - indented *include and begin/end tree<br /><li><a href="/survexdebug">Survex debug report</a> - warnings and details<br /> <li><a href="/therionissues">Therion Import issues</a> - warnings from the recent data import<br /><br /> <li><a href="/admin/">Django admin</a> - Deep magic access to all models and data </ul> -<h3>This control panel is being redeveloped</h3> +<h3>This control panel is/will/mabe being redeveloped</h3> <p>Do not attempt to use any of these import functions as they are in active development. <ol> diff --git a/templates/survexfilewild.html b/templates/survexfilewild.html index 20f5e2e..5cf2569 100644 --- a/templates/survexfilewild.html +++ b/templates/survexfilewild.html @@ -22,12 +22,16 @@ i.e. they have a survex block (begin..end) with no *REF line which refers to the {% endfor %} </table> <br /> +So we are missing {{wildlength|floatformat:"0g"}}m of surveyed cave from our wallet records. +<br /><br /> If the "team" field is empty, it probably means that the survex file has been created since the last database reset. <br /> If the parent block says "troggle _unseens" or "None" then the survex file has not been plumbed in to the expo survex network yet. <br /> If there is a *ref line of the correct format, then maybe that wallet has not been created yet. Create it, and fill in the data. <br /><br /> +Length of survex data referenced by wallets in this year {{walletslength|floatformat:"0g"}}m. +<br /><br /> <table> <tr><th>Year</th><th>Survex<br>Survey<br>Blocks</th><th>Survex<br>Survey Legs</th><th>Survex <br>length(m)</th></tr> {% for legs in legsbyexpo %} |