예제 #1
0
            }
            ?>
								</div>
							</div>
							<?php 
        } elseif ($mode == 'nullcounty') {
            ?>
							<div style="margin:20px">
								<div style="margin:5px">
									<div style="margin-bottom:10px;font-size:120%;">
										<u><b>NULL county and non-NULL locality:</b></u> <?php 
            echo $cleanManager->getNullCountyNotLocalityCount();
            ?>
									</div> 
									<?php 
            $badCountyArr = $cleanManager->getNullCountyNotLocalityArr();
            $goodCountyArr = $cleanManager->getGoodCountyArr();
            foreach ($badCountyArr as $countryName => $stateArr) {
                echo '<div style="margin-left:0px;"><b><u>' . $countryName . '</u></b></div>';
                foreach ($stateArr as $stateName => $localityArr) {
                    echo '<div style="margin-left:15px;"><b><u>' . $stateName . '</u></b></div>';
                    foreach ($localityArr as $localityName => $localityCnt) {
                        ?>
												<div style="margin-left:30px;">
													<form name="nullstateform" method="post" action="fieldcleaner.php" onsubmit="return verifyNullCountyForm(this)">
														<b><?php 
                        echo $localityName;
                        ?>
</b>
														<?php 
                        echo ' <span title="Number of Specimens">(' . $localityCnt . ')</span>';