Esempio n. 1
0
}
?>
							</div>
							<div>
								<input type="checkbox" name="searchsynonyms" value="1"<?php 
echo $searchSynonyms ? "checked" : "";
?>
/> Synonyms
							</div>
						</div>
					    <!-- Thesaurus Filter -->
					    <div><b>Filter:</b>
					    	<select id='thesfilter' name='thesfilter'>
								<?php 
$taxonAuthList = array();
$taxonAuthList = $clManager->getTaxonAuthorityList();
foreach ($taxonAuthList as $taCode => $taValue) {
    echo "<option value='" . $taCode . "'" . ($taCode == $clManager->getThesFilter() ? " selected" : "") . ">" . $taValue . "</option>\n";
}
?>
							</select>
						</div>
						<div>
							<?php 
//Display Common Names: 0 = false, 1 = true
if ($displayCommonNames) {
    echo "<input id='showcommon' name='showcommon' type='checkbox' value='1' " . ($showCommon ? "checked" : "") . "/> Common Names";
}
?>
						</div>
						<div>