Exemplo n.º 1
0
                ?>
										</div>
									</div>
									
									<?php 
            } else {
                ?>
									<div style="clear:both;">
										<div style="margin:10px;">
											Listed below are species from the checklist that do not have linked specimen vouchers.    
											Click on name to use the search statement above to dynamically query the occurrence dataset for 
											possible voucher specimens. Use the pulldown to the right to display the specimens in a table format.
										</div>
										<div style="margin:20px;">
											<?php 
                if ($nonVoucherArr = $clManager->getNonVoucheredTaxa($startPos)) {
                    foreach ($nonVoucherArr as $family => $tArr) {
                        echo '<div style="font-weight:bold;">' . strtoupper($family) . '</div>';
                        echo '<div style="margin:10px;text-decoration:italic;">';
                        foreach ($tArr as $tid => $sciname) {
                            ?>
														<div>
															<a href="#" onclick="openPopup('../taxa/index.php?taxauthid=1&taxon=<?php 
                            echo $tid . '&cl=' . $clid;
                            ?>
','taxawindow');return false;"><?php 
                            echo $sciname;
                            ?>
</a>
															<a href="#" onclick="openPopup('../collections/list.php?db=all&thes=1&reset=1&taxa=<?php 
                            echo $tid . '&targetclid=' . $clid . '&targettid=' . $tid;