Fixed non validating UI
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
10-24-04
 | 
					10-24-04
 | 
				
			||||||
	* updated the UI
 | 
						* updated the UI
 | 
				
			||||||
 | 
						# fixed non validating UI
 | 
				
			||||||
 | 
					
 | 
				
			||||||
10-17-04
 | 
					10-17-04
 | 
				
			||||||
	* added random number to vote JS, keeps browsers
 | 
						* added random number to vote JS, keeps browsers
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,6 @@
 | 
				
			|||||||
		<form action="${SCRIPT_NAME}" method="POST">
 | 
							<form action="${SCRIPT_NAME}" method="post">
 | 
				
			||||||
			<input type="hidden" name="action" value="doadd" />
 | 
					 | 
				
			||||||
			
 | 
					 | 
				
			||||||
			<div style="margin: 5px;">
 | 
								<div style="margin: 5px;">
 | 
				
			||||||
 | 
									<input type="hidden" name="action" value="doadd" />
 | 
				
			||||||
				<textarea cols="80" rows="20" name="content"></textarea><br />
 | 
									<textarea cols="80" rows="20" name="content"></textarea><br />
 | 
				
			||||||
				<input type="submit" value="Submit Quote" />
 | 
									<input type="submit" value="Submit Quote" />
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
		<form action="${SCRIPT_NAME}" method="get">	
 | 
							<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="action" value="list" />
 | 
				
			||||||
				<input type="hidden" name="s" value="0" />
 | 
									<input type="hidden" name="s" value="0" />
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
			<div style="margin-left: auto; margin-right: auto; width: 400px;">
 | 
					 | 
				
			||||||
				<div>
 | 
									<div>
 | 
				
			||||||
					<span style="margin-right: 10px;">Search Text:</span>
 | 
										<span style="margin-right: 10px;">Search Text:</span>
 | 
				
			||||||
					<input type="text" size="15" name="ss" /> <input type="submit" value="Search" />
 | 
										<input type="text" size="15" name="ss" /> <input type="submit" value="Search" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,8 +45,10 @@
 | 
				
			|||||||
	<div class="container">
 | 
						<div class="container">
 | 
				
			||||||
		<div style="margin-bottom: 2px;">
 | 
							<div style="margin-bottom: 2px;">
 | 
				
			||||||
			<form action="${SCRIPT_NAME}" method="get">
 | 
								<form action="${SCRIPT_NAME}" method="get">
 | 
				
			||||||
 | 
									<div>
 | 
				
			||||||
					<input type="hidden" name="action" value="show" />
 | 
										<input type="hidden" name="action" value="show" />
 | 
				
			||||||
					<span class="id-search">Kwote # <input type="text" size="5" /></span>
 | 
										<span class="id-search">Kwote # <input type="text" size="5" /></span>
 | 
				
			||||||
 | 
									</div>
 | 
				
			||||||
			</form>
 | 
								</form>
 | 
				
			||||||
			<span class="title">Kwotes - For happy goodness!</span>
 | 
								<span class="title">Kwotes - For happy goodness!</span>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user