# 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 ############################################################################ 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; } ############################################################################ /***************************** Version 20240321 ***************************/ $standAlone = false; // false if we run in the template environment if ( $standAlone ) { ?> '.$TITLE.''; } ############################################################################ /******************************* Settings *********************************/ $divWidth = 656; // Narrow style width $maxWidth = 1022; // Maximum width of images if (isset($_SESSION['CSSwidescreen'])) { $divWidth = ($_SESSION['CSSwidescreen']==1)? $maxWidth : $divWidth; } $divWidth = $standAlone?$maxWidth:$divWidth; // Enter Default Station $wfo = "OAX"; $prediction = 'StormTotalSnowWeb'; // Default NWS prediction to display $predictionText = 'Most Likely Snowfall'; /* These are the Possible Predictions with Texts 'SnowAmt10Prcntl' 'Expect at Least This Much' 'StormTotalSnowWeb' 'Most Likely Snowfall' 'SnowAmt90Prcntl' 'Potential for This Much' 'snowProbGETr' 'Chance >= 0.1 Inch Snowfall' 'ProbSnowGE01' 'Chance >= 1 Inch Snowfall' 'ProbSnowGE02' 'Chance >= 2 Inch Snowfall' 'ProbSnowGE04' 'Chance >= 4 Inch Snowfall' 'ProbSnowGE06' 'Chance >= 6 Inch Snowfall' 'ProbSnowGE08' 'Chance >= 8 Inch Snowfall' 'ProbSnowGE12' 'Chance >= 12 Inch Snowfall' 'ProbSnowGE18' 'Chance >= 18 Inch Snowfall' */ /***************************** End Settings *******************************/ $wfo = strtolower($wfo); ?>

Snow or Ice Accumulation Potential

Full Size Maps

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