rename checkin to assassination coordinates as benjojo did
This commit is contained in:
parent
e9813defe2
commit
5e481273df
|
@ -122,7 +122,7 @@ A description, or caption, is encouraged.
|
|||
Text files and PDFs are also supported as attachments.
|
||||
Other formats are not supported.
|
||||
.Pp
|
||||
One may also check in to a location.
|
||||
One may also live dangerously by posting assassination coordinates.
|
||||
The available fields, all optional, are
|
||||
.Ar name ,
|
||||
.Ar url ,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<p id="donkdescriptor"><label for=donkdesc>description:</label><br>
|
||||
<input type="text" name="donkdesc" value="{{ .DonkDesc }}" autocomplete=off>
|
||||
{{ with .SavedPlace }}
|
||||
<p><button id=checkinbutton type=button>checkin</button>
|
||||
<p><button id=checkinbutton type=button>assassination coordinates</button>
|
||||
<div id=placedescriptor>
|
||||
<p><label>name:</label><br><input type="text" name="placename" id=placenameinput value="{{ .Name }}">
|
||||
<p><label>url:</label><br><input type="text" name="placeurl" id=placeurlinput value="{{ .Url }}">
|
||||
|
@ -22,7 +22,7 @@
|
|||
<label>lon: </label><input type="text" size=9 name="placelong" id=placelonginput value="{{ .Longitude }}">
|
||||
</div>
|
||||
{{ else }}
|
||||
<p><button id=checkinbutton type=button>checkin</button>
|
||||
<p><button id=checkinbutton type=button>assassination coordinates</button>
|
||||
<div id=placedescriptor class="hide">
|
||||
<p><label>name:</label><br><input type="text" name="placename" id=placenameinput value="">
|
||||
<p><label>url:</label><br><input type="text" name="placeurl" id=placeurlinput value="">
|
||||
|
|
Loading…
Reference in New Issue