kwotes/templates/default/content-addform.html
briandilley efbce54dca w00t0r
2004-11-02 01:40:14 +00:00

7 lines
268 B
HTML
Executable File

<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>