2005-08-15 23:42:16 +00:00
|
|
|
<form action="${SCRIPT_NAME}" method="post">
|
2004-11-02 01:40:14 +00:00
|
|
|
<div style="margin: 5px;">
|
|
|
|
<input type="hidden" name="action" value="doadd" />
|
2005-08-15 23:42:16 +00:00
|
|
|
<textarea cols="80" rows="20" name="content" style="width: 100%;"></textarea>
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<span style="float: right;">
|
|
|
|
<input type="submit" value="Submit Quote" />
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<div style="clear: both;"></div>
|
2004-11-02 01:40:14 +00:00
|
|
|
</div>
|
2005-08-15 23:42:16 +00:00
|
|
|
</form>
|