kwotes/html/content-addform.html

8 lines
271 B
HTML
Raw Normal View History

2004-10-24 10:14:10 +00:00
<form action="${SCRIPT_NAME}" method="POST">
<input type="hidden" name="action" value="doadd" />
<div style="margin: 5px;">
<textarea cols="80" rows="20" name="content"></textarea><br />
<input type="submit" value="Submit Quote" />
</div>
</form>