Example #1
0
									These downloads are particularly tailored for importing the new coordinates into their local database. 
									If no records have been georeferenced within the portal, the output file will be empty.
								</div>
								<table>
									<tr>
										<td>
											<div style="margin:10px;">
												<b>Processing Status:</b>
											</div> 
										</td>
										<td>
											<div style="margin:10px 0px;">
												<select name="processingstatus">
													<option value="">All Records</option>
													<?php 
            $statusArr = $dlManager->getProcessingStatusList($collid);
            foreach ($statusArr as $v) {
                echo '<option value="' . $v . '">' . ucwords($v) . '</option>';
            }
            ?>
												</select>
											</div> 
										</td>
									</tr>
									<tr>
										<td valign="top">
											<div style="margin:10px;">
												<b>Compression:</b>
											</div> 
										</td>
										<td>