diff options
-rw-r--r-- | templates/cavewallets.html | 3 | ||||
-rw-r--r-- | templates/personwallets.html | 2 | ||||
-rw-r--r-- | templates/wallet_new.html | 7 | ||||
-rw-r--r-- | templates/walletform.html | 5 | ||||
-rw-r--r-- | templates/yearwallets.html | 2 |
5 files changed, 17 insertions, 2 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 4c61e63..20dfb0c 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -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> diff --git a/templates/personwallets.html b/templates/personwallets.html index ace67a7..c7ea152 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -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> diff --git a/templates/wallet_new.html b/templates/wallet_new.html new file mode 100644 index 0000000..a6d331d --- /dev/null +++ b/templates/wallet_new.html @@ -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). diff --git a/templates/walletform.html b/templates/walletform.html index c9d9f4b..ed9b046 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -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> diff --git a/templates/yearwallets.html b/templates/yearwallets.html index e9e258a..40f1379 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -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> |