# TNET Services, Inc. # # Copyright: (c) 1992-2007 Copyright TNET Services, Inc. ############################################################################ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ############################################################################ # This document uses Tab 4 Settings ############################################################################ /************************ Version 5a (20200520) ***************************/ ############################################################################ $viewSource = false; if (isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) { //--self downloader -- $filenameReal = __FILE__; $download_size = filesize($filenameReal); header('Pragma: public'); header('Cache-Control: private'); header('Cache-Control: no-cache, must-revalidate'); header("Content-type: text/plain"); header("Accept-Ranges: bytes"); header("Content-Length: $download_size"); header('Connection: close'); readfile($filenameReal); exit; } ############################################################################ $standAlone = false; // false if we run in the template environment if ( $standAlone ) { ?> '.$TITLE.''; } ############################################################################ /************************* Settings *****************************/ $radar = 'N0R'; // Default radar type is set here $radarLoc = 'oax'; // IMPORTAMT!!! Default radar location is set here $imageWidth = 600; // Width of radar images $iframeWidth = 617; // Default IFrame Width -- adjust as needed $iframeHeight = 620; // Default IFrame Height -- adjust as needed $autoRefresh = true; // Use Autorefresh? true or false -- Determines whether AutoRefresh even appears $autoRefreshTime = 8; // Number of minutes between autorefreshes. IMPORTANT: use 2, 3, 4, 5, 6, 8, 10, 15, 20, or 30 ONLY!!! $autoRefreshOff = false; // Begin with Autorefresh Off? true or false -- 'OFF' or 'ON" $bgndColor = 'silver'; // Set HAniS Background Color Here $btnColor = 'darkslategray'; // Set Button Color here $btnTextColor = 'white'; // Set Button Text Color here ############################ New in Version 2 ########################## $pauseSeconds = 2; // Pause on last image, in seconds $animRate = 20; // Frame Rate of animation: 5 is glacial, 10 is slow, 15 is leisurely, 20 is good, and 50 is fast - set with integer $numbImages = 12; // Number of Radar Images to Animate - 3 to around 25 ############################ New in Version 3 ########################## $smoothingOn = false; // Enable image smoothing - new in HAniS 2.5 /*********************** End Settings ***************************/ ?>

US and Territories Current NOAA Ridge Radar

'; } ############################################################################ # End of Page ############################################################################ ?>