Add tempalte for blog posting via web interface.
This commit is contained in:
parent
5755022405
commit
86af4c88d2
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue