mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
Docum for creating empty wallet
This commit is contained in:
parent
3c13f62bd1
commit
dcc36f3286
@ -9,6 +9,9 @@
|
||||
plans and elevations. It also contains scans of centre-line survex output on which
|
||||
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
|
||||
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
|
||||
|
||||
{% include 'wallet_new.html' %}
|
||||
|
||||
<p>This lists all the files in a wallet, some of which may not be for this specific cave.
|
||||
<p>See also wallets
|
||||
<ul>
|
||||
|
@ -9,6 +9,8 @@ plans and elevations. It also contains scans of centre-line survex output on whi
|
||||
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
|
||||
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
|
||||
|
||||
{% include 'wallet_new.html' %}
|
||||
|
||||
<p>See also wallets
|
||||
<ul>
|
||||
<li>per year, e.g. <a href="/wallets/year/2019">2019</a>
|
||||
|
7
templates/wallet_new.html
Normal file
7
templates/wallet_new.html
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
<p>To create a wallet, if you have only a survex file and nothing to upload into the wallet,
|
||||
you currently need to got to <a href="/scanupload/">Upload Scans</a>, navigate to the new wallet number
|
||||
and then upload a dummy file, e.g. 'nothingyet.txt'. You can then edit the wallet details: the date,
|
||||
the people involved, and the url of the survexfile which you will already have uploaded using e.g.
|
||||
<a href="/survexfile/caves-1623/290/mynewsurvex.svx">/survexfile/caves-1623/290/mynewsurvex.svx</a>
|
||||
(for a survex file for cave 1623-290).
|
@ -18,7 +18,7 @@
|
||||
<input
|
||||
label = "WalletGoto" name = "walletgoto" size="7"
|
||||
title="Wallet name to go to directly"
|
||||
placeholder="2022#11" />
|
||||
placeholder="2022#42" placeholder="2022#42" />
|
||||
|
||||
|
||||
</form>
|
||||
@ -69,8 +69,9 @@
|
||||
<br>It will be created and initialised automatically when you upload a file, and then edit the date in the form below and save it.
|
||||
{% else %}
|
||||
<br>It will be created and initialised automatically when you upload a file, and then edit the date in the form below and save it.
|
||||
<br>But you need to log in first <a href=/accounts/login/">Log In </a>
|
||||
<br>But you need to log in first <a href=/accounts/login/>Log In </a>
|
||||
{% endif %}
|
||||
{% include 'wallet_new.html' %}
|
||||
{% endif %}
|
||||
|
||||
<p><em>
|
||||
|
@ -9,6 +9,8 @@ plans and elevations. It also contains scans of centre-line survex output on whi
|
||||
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
|
||||
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
|
||||
|
||||
{% include 'wallet_new.html' %}
|
||||
|
||||
<p>See also wallets
|
||||
<ul>
|
||||
<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>
|
||||
|
Loading…
Reference in New Issue
Block a user