rename checkin to assassination coordinates as benjojo did

This commit is contained in:
Ted Unangst 2023-02-24 13:42:30 -05:00
parent e9813defe2
commit 5e481273df
2 changed files with 3 additions and 3 deletions

View File

@ -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 ,

View File

@ -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="">