Fixed non validating UI
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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" />
 | 
			
		||||
 
 | 
			
		||||
@@ -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 # <input type="text" size="5" /></span>
 | 
			
		||||
				</div>
 | 
			
		||||
			</form>
 | 
			
		||||
			<span class="title">Kwotes - For happy goodness!</span>
 | 
			
		||||
		</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user