2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

wallets form edits

This commit is contained in:
Philip Sargent 2022-08-24 13:40:49 +03:00
parent a30a2b9ef9
commit b8cd8c4785
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<p>See also wallets
<ul>
<li>per year, e.g. <a href="/wallets/year/2022">2022</a>
<li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a>
<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a>
</ul>
{% include 'wallet_table.html' %}
<br />

View File

@ -18,7 +18,7 @@
<input
label = "WalletGoto" name = "walletgoto" size="7"
title="Wallet name to go to directly"
placeholder="2022#42" value="2022#42" />
placeholder="2022#nn" value="2022#" />
</form>
@ -60,7 +60,7 @@
{% for f in files %}
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
{% empty %}
<p>&lt;No files in this wallet.&gt;
<p>&lt;No files in this wallet. (Subdirectories here not supported by troggle in 2022.)&gt;
{% endfor %}
</p>
{% if create %}

View File

@ -14,7 +14,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<p>See also wallets
<ul>
<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>
<li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a>
<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a>
</ul>
{% include 'wallet_table.html' %}