Initial revision
This commit is contained in:
7
html/content-addform.html
Normal file
7
html/content-addform.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="search-container">
|
||||
<form action="${SCRIPT_NAME}" method="POST">
|
||||
<input type="hidden" name="action" value="doadd" />
|
||||
<textarea rows="15" cols="60" name="content"></textarea><br />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user