Exemplo n.º 1
0
								<div style='float:left;'>
									<a href="voucheradmin.php?clid=<?php 
            echo $clid . '&pid=' . $pid;
            ?>
"><img src="../images/refresh.png" style="border:0px;" title="Refresh List" /></a>
								</div>
								<?php 
            if ($displayMode) {
                ?>
									<div style="clear:both;">
										<div style="margin:10px;">
											Listed below are occurrences that can be batch linked to species within the checklist.
										</div>
										<div>
											<?php 
                if ($specArr = $clManager->getNewVouchers($startPos, $displayMode)) {
                    ?>
												<form name="batchnonvoucherform" method="post" action="voucheradmin.php" onsubmit="return validateBatchNonVoucherForm(this)">
													<table class="styledtable">
														<tr>
															<th>
																<span title="Select All">
												         			<input name="occids[]" type="checkbox" onclick="selectAll(this);" value="0-0" />
												         		</span>
															</th>
															<th>Checklist ID</th>
															<th>Collector</th>
															<th>Locality</th>
														</tr>
														<?php 
                    foreach ($specArr as $cltid => $occArr) {