echo "<a target='_blank' href='http://" . $_SERVER['SERVER_NAME'] . getLeonardoLink(array('op' => 'list_flights', 'takeoffID' => $waypointIDview, 'year' => '0', 'month' => '0', 'season' => '0', 'pilotID' => '0', 'country' => '0', 'cat' => '0')) . "'>" . _See_flights_near_this_point . " [ " . $flightNum . " ]</a>"; ?> </strong></td> </tr> <tr bgcolor="#49766D"> <td><div align="left" ></div> <div align="left" class="titleWhite"><b><?php echo _COORDINATES; ?> </b></div></td> </tr> <tr bgcolor="#EBE1C5"> <td width="271" bgcolor="#EBE1C5"><p><strong>lat/lon (WGS84):</strong><br> <?php echo $wpInfo->lat . " , " . -$wpInfo->lon; echo "<br>" . $wpInfo->getLatMinDec() . " , " . $wpInfo->getLonMinDec(); echo "<br>" . $wpInfo->getLatDMS() . " , " . $wpInfo->getLonDMS(); echo "<p>"; list($UTM_X, $UTM_Y, $UTMzone, $UTMlatZone) = $wpInfo->getUTM(); echo "<b>UTM:</b> {$UTMzone}{$UTMlatZone} X: " . floor($UTM_X) . " Y: " . floor($UTM_Y); ?> </td> </tr> </table></td> <td> </td> </tr> </table> <?php echo "</td></tr>"; close_inner_table();