示例#1
0
}
?>
							<input type="submit" name="action" value="Rebuild List" />
							<div class="button" style='float:right;margin-right:10px;width:16px;height:16px;padding:2px;' title="Download Checklist">
								<input type="image" name="action" value="Download List" src="../images/dl.png" />
							</div>
						</div>
					</fieldset>
				</form>
			</div>
			<div>
				<h1>Species List</h1>
				<div style="margin:3px;">
					<b>Families:</b> 
					<?php 
echo $clManager->getFamilyCount();
?>
				</div>
				<div style="margin:3px;">
					<b>Genera:</b>
					<?php 
echo $clManager->getGenusCount();
?>
				</div>
				<div style="margin:3px;">
					<b>Species:</b>
					<?php 
echo $clManager->getSpeciesCount();
?>
					(species rank)
				</div>