2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-01 00:37:31 +01:00

Cookie/ git author now working on Wallet updates

This commit is contained in:
2024-12-29 17:05:08 +00:00
parent ace2325773
commit a3c7f165b9
3 changed files with 40 additions and 22 deletions

View File

@@ -234,13 +234,19 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
label = "People" name = "people" size ="{{peoplesize}}"
title="List of people on the survey trip"
placeholder="{{people}}" value="{{people}}" />
<br>
<label for="survex">List of survex files</label>
<input {% if not user.username %} disabled{% endif %}
label = "survex" name = "survex" size ="{{survexsize}}"
title="List of survex files using this data"
placeholder="['caves-1623/148/148-2007.svx']" value="{{survex}}" />
<br>
<label for="who_are_you">Who are you:</label>
<input {% if not user.username %} disabled{% endif %}
label = "Who are you" name = "who_are_you" size ="{{freetextsize}}"
title="Who are you:"
placeholder="You who are editing this page e.g. Animal <mta@gasthof.expo>" value="{{who_are_you}}" required/>
<br><br>{% if user.username %}
<button class="fancybutton" style="padding: 0.5em 25px; margin-left: 155px; font-size: 90%; "
type = "submit" value = "Edit" >