blob: 75992c52dec662c7f8a67178d5dc86a9c15199d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{{template "head0"}}
<form method="post" action="api/v1/entry">
<label for="type">type</label>
<input type="radio" id="type_poo" name="type" value="poo" checked> poo
<input type="radio" id="type_pee" name="type" value="pee"> pee
<br>
<label for="notes">notes</label>
<textarea id="notes" name="notes"></textarea>
<br>
<label for="access_code">access code</label>
<input type="password" id="access_code" name="access_code">
<br>
<input type="submit" value="submit">
</form>
{{template "head1"}}
|