19 lines
483 B
HTML
19 lines
483 B
HTML
<section id="creation">
|
|
<form id="post_creation" action="private/post_create.php" method="post">
|
|
<section class="post_metadata">
|
|
<p><label>Title</label><input name="title" type="text" /></p>
|
|
<p><label>Desc</label><input name="desc" type="text" /></p>
|
|
</section>
|
|
|
|
<section class="post_data">
|
|
|
|
<p><label>Text</label><br />
|
|
<textarea name="text" rows="20" cols="80"></textarea>
|
|
</section>
|
|
|
|
<hr />
|
|
|
|
<p><input class="button" type="submit" /></p>
|
|
</form>
|
|
</section>
|