19) { $initialZoom = DEFAULT_ZOOM; } } /* Check if the URL contains a numeric lat value and a numeric lon value. If not use DEFAULT_LAT and DEFAULT_LON from config.php. */ if (array_key_exists('lat', $_GET) && array_key_exists('lon', $_GET)) { $initialLat = $_GET['lat']; $initialLon = $_GET['lon']; if (!is_numeric($initialLat) || !is_numeric($initialLon)) { $initialLat = DEFAULT_LAT; $initialLon = DEFAULT_LON; } } $sliderToggleChecked = 'checked="checked"'; $embQueryFirst = ''; $embedPerma = 'null'; $embedMode = ''; if (array_key_exists('emb', $_GET)) { $embedMode = $_GET['emb']; if ($embedMode == 'wosb') { $sliderToggleChecked = ''; } } $useStatistics = USE_STATISTICS; ?> Surveillance under Surveillance if (window.self !== window.top) { window.top.location.href="./sunders.html"; } '; } else { $embQuery = 'emb='.$embedMode; $embQueryFirst = '?'.$embQuery; $embedPerma = '\''.$embedMode.'\''; } ?> >
'; } ?>
'.$subtitle.'
'; } if (! empty($translation)) { echo '
'.$translation.'
'; } ?>
<?php echo translate($i18nCommon, $i18nCommonDefault, 'what-alt', [], [], []) ?>

<?php echo translate($i18nCommon, $i18nCommonDefault, 'how-alt', [], [], []) ?>

<?php echo translate($i18nCommon, $i18nCommonDefault, 'where-alt', [], [], []) ?>