Add tempalte for blog posting via web interface.
This commit is contained in:
parent
e364bbdde0
commit
0147485944
7
apps/blagh/new_post.tpl
Normal file
7
apps/blagh/new_post.tpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user