aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_edit.html
blob: 2c583574f746b2e6c02bd598f5f4e75ba251f8fd (plain)
1
2
3
4
5
6
7
8
9
<form action="/entries/%s/edit" 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>