14 lines
383 B
Plaintext
Executable File
14 lines
383 B
Plaintext
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" style="width: 100%;"></textarea>
|
|
<br />
|
|
|
|
<span style="float: right;">
|
|
<input type="submit" value="Submit Quote" />
|
|
</span>
|
|
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
</form>
|