w00t0r
This commit is contained in:
7
templates/default/content-addform.html
Executable file
7
templates/default/content-addform.html
Executable file
@ -0,0 +1,7 @@
|
||||
<form action="${SCRIPT_NAME}" method="post">
|
||||
<div style="margin: 5px;">
|
||||
<input type="hidden" name="action" value="doadd" />
|
||||
<textarea cols="80" rows="20" name="content"></textarea><br />
|
||||
<input type="submit" value="Submit Quote" />
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user