# 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 3b (20220814) ****************************/ /* Requires Version 4.0+ of HAniS: http://www.ssec.wisc.edu/hanis/index.html */ $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 = 'br1'; // Default radar type is set here $radarLoc = 'koax'; // IMPORTAMT!!! Default radar location is set here $useRadarLoc = true; // Does your site include the radar location in the file name? true or false $imageDir = 'https://www.gwwilkins.org/grlevel3'; // Location of GRLevel3 images on server - NOTE! - now requires leading slash! $imageWidth = 620; // Width of radar images $iframeWidth = $imageWidth; // Default IFrame Width -- should no longer need adjustment $iframeHeight = 695; // Default IFrame Height -- adjust as needed $autoRefresh = true; // Use Autorefresh? true or false $autoRefreshTime = 8; // Number of minutes between autorefreshes. IMPORTANT: use 2, 3, 4, 5, 6, 8, 10, 15, 20, or 30 ONLY!!! $autoRefreshDefaultOff = true; // Begin with Autorefresh Off? true or false $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 = 10; // Number of images to display - between 3 and the number of images you are uploading ############################ New in Version 3 ########################## $imageType = 'jpg'; // 'jpg' or 'png' $useUTC = true; // Use UTC time rather than Zulu time (UTC adds seconds counter) /*********************** End Settings ***************************/ ?>

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