116 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			116 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
<form action="${SCRIPT_NAME}" method="get">
 | 
						|
	<div style="margin-top: 5px; margin-bottom: 5px;">
 | 
						|
		<input type="hidden" name="action" value="list" />
 | 
						|
		<input type="hidden" name="s" value="0" />
 | 
						|
 | 
						|
		<p>All fields are optional.</p>
 | 
						|
 | 
						|
		<fieldset>
 | 
						|
			<legend>Search Criteria</legend>
 | 
						|
 | 
						|
			<p>
 | 
						|
				<label>
 | 
						|
					Keywords: <input type="text" size="20" name="ss" />
 | 
						|
				</label>
 | 
						|
				<br />
 | 
						|
				<span class="note">Note: Search keywords can be seperated using a comma.</span>
 | 
						|
			</p>
 | 
						|
 | 
						|
			<p>
 | 
						|
				<label>
 | 
						|
					With Rating From: <input type="text" size="5" name="minr" />
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					to <input type="text" size="5" name="maxr" />
 | 
						|
				</label>
 | 
						|
			</p>
 | 
						|
		</fieldset>
 | 
						|
 | 
						|
		<fieldset>
 | 
						|
			<legend>Paging/Sorting Options</legend>
 | 
						|
 | 
						|
			<table>
 | 
						|
				<tr>
 | 
						|
					<td style="vertical-align: top;">Sort by:</td>
 | 
						|
 | 
						|
					<td style="vertical-align: top;">
 | 
						|
						<label>
 | 
						|
							<input type="radio" value="date" name="o" checked="checked" /> Date
 | 
						|
						</label>
 | 
						|
						<br />
 | 
						|
						<label>
 | 
						|
							<input type="radio" value="rating" name="o" /> Rating
 | 
						|
						</label>
 | 
						|
						<br />
 | 
						|
						<label>
 | 
						|
							<input type="radio" value="random" name="o" /> Random
 | 
						|
						</label>
 | 
						|
						<br />
 | 
						|
					</td>
 | 
						|
 | 
						|
					<td style="vertical-align: top;">
 | 
						|
						<label>
 | 
						|
							<input type="radio" value="forward" name="so" checked="checked" /> Descending
 | 
						|
						</label>
 | 
						|
						<br />
 | 
						|
						<label>
 | 
						|
							<input type="radio" value="reverse" name="so" /> Ascending
 | 
						|
						</label>
 | 
						|
						<br />
 | 
						|
					</td>
 | 
						|
				</tr>
 | 
						|
				<tr>
 | 
						|
					<td colspan="3">
 | 
						|
						<span class="note">Note: Choosing a random sort order disables paging.</span>
 | 
						|
					</td>
 | 
						|
				</tr>
 | 
						|
			</table>
 | 
						|
 | 
						|
			<p>
 | 
						|
				Results Per Page:<br />
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="10" name="m" checked="checked" /> 10
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="25" name="m" /> 25
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="50" name="m" /> 50
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="100" name="m" /> 100
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="9999999999" name="m" /> Show All
 | 
						|
				</label>
 | 
						|
			</p>
 | 
						|
 | 
						|
			<p>
 | 
						|
				Maximum results:<br />
 | 
						|
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="100" name="mr" checked="checked" /> 100
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="250" name="mr" /> 250
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="500" name="mr" /> 500
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="1000" name="mr" /> 1000
 | 
						|
				</label>
 | 
						|
				<label>
 | 
						|
					<input type="radio" value="9999999999" name="mr" /> Show All
 | 
						|
				</label>
 | 
						|
			</p>
 | 
						|
		</fieldset>
 | 
						|
 | 
						|
		<span style="float: right;">
 | 
						|
			<input type="submit" value="Search" />
 | 
						|
		</span>
 | 
						|
 | 
						|
		<div style="clear: both;"></div>
 | 
						|
	</div>
 | 
						|
</form>
 |