<html>
<head>
<script type="text/javascript" src="CategorySelector.js"></script>
</head>
<body>
<h1>Hallo</h1>
<h1>Welt</h1>
<table class='searchbox'>
<!--<tr>
<th>Keywords<th>
<td><input type='text' name='keywords' size='64' value='{$keywords}' {$keywords_disable}/></td>
</tr> -->
<tr>
<th>Category<th>
<td>
<input type='text' name='category' size='32' value='{$category}' id='categoryField'/>, depth
<input type='text' name='depth' size='3' value='{$catdepth}'/>
<small>(<a href='CategoryTree.php?{$treeoptions}'>browse category tree</a>)</small>
</td>
<script type='text/javascript'>
catsel= new CategorySelector('categoryField', '{$wiki}', '');
catsel.attach('select...', 'Category Selector');
</script>
</tr>
<tr>
<th>Size<th>
<td>No larger than <input type='text' name='maxkb' size='6' value='{$maxkb}'/> KB,
no smaller than <input type='text' name='minpx' size='6' value='{$minpx}'/> pixels <small>(applies to bitmaps only)</small>
</td>
</tr>
<tr>
<th>Type<th>
<td>Type <select name='mediatype'>
<option value='auto' {$mediatype_auto_sel}>Auto</option>
<option value='any' {$mediatype_any_sel}>Any</option>
<option value='image' {$mediatype_image_sel}>Image</option>
<option value='audio' {$mediatype_audio_sel}>Audio</option>
<option value='video' {$mediatype_video_sel}>Video</option>
<option value='other' {$mediatype_other_sel}>Other</option>
</select>
Format <input type='text' name='mimetype' size='16' value='{$mimetype}'/>
</td>
</tr>
<tr>
<th>License<th>
<td>
hide questionable <input type='checkbox' name='nobad' {$nobad_checked} {$license_disable}/>,
no license copy <input type='checkbox' name='nocopy' {$nocopy_checked} {$license_disable}/>,
no share-alike <input type='checkbox' name='nosa' {$nosa_checked} {$license_disable}/>,
no attribution <input type='checkbox' name='noby' {$noby_checked} {$license_disable}/>
<p>
<i>(<b>Note:</b> there is no guarantee that the images are tagged correctly. Before using a
media file you find here, always double-check the license info given on the description page.
When in doubt, please contact the uploader.)</i>
</p>
</td>
</tr>
</table>
</body>
</html>CategorySelectorTest.html
text/html, 2835 bytes (load raw)

