示例#1
0
}
?>
			</ul>
			<?php 
if ($specArr && $obsArr) {
    ?>
				<div id="specobsdiv">
					<form name="collform1" action="harvestparams.php" method="post" onsubmit="return verifyCollForm(this)">
						<div style="margin:0px 0px 10px 20px;">
							<input id="dballcb" name="db[]" class="specobs" value='all' type="checkbox" onclick="selectAll(this);" checked />
					 		<?php 
    echo $LANG['SELECT_ALL'];
    ?>
						</div>
						<?php 
    $collManager->outputFullCollArr($specArr);
    if ($specArr && $obsArr) {
        echo '<hr style="clear:both;margin:20px 0px;"/>';
    }
    $collManager->outputFullCollArr($obsArr);
    ?>
						<div style="clear:both;">&nbsp;</div>
						<input type="hidden" name="usecookies" value="false" />
					</form>
				</div>
			<?php 
}
if ($specArr) {
    ?>
				<div id="specimendiv">
					<form name="collform2" action="harvestparams.php" method="post" onsubmit="return verifyCollForm(this)">