kwotes/templates/default/add-kwote
briandilley 516c5fcb2b Super duper modifications
updated template system
updated XML template
updated HTML template
masturbated
2004-11-04 19:27:04 +00:00

7 lines
268 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"></textarea><br />
<input type="submit" value="Submit Quote" />
</div>
</form>