kwotes/html/content-addform.html

7 lines
268 B
HTML
Raw Normal View History

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