thirdculture/werc/sites/thirdculture.top/_werc/lib/blagh/new_post.tpl

13 lines
577 B
Smarty
Raw Permalink Normal View History

2024-07-18 14:09:32 -04:00
<div>
% notices_handler
2024-11-11 14:52:00 -05:00
<form action="" method="POST"><fieldset>
2024-07-18 14:09:32 -04:00
<legend>Submit a new blog post</legend>
<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>
<p>Content:</p>
<textarea cols="102" rows=16" name="body">%($"post_arg_body%)</textarea><br />
<input type="submit" value="Post" />
</fieldset></form>
</div>