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' %} +
This lists all the files in a wallet, some of which may not be for this specific cave.
See also wallets
See also wallets
To create a wallet, if you have only a survex file and nothing to upload into the wallet,
+you currently need to got to Upload Scans, 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.
+/survexfile/caves-1623/290/mynewsurvex.svx
+(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 @@
+ placeholder="2022#42" placeholder="2022#42" />
@@ -69,8 +69,9 @@
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 %}
It will be created and initialised automatically when you upload a file, and then edit the date in the form below and save it.
-
But you need to log in first Log In
+
But you need to log in first Log In
{% endif %}
+ {% include 'wallet_new.html' %}
{% endif %}
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' %}
+
See also wallets