diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/statistics.html | 4 | ||||
-rw-r--r-- | templates/survexfilewild.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/statistics.html b/templates/statistics.html index f3cb0b7..f44fbc3 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -5,14 +5,14 @@ <h1>Expedition Statistics</h1> -<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. +<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves, {{ walletsCount }} wallets and {{ logbookEntryCount }} logbook entries. <p>Number of survey legs: {{nsurvexlegs}} <br /> Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total for each year.</p> <p>These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys. <p> -This is work in progress (March 2023): the underground survey length does not match that in e.g. +This is work in progress June 2025): the underground survey length does not match that in e.g. <a href="/wallets/year/2018">wallets for 2018</a> probably because ARGE surveys are not in any of our wallets. <p>This includes ARGE and other surveys currently. It will be changed to only include lengths surveyed by valid Expo-attendees. diff --git a/templates/survexfilewild.html b/templates/survexfilewild.html index da01768..a2fcf49 100644 --- a/templates/survexfilewild.html +++ b/templates/survexfilewild.html @@ -6,7 +6,7 @@ <h1>'Wild' Survex files {{year}}</h1> -<p> +<p> <a href="/survexfilewild">ALL YEARS</a> {% for otherexpedition in expeditions %} | <a <a href="/survexfilewild/{{ otherexpedition.year }}">{{otherexpedition.year}}</a> {% endfor %} @@ -14,7 +14,7 @@ <p>These are survex blocks within a survex file which have NO ATTACHED WALLET. <br /> i.e. they have a survex block (begin..end) with no *REF line which refers to the wallet holding the raw data for that block of data. -<p>These have "; Messteam" or "; Zeichner" in the survex block, so are non expo surveys. +<p>These have "; Messteam", "; Zeichner" or "; "LUSS Dead Mountains" in the survex block, so are non expo surveys. <table> <tr><th>survex block with no *ref</th><th>date</th><th>parent block</th><th>within survex file</th><th>surveyed length</th></tr> {% for sb in svxforeign %} @@ -28,7 +28,7 @@ i.e. they have a survex block (begin..end) with no *REF line which refers to the {% endfor %} </table> -<p>These do not have "; Messteam" or "; Zeichner" in the survex block, so are <em>probably</em> expo surveys; definitely if they have identified team members (or have zero length). +<p>These do not have "; Messteam", "; Zeichner" or "; "LUSS Dead Mountains" in the survex block, so are <em>probably</em> expo surveys; definitely if they have identified team members (or have zero length). <table> <tr><th>survex block with no *ref</th><th>date</th><th>parent block</th><th>within survex file</th><th>surveyed length</th><th>team</th></tr> {% for sb in svxwild %} |