forked from expo/troggle
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
|
<p>See also wallets
|
||||||
<ul>
|
<ul>
|
||||||
<li>per year, e.g. <a href="/wallets/year/2022">2022</a>
|
<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>
|
</ul>
|
||||||
{% include 'wallet_table.html' %}
|
{% include 'wallet_table.html' %}
|
||||||
<br />
|
<br />
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<input
|
<input
|
||||||
label = "WalletGoto" name = "walletgoto" size="7"
|
label = "WalletGoto" name = "walletgoto" size="7"
|
||||||
title="Wallet name to go to directly"
|
title="Wallet name to go to directly"
|
||||||
placeholder="2022#42" value="2022#42" />
|
placeholder="2022#nn" value="2022#" />
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
{% for f in files %}
|
{% for f in files %}
|
||||||
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
|
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p><No files in this wallet.>
|
<p><No files in this wallet. (Subdirectories here not supported by troggle in 2022.)>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
{% if create %}
|
{% if create %}
|
||||||
|
@ -14,7 +14,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
|||||||
<p>See also wallets
|
<p>See also wallets
|
||||||
<ul>
|
<ul>
|
||||||
<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>
|
<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>
|
</ul>
|
||||||
|
|
||||||
{% include 'wallet_table.html' %}
|
{% include 'wallet_table.html' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user