kwotes/templates/default/add-kwote

7 lines
268 B
Plaintext
Raw Normal View History

2004-11-02 01:40:14 +00:00
<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>