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:
parent
a30a2b9ef9
commit
b8cd8c4785
@ -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 />
|
||||
|
@ -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><No files in this wallet.>
|
||||
<p><No files in this wallet. (Subdirectories here not supported by troggle in 2022.)>
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% if create %}
|
||||
|
@ -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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user