Super duper modifications

updated template system
updated XML template
updated HTML template
masturbated
This commit is contained in:
briandilley
2004-11-04 19:27:04 +00:00
parent 1410c9d0e8
commit 516c5fcb2b
37 changed files with 110 additions and 33 deletions

7
templates/default/add-kwote Executable file
View File

@ -0,0 +1,7 @@
<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>