summaryrefslogtreecommitdiffstats
path: root/templates/wallet_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wallet_table.html')
-rw-r--r--templates/wallet_table.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/templates/wallet_table.html b/templates/wallet_table.html
index 635ab39..3f033ce 100644
--- a/templates/wallet_table.html
+++ b/templates/wallet_table.html
@@ -3,17 +3,17 @@
<tr><th>Wallet</th><th width=15%>Wallet Date</th><th>Cave</th><th>Wallet Name</th><th>Survex</th>
<!-- survex file-->
-<th style="font-family: monospace; font-size: 150%;" title="Survex data">S</th>
-<th style="font-family: monospace; font-size: 150%;" title="Survex Cave Description">C</th>
-<th style="font-family: monospace; font-size: 150%;" title="Survex QMs">Q</th>
+<th style="font-family: monospace; font-size: 150%;" title="Survex file exists">S</th>
+<th style="font-family: monospace; font-size: 150%;" title="Cave Description in Survex file">C</th>
+<th style="font-family: monospace; font-size: 150%;" title="QMs in Survex file">Q</th>
<!-- scanned-->
-<th style="font-family: monospace; font-size: 150%;" title="Notes">N</th>
-<th style="font-family: monospace; font-size: 150%;" title="Plan">P</th>
-<th style="font-family: monospace; font-size: 150%;" title="Elevation">E</th>
+<th style="font-family: monospace; font-size: 150%;" title="Notes exit">N</th>
+<th style="font-family: monospace; font-size: 150%;" title="Plan done">P</th>
+<th style="font-family: monospace; font-size: 150%;" title="Elevation done">E</th>
-<th style="font-family: monospace; font-size: 150%;" title="Tunnel or Therion">T</th>
+<th style="font-family: monospace; font-size: 150%;" title="Tunnel or Therion done">T</th>
<th style="font-family: monospace; font-size: 150%;" title="Website updated">W</th>
</tr>
@@ -38,16 +38,16 @@
{% endfor %}
- <td style="padding:1px; background-color:{{wallet.ticks.S}}">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.C}}">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.Q}}">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.S}}" title="Survex file exists">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.C}}" title="Cave Description in Survex file">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.Q}}" title="QMs in Survex file">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.N}}">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.P}}">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.E}}">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.N}}" title="Notes exit">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.P}}" title="Plan done">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.E}}" title="Elevation done">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.T}}">&nbsp;</td>
- <td style="padding:1px; background-color:{{wallet.ticks.W}}">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.T}}" title="Tunnel or Therion done">&nbsp;</td>
+ <td style="padding:1px; background-color:{{wallet.ticks.W}}" title="Website updated">&nbsp;</td>
</tr>
{% empty %} <h2>No Wallets for this year</h2>
<b>Before 1998</b> we used a survey book system, not wallets. But 1983 has some scraps recreated as wallets.
@@ -61,4 +61,4 @@ their wallet names and the drawings that were created using them at <a href="/dw
which is probably more useful.
{% endfor %}
</table>
-<p>Note that names in italics are copied from the related survex file block name.
+