Updates to blagh: Allow setting date of new posts, blog-editors default group, provide better error repporting using new notification framework, plus other bug fixes.

This commit is contained in:
Uriel 2009-02-13 23:21:15 +00:00
parent 070ba578f4
commit 58982018d4
2 changed files with 37 additions and 20 deletions

View file

@ -1,7 +1,11 @@
<div>
% notices_handler
<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>
<textarea cols="94" rows=16" name="body">%($"post_arg_body%)</textarea><br />
<label>Title: <input size="64" type="text" name="title" value="%($"post_arg_title%)" /></label>
<label>Id: <input size="8" type="text" name="id" value="%($"post_arg_id%)" /></label>
<label>Date: <input size="10" maxlength="10" type="text" name="date" value="%($"post_date%)" /></label>
<input type="submit" value="Post" />
</fieldset></form>
</div>