Fixed non validating UI

This commit is contained in:
briandilley 2004-10-24 20:47:27 +00:00
parent 23a020781d
commit 7ec597d0c2
4 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,6 @@
10-24-04
* updated the UI
# fixed non validating UI
10-17-04
* added random number to vote JS, keeps browsers

View File

@ -1,7 +1,6 @@
<form action="${SCRIPT_NAME}" method="POST">
<input type="hidden" name="action" value="doadd" />
<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>

View File

@ -1,8 +1,8 @@
<form action="${SCRIPT_NAME}" method="get">
<div style="margin-left: auto; margin-right: auto; width: 400px;">
<input type="hidden" name="action" value="list" />
<input type="hidden" name="s" value="0" />
<div style="margin-left: auto; margin-right: auto; width: 400px;">
<div>
<span style="margin-right: 10px;">Search Text:</span>
<input type="text" size="15" name="ss" /> <input type="submit" value="Search" />

View File

@ -45,8 +45,10 @@
<div class="container">
<div style="margin-bottom: 2px;">
<form action="${SCRIPT_NAME}" method="get">
<div>
<input type="hidden" name="action" value="show" />
<span class="id-search">Kwote #&nbsp;<input type="text" size="5" /></span>
</div>
</form>
<span class="title">Kwotes - For happy goodness!</span>
</div>