示例#1
0
$mdArray = $clManager->getMetaData();
$taxaArray = $clManager->getTaxaList($pageNumber);
?>

<html>

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $charset;
?>
"/>
	<title><?php 
echo $defaultTitle;
?>
 Survey Checklist: <?php 
echo $clManager->getSurveyName();
?>
</title>
	<link href="../css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<?php 
$keywordStr = "virtual flora,species list," . $clManager->getSurveyName();
echo "<meta name='keywords' content='" . $keywordStr . "' />";
?>
	<link type="text/css" href="../css/jquery-ui.css" rel="Stylesheet" />