diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-06-30 12:05:54 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-06-30 12:05:54 +0300 |
commit | 8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30 (patch) | |
tree | 112a14b2b5a9d9b10818f4bc3905dab7564fc8ea /templates/survexfilewild.html | |
parent | 823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932 (diff) | |
download | troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.tar.gz troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.tar.bz2 troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.zip |
refactoring wallets and expos survey lengths code
Diffstat (limited to 'templates/survexfilewild.html')
-rw-r--r-- | templates/survexfilewild.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 %} |