2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 14:51:38 +00:00

display drawings on wallet data

This commit is contained in:
2025-09-27 21:59:37 +03:00
parent 4d3821f572
commit deead77c08
4 changed files with 43 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ necessarily what is currently in the wallet.
{% for dwgfile in dwgfiles %}
<tr>
<td><a href="{% url "dwgfilesingle" dwgfile.dwgpath %}">{{dwgfile.dwgpath}}</a></td>
<td id="{{dwgfile.dwgpath}}"><a href="{% url "dwgfilesingle" dwgfile.dwgpath %}">{{dwgfile.dwgpath}}</a></td>
<td align="right" style="padding:2px">{{dwgfile.filesize}}</td>
<td align="right" style="padding:2px">{{dwgfile.npaths}}</td>

View File

@@ -164,6 +164,14 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
<br>
{% endif %}
{% if drawings %}<u>Drawings</u>: <br />
<span style="font-family: monospace; font-size: 80%; ">
{% for d in drawings %}
&nbsp;&nbsp;<a href="/dwgfiles#{{d|urlencode}}">{{d}}</a></br />
{% endfor %}
</span>
<br>
{% endif %}
{% endfor %}
</span>
<span style="font-family: monospace; font-size: 130%; ">
@@ -226,7 +234,7 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
<label for="websiteupt">Cave Description wepage updated ?</label>
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="websiteupt" id="websiteupt" value="True" {% if "website updated" in checked %}checked{% endif %}>
<br>
<label for="tunnelled">Drawn up (Tunnel or Therion) ?</label>
<label for="tunnelled">Drawn up (Tunnel or Therion) or not needed ?</label>
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="tunnelled" id="tunnelled" value="True" {% if "tunnelled" in checked %}checked{% endif %}>
<br>
<label for="electronic">Electronic survey (upload digital data files) ?</label>