{% extends "base.html" %} {% block title %}Wallet upload{% endblock %} {% block content %} {% if user.username %} {% if not create %}
{{prevy}} ... {{recent_year}}:{{recent_number}} ← {{wallet}} → {{year}}:{{next}} ... {{nexty}}
Click for more details.
Please do NOT invent your own filenaming scheme. We have a 20-year old scheme for naming scanned files,
Name the scanned pages "notes-cavepassagename.jpg" etc., or notes-1.jpg if you like, but self-describing filenames are better. This is important as a script detects whether these files exist (with names beginning "notes..", "plan.." and "elev..") and if you name them something else it will hassle you unnecessarily. (Or you can use this format cavepassagename5-notes.jpg if you like.) See how this works in the Handbook: Creating a Wallet
The 'plan..' and 'elev..' scans are for fully drawn-up Tunnel or Therion plans or elevations. If you have hand-sketches, then these are 'notes..' as are the raw survex survey data numbers.
We need the raw data from Topodroid or whatever. All the device software-specific files (in a zip if your like) and also the exported files in standard formats: svx, svg etc. See why in the Handbook: Creating a Wallet
File(s) saved as
{% for f in actual_saved %}
{{f}}
{% endfor %}
{% for f in files %}
» {{ f}} - Rename or Rotate
{% empty %}
<No files in this wallet. > {% endfor %}
Wallet index for {{year}}
Logbook entries, People, Survex files for {{year}}
{% if user.username %}
HELP with using this form
{% else %}
HELP with editing a wallet and uploading scans
{% endif %}
{% if not create %}
{% if complaints %}
You will need to log in to the website (top right menu bar) to be able to edit the settings on this wallet.
{% endif %}
{% endif %}
{% include 'wallet_table.html' %}
{% for wallet in manywallets %}
Cave IDs:
{% for c in wallet.caves.all %}
{{c}}
{% endfor %}
{% if psg %}Survey area: {{psg}}
{% endif %}
{% if svxfiles %}Survex files:
{% for svx in svxfiles %}
{{svx}}
{% endfor %}
{% endif %}
{% endfor %}
{{metadata}}