示例#1
0
		<?php 
echo $clManager->getSurveyName() . "&nbsp;&nbsp;";
if (1 == 2) {
    if ($keyModIsActive === true || $keyModIsActive === 1) {
        ?>
					<a href="../ident/key.php?surveyid=<?php 
        echo $surveyId . "&proj=" . $clManager->getPid();
        ?>
&taxon=All+Species">
						<img src='../images/key.png' style='width:15px;border:0px;' title='Open Symbiota Key' />
					</a>&nbsp;&nbsp;&nbsp;
					<?php 
    }
    ?>
				<a href="flashcards.php?surveyid=<?php 
    echo $surveyId . ($taxonFilter ? "&taxonfilter=" . $taxonFilter : "") . "&showcommon=" . $showCommon . ($clManager->getThesFilter() ? "&thesfilter=" . $clManager->getThesFilter() : "");
    ?>
">
					<img src="../images/quiz.png" style="height:10px;border:0px;" title="Open Flashcard Quiz" />
				</a>
				<?php 
}
?>
		</h1>
		<div>
			<span style="font-weight:bold;">
				Managers: 
			</span>
			<?php 
echo $mdArray["managers"];
?>