aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_edit.html
blob: f87e9cf3c38a23ecb14f355911b1c44b810b4850 (plain)
1
2
3
4
5
6
7
8
9
<form action="/entries/%s" method="post">
<input type="text" id="title" name="title" value="%s" placeholder="title" style="width: 100%;"/>
<textarea id="body" name="body" rows="50" style="width: 100%;">%s</textarea>
<br>
<input type="button" value="Preview (N/A)">
<input type="submit" value="Save">
<input type="button" value="Delete (N/A)">
</form>