diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/tasks.html | 2 | ||||
-rw-r--r-- | templates/wallet_new.html | 2 | ||||
-rw-r--r-- | templates/walletform.html | 8 |
4 files changed, 7 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 84676a5..4c07b0b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,7 @@ <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "allscans" %}">Scans</a> | - <a href="{% url "scanupload" '2022:01' %}">Upload Scans</a> | + <a href="{% url "walletedit" '2022:01' %}">Upload Scans</a> | <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | diff --git a/templates/tasks.html b/templates/tasks.html index ba7fe56..f4f4001 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -66,7 +66,7 @@ ul {list-style: disc} <h3>Upload new data</h3> <ul> <li><a style="color:grey"href="/dwgupload/">Upload a Tunnel or Therion drawing</a></li> -<li><a style="color:grey"href="/scanupload/2022:00">Upload a scan into a survey wallet</a></li> +<li><a style="color:grey"href="/walletedit/2022:00">Upload a scan into a survey wallet</a></li> <li><a href="/survexfile/caves-1623/999/999.svx">Upload or type in a Survex file</a> - rewrite the area/number data in the browser title bar, from 'caves-1623/999/999.svx' to the new number diff --git a/templates/wallet_new.html b/templates/wallet_new.html index a6d331d..2f80816 100644 --- a/templates/wallet_new.html +++ b/templates/wallet_new.html @@ -1,6 +1,6 @@ <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 +you currently need to got to <a href="/walletedit/">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> diff --git a/templates/walletform.html b/templates/walletform.html index 4e86470..948279b 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -23,13 +23,13 @@ </form> <p style="font-family: monospace; font-weight: bold; font-size: 130%; text-align: center"> -<a style="font-weight: normal;" href="/scanupload/{{prevy}}:01">{{prevy}}</a> +<a style="font-weight: normal;" href="/walletedit/{{prevy}}:01">{{prevy}}</a> ... -<a href="/scanupload/{{year}}:{{prev}}">{{year}}:{{prev}}</a> +<a href="/walletedit/{{year}}:{{prev}}">{{year}}:{{prev}}</a> ← {{wallet}} → -<a href="/scanupload/{{year}}:{{next}}">{{year}}:{{next}}</a> +<a href="/walletedit/{{year}}:{{next}}">{{year}}:{{next}}</a> ... -<a style="font-weight: normal;" href="/scanupload/{{nexty}}:01">{{nexty}}</a> +<a style="font-weight: normal;" href="/walletedit/{{nexty}}:01">{{nexty}}</a> </p> |