Add tempalte for blog posting via web interface.

This commit is contained in:
Uriel 2009-01-25 16:53:21 +01:00
parent 5755022405
commit 86af4c88d2

7
apps/blagh/new_post.tpl Normal file
View file

@ -0,0 +1,7 @@
<form method="POST"><fieldset>
<legend>Submit a new blog post</legend>
<textarea cols="80" rows=16" name="body"></textarea><br />
<label>Title: <input size="64" type="text" name="title" /></label>
<label>Id: <input size="8" type="text" name="id" /></label>
<input type="submit" value="Post" />
</fieldset></form>