diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:04:23 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:04:23 +0300 |
commit | 68409c70fdd9a8b1ace690cdf72a20ba477b8b3e (patch) | |
tree | 6c90b8c78b61a469e1b0eae2e1ca8715cfbc3117 /templates/survexfilewild.html | |
parent | 33026ca9eacd1038b92c1a5c02e9d80ae5de06ab (diff) | |
download | troggle-68409c70fdd9a8b1ace690cdf72a20ba477b8b3e.tar.gz troggle-68409c70fdd9a8b1ace690cdf72a20ba477b8b3e.tar.bz2 troggle-68409c70fdd9a8b1ace690cdf72a20ba477b8b3e.zip |
explanations
Diffstat (limited to 'templates/survexfilewild.html')
-rw-r--r-- | templates/survexfilewild.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/survexfilewild.html b/templates/survexfilewild.html index ed90f7f..ef25b11 100644 --- a/templates/survexfilewild.html +++ b/templates/survexfilewild.html @@ -7,8 +7,7 @@ <p>These are survex files which have NO ATTACHED WALLET. <br /> -i.e. they have no *REF line which refers to the wallet holding the raw data for this survey. -<p>WORK IN PROGRESS +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. <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> @@ -23,7 +22,10 @@ i.e. they have no *REF line which refers to the wallet holding the raw data for {% endfor %} </table> <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" then the survex file has not been plumbed in to the expo survex network yet. +<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 %} |