fixed index.html.template

This commit is contained in:
sose 2019-10-16 22:45:21 -07:00
parent 0e22eb153d
commit 8d08de001b
1 changed files with 38 additions and 28 deletions

View File

@ -12,17 +12,27 @@
/board/ - a board
</p>
<p style="text-align:center;font-size: 14px; margin: 0px;">
a description for the board
description
</p>
<br>
<form>
<form enctype="multipart/form-data" action="http://127.0.0.1:7070" method="post" target="_blank">
<fieldset>
Post to (shortname of board if oppost, or id of post if reply):
<br>
<input type="text" name="post_to" value="test"><br>
<br>
Name:<br>
<input type="text" name="username"> <br>
Post title: <br>
<input type="text" name="title"> <br>
Content: <br>
<input type="text" name="content"> <br>
<input type="submit" value="Submit"> <br>
<input type="text" name="name" value="Anonymous"><br>
Title:<br>
<input type="text" name="title" value=""><br>
Text:<br>
<textarea name="content">Text for the post</textarea><br>
Image:<br>
<input type="file" name="fileupload" value="fileupload">
<br>
<br>
<input type="submit" value="Submit">
</fieldset>
</form>
<br>
<div class="posts">