示例#1
0
        echo $collid;
        ?>
&mode=off">return to main menu</a></div>
					<?php 
    }
    ?>
				<div style="margin:20px">
					<?php 
    if ($target == 'geolocal') {
        if ($mode == 'badcountry') {
            ?>
							<div style="margin:20px">
								<div style="margin:5px">
									<div style="margin-bottom:10px;">
										<b>Questionable countries:</b> <?php 
            echo $cleanManager->getBadCountryCount();
            ?>
<br/>
									</div> 
									<?php 
            $badCountryArr = $cleanManager->getBadCountryArr();
            $goodCountryArr = $cleanManager->getGoodCountryArr();
            foreach ($badCountryArr as $countryName => $countryCnt) {
                ?>
										<div style="margin-left:15px;">
											<form name="countrycleanform" method="post" action="fieldcleaner.php" onsubmit="return verifyCountryCleanForm(this)">
												<b><?php 
                echo $countryName;
                ?>
</b>
												<?php