예제 #1
0
				            Research checklists are pre-compiled by floristic scientists.
				            This is a very controlled method for building a species list, which allows for  
				            specific specimens to be linked to the species names within the checklist and thus serve as vouchers. 
				            Specimen vouchers are proof that the species actually occurs in the given area. If there is any doubt, one
				            can inspect these specimens for verification or annotate the identification when necessary.
						</div>
						<?php 
            if ($keyModIsActive === true || $keyModIsActive === 1) {
                ?>
							<div style="margin-left:15px;font-size:90%">
								The <img src="../images/key.png" style="width: 12px;" alt="Golden Key Symbol" /> 
								symbol opens the species list as an interactive key.
							</div>
							<?php 
            }
            $gMapUrl = $projManager->getGoogleStaticMap("research");
            if ($gMapUrl) {
                ?>
							<div style="float:right;text-align:center;">
								<a href="../checklists/clgmap.php?cltype=research&proj=<?php 
                echo $pid;
                ?>
" title="Map Checklists">
									<img src="<?php 
                echo $gMapUrl;
                ?>
" title="Map representation of checklists" alt="Map representation of checklists" />
									<br/>
									Click to Open Map
								</a>
							</div>