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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user