7 lines
333 B
Smarty
7 lines
333 B
Smarty
<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>
|