summary refs log tree commit diff stats
path: root/theme/admin/editPost.tpl
blob: 99e90a447fe1c27ab77933cbf9dc1a9fd61e7b0a (plain) (blame)
1
2
3
4
5
6
7
8
<h2>Edit a post</h2>

<form action="/admin/editPost.php?id=<!--ID-->&amp;submit=" method="post">
	Post Title: <input type="text" name="title" value="<!--TITLE-->" /><br />
	<textarea name="text" cols="80" rows="20"><!--TEXT--></textarea><br />
	Tags (comma-seperated): <input type="text" name="tags" value="<!--TAGS-->" /><br />
	<input type="submit" value="Edit post" />
</form>