浏览代码

Cleaned up formating in `month.html.tmpl`

No changes other than whitespace
Kurt Jacobson 7 年之前
父节点
当前提交
efdfaadc5a
共有 1 个文件被更改,包括 458 次插入248 次删除
  1. 458 248
      month.html.tmpl

+ 458 - 248
month.html.tmpl

@@ -1,253 +1,463 @@
 <!DOCTYPE html>
 <html class="no-js">
-    <head itemscope itemtype="http://schema.org/Website">
-        <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge">
-	<meta http-equiv="Refresh" content="180">
-	#if $Extras.has_key('cwop')
-        <meta name="description" content="$station.location Weather Station ($Extras.cwop) - weather web site powered by WeeWX">
-        #else
-        <meta name="description" content="$station.location Weather Station - weather web site powered by WeeWX">
-	#end if
-        <meta name="viewport" content="width=device-width, initial-scale=1">
-        <link rel="profile" href="http://gmpg.org/xfn/11" />
-	#if $Extras.has_key('web_url')
-	<link href="$Extras.web_url/month.html" itemprop="url"/>
-	#end if
-        
-	<title itemprop="name">$station.location Monthly Weather Summary</title>
-        
-        <!-- Open Graph -->
-	<meta property="og:site_name" content="$station.location Monthly Weather Summary" />
-	<meta property="og:title" content="Monthly Weather Summary"/>
-	#if $Extras.has_key('web_url')
-	<meta property="og:url" content="$Extras.web_url/month.html"/>
-	#end if
-        <meta property="og:description" content="Monthly Weather Summary for $station.location - weather web site powered by WeeWX" />
-	<meta property="og:type" content="website" />
-
-        <!-- Icons -->
-        <link rel="icon" href="favicon.ico" type="image/png">
-	<link rel="apple-touch-icon" href="touch-icon.png"/>
-        
-        <!-- Styles -->
-        <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
-	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
-        <link rel="stylesheet" href="css/main.css">
-        
-        <!-- Skripte -->
-        <script src="js/modernizr-2.6.2.min.js"></script>
-	<script src="js/checkdiff.js"></script>
-        
-    </head>
-    <body>
-
-	<header>
-            <div class="container-fix" >
-                <div class="h-left" >
-                <h1><i class="fa fa-cloud" ></i> $station.location </h1>
-                <p>$station.latitude[0]&deg; $station.latitude[1]' $station.latitude[2] | $station.longitude[0]&deg; $station.longitude[1]' $station.longitude[2] | $station.altitude | <a href="https://www.google.com/maps/?q=$station.latitude[0]&deg;%20$station.latitude[1]%20$station.latitude[2],$station.longitude[0]&deg;%20$station.longitude[1]%20$station.longitude[2]" target="_blank" ><i class="fa fa-map-marker" ></i> Show on map</a></p>
-                <h2>Monthly Weather Summary</h2>
-                <p><i class="fa fa-clock-o" ></i> $current.dateTime $current.dateTime.format("%Z")</p>
-		<p id="freshweather" class="m-orange"></p>
-		<script>
-                      window.onload = checkDiff("$current.dateTime ($current.dateTime.format('%Z'))");
-                </script>
-                </div>
-                
-                <div class="h-right" >
-                    <table>
-                        <tr><td><b>Station:</b></td><td>$station.hardware</td></tr>
-                        <tr><td><b>Software:</b></td><td><a href="http://weewx.com/" target="_blank" >WeeWX v$station.version</a></td></tr>
-                        <tr><td><b>Weewx uptime:</b></td><td>$station.uptime</td></tr>
-                        <tr><td><b>Server uptime:</b></td><td>$station.os_uptime</td></tr>
-			#if $Extras.has_key('cwop') and $Extras.has_key('crahs')
-			<tr><td><b>Station IDs:</b></td><td><a href="$Extras.cwop_url" target="_blank">$Extras.cwop</a> | <a href="$Extras.crahs_url" target="_blank">$Extras.crahs</a></td></tr>
-			#end if
-                    </table>
-                </div>
-
-                <nav>
-                    <ul class="topnav" id="myTopnav">
-			<li class="icon"><a href="javascript:void(0);" onclick="myFunction()"><i class="fa fa-bars" ></i></a></li>
-                        <li><a href="/" >Current</a></li>
-                        <li><a href="week.html" >Week</a></li>
-                        <li class="active"><a href="month.html" >Month</a></li>
-                        <li><a href="year.html" >Year</a></li>
-			<li><a href="summary.html" >Summaries</a></li>
-			<li><a href="station.html" >Station</a></li>
-			<li><a href="RSS/weewx_rss.xml" ><i class="fa fa-rss" ></i></a></li>
-                    </ul>
-                </nav>
-            </div>
-	</header>
-        
-        <div class="main" >
-        <div class="container" >
-            
-            <div class="left" >
-                
-                <div class="card" >
-                    <h1><i class="fa fa-calendar m-orange" ></i> This Month</h1>
-                    <table class="tablespacer">
-                        <tr><td>High Temperature</td><td>$month.outTemp.max</td><td>$month.outTemp.maxtime</td></tr>
-                        <tr><td>Low Temperature</td><td>$month.outTemp.min</td><td>$month.outTemp.mintime</td></tr>
-                        <tr><td>High Heat Index</td><td>$month.heatindex.max</td><td>$month.heatindex.maxtime</td></tr>
-                        <tr><td>Low Wind Chill</td><td>$month.windchill.min</td><td>$month.windchill.mintime</td></tr>
-                        <tr><td>High Dewpoint</td><td>$month.dewpoint.max</td><td>$month.dewpoint.maxtime</td></tr>
-                        <tr><td>Low Dewpoint</td><td>$month.dewpoint.min</td><td>$month.dewpoint.mintime</td></tr>
-                        <tr><td>High Humidity</td><td>$month.outHumidity.max</td><td>$month.outHumidity.maxtime</td></tr>
-                        <tr><td>Low Humidity</td><td>$month.outHumidity.min</td><td>$month.outHumidity.mintime</td></tr>
-                        <tr><td>High Barometer</td><td>$month.barometer.max</td><td>$month.barometer.maxtime</td></tr>
-                        <tr><td>Low Barometer</td><td>$month.barometer.min</td><td>$month.barometer.mintime</td></tr>
-                        <tr><td>Rain Total</td><td>$month.rain.sum</td><td></td></tr>
-                        <tr><td>High Rain Rate</td><td>$month.rainRate.max</td><td>$month.rainRate.maxtime</td></tr>
-                        <tr><td>High Wind Speed</td><td>$month.wind.max <br>$month.wind.gustdir</td><td>$month.wind.maxtime</td></tr>
-                        <tr><td>Average Wind</td><td>$month.wind.avg</td><td></td></tr>
-                        <tr><td>RMS Wind</td><td>$month.wind.rms</td><td></td></tr>
-                        <tr><td>Vector Average Speed</td><td>$month.wind.vecavg</td><td></td></tr>
-                        <tr><td>Vector Average Direction</td><td>$month.wind.vecdir</td><td></td></tr>
-                        <tr><td>High Inside Temperature</td><td>$month.inTemp.max</td><td>$month.inTemp.maxtime</td></tr>
-                        <tr><td>Low Inside Temperature</td><td>$month.inTemp.min</td><td>$month.inTemp.mintime</td></tr>
-                        #if $month.extraTemp1.has_data
-                        <tr><td>High Pond Temp</td><td>$month.extraTemp1.max</td><td>$month.extraTemp1.maxtime</td></tr>
-                        <tr><td>Low Pond Temp</td><td>$month.extraTemp1.min</td><td>$month.extraTemp1.mintime</td></tr>
-                        #end if
-                        #if $month.UV.has_data
-                        <tr><td>High UV</td><td>$month.UV.max</td><td>$month.UV.maxtime</td></tr>
-                        <tr><td>Low UV</td><td>$month.UV.min</td><td>$month.UV.mintime</td></tr>
-                        #end if
-                        #if $month.ET.has_data and $month.ET.sum.raw >0.0
-                        <tr><td>High ET</td><td>$month.ET.max</td><td>$month.ET.maxtime</td></tr>
-                        <tr><td>Low ET</td><td>$month.ET.min</td><td>$month.ET.mintime</td></tr>
-                        #end if
-                        #if $month.radiation.has_data
-                        <tr><td>High Radiation</td><td>$month.radiation.max</td><td>$month.radiation.maxtime</td></tr>
-                        <tr><td>Low Radiation</td><td>$month.radiation.min</td><td>$month.radiation.mintime</td></tr>
-                        #end if
-                    </table>
-                </div>
-
-		<div class="card" >
-                    <h1><i class="fa fa-calendar m-orange" ></i> Last $month($months_ago=12).dateTime.format("%B %Y")</h1>
-                    <table class="tablespacer">
-                        <tr><td>High Temperature</td><td>$month($months_ago=12).outTemp.max</td><td>$month($months_ago=12).outTemp.maxtime</td></tr>
-                        <tr><td>Low Temperature</td><td>$month($months_ago=12).outTemp.min</td><td>$month($months_ago=12).outTemp.mintime</td></tr>
-                        <tr><td>High Heat Index</td><td>$month($months_ago=12).heatindex.max</td><td>$month($months_ago=12).heatindex.maxtime</td></tr>
-                        <tr><td>Low Wind Chill</td><td>$month($months_ago=12).windchill.min</td><td>$month($months_ago=12).windchill.mintime</td></tr>
-                        <tr><td>High Dewpoint</td><td>$month($months_ago=12).dewpoint.max</td><td>$month($months_ago=12).dewpoint.maxtime</td></tr>
-                        <tr><td>Low Dewpoint</td><td>$month($months_ago=12).dewpoint.min</td><td>$month($months_ago=12).dewpoint.mintime</td></tr>
-                        <tr><td>High Humidity</td><td>$month($months_ago=12).outHumidity.max</td><td>$month($months_ago=12).outHumidity.maxtime</td></tr>
-                        <tr><td>Low Humidity</td><td>$month($months_ago=12).outHumidity.min</td><td>$month($months_ago=12).outHumidity.mintime</td></tr>
-                        <tr><td>High Barometer</td><td>$month($months_ago=12).barometer.max</td><td>$month($months_ago=12).barometer.maxtime</td></tr>
-                        <tr><td>Low Barometer</td><td>$month($months_ago=12).barometer.min</td><td>$month($months_ago=12).barometer.mintime</td></tr>
-                        <tr><td>Rain Total</td><td>$month($months_ago=12).rain.sum</td><td></td></tr>
-                        <tr><td>High Rain Rate</td><td>$month($months_ago=12).rainRate.max</td><td>$month($months_ago=12).rainRate.maxtime</td></tr>
-                        <tr><td>High Wind Speed</td><td>$month($months_ago=12).wind.max <br>$month($months_ago=12).wind.gustdir</td><td>$month($months_ago=12).wind.maxtime</td></tr>
-                        <tr><td>Average Wind</td><td>$month($months_ago=12).wind.avg</td><td></td></tr>
-                        <tr><td>RMS Wind</td><td>$month($months_ago=12).wind.rms</td><td></td></tr>
-                        <tr><td>Vector Average Speed</td><td>$month($months_ago=12).wind.vecavg</td><td></td></tr>
-                        <tr><td>Vector Average Direction</td><td>$month($months_ago=12).wind.vecdir</td><td></td></tr>
-                        <tr><td>High Inside Temperature</td><td>$month($months_ago=12).inTemp.max</td><td>$month($months_ago=12).inTemp.maxtime</td></tr>
-                        <tr><td>Low Inside Temperature</td><td>$month($months_ago=12).inTemp.min</td><td>$month($months_ago=12).inTemp.mintime</td></tr>
-                        #if $month($months_ago=12).extraTemp1.has_data
-                        <tr><td>High Pond Temp</td><td>$month($months_ago=12).extraTemp1.max</td><td>$month($months_ago=12).extraTemp1.maxtime</td></tr>
-                        <tr><td>Low Pond Temp</td><td>$month($months_ago=12).extraTemp1.min</td><td>$month($months_ago=12).extraTemp1.mintime</td></tr>
-                        #end if
-                        #if $month($months_ago=12).UV.has_data
-                        <tr><td>High UV</td><td>$month($months_ago=12).UV.max</td><td>$month($months_ago=12).UV.maxtime</td></tr>
-                        <tr><td>Low UV</td><td>$month($months_ago=12).UV.min</td><td>$month($months_ago=12).UV.mintime</td></tr>
-                        #end if
-                        #if $month($months_ago=12).ET.has_data and $month.ET.sum.raw >0.0
-                        <tr><td>High ET</td><td>$month($months_ago=12).ET.max</td><td>$month($months_ago=12).ET.maxtime</td></tr>
-                        <tr><td>Low ET</td><td>$month($months_ago=12).ET.min</td><td>$month($months_ago=12).ET.mintime</td></tr>
-                        #end if
-                        #if $month($months_ago=12).radiation.has_data
-                        <tr><td>High Radiation</td><td>$month($months_ago=12).radiation.max</td><td>$month($months_ago=12).radiation.maxtime</td></tr>
-                        <tr><td>Low Radiation</td><td>$month($months_ago=12).radiation.min</td><td>$month($months_ago=12).radiation.mintime</td></tr>
-                        #end if
-                    </table>
-                </div>
-
-            </div>
-            
-            <div class="right" >
-
-                <div class="card cc graphs" >
-                    <h1><i class="fa fa-line-chart m-gruen" ></i> Monthly Statistics and Plots</h1>
-                    
-                    <img src="monthtempdew.png" alt="temperatures" />
-                    <img src="monthrain.png" alt="rain" />
-                    <img src="monthwind.png" alt="wind" />
-                    <img src="monthwinddir.png" alt="Hi Wind" />
-                    <img src="monthwindvec.png" alt="Wind Vector" />
-		    <img src="monthtempchill.png" alt="heatchill" />
-		    <img src="monthbarometer.png" alt="barometer"/>
-		    <img src="monthinside.png" alt="Inside" />
-		    <img src="monthinhumid.png" alt="Inside/Outside Humidity" />
-                    #if $month.UV.has_data
-                    <img src="monthuv.png" alt="UV Index" />
-                    #end if
-                    #if $month.radiation.has_data
-                    <img src="monthradiation.png" alt="Radiation" />
-                    #end if
-                    #if $month.UV.has_data
-                    <img src="monthuv.png" alt="UV Index" />
-                    #end if
-                    #if $month.rxCheckPercent.has_data
-                    <img src="monthrx.png" alt="month rx percent"/>
-                    #end if
-                    #if $month.extraTemp1.has_data
-                    <img src="monthpond.png" alt="Pond Temperatures" />
-                    #end if
-                </div>
-                
-            </div>
+  <head itemscope itemtype="http://schema.org/Website">
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta http-equiv="Refresh" content="180">
+    #if $Extras.has_key('cwop')
+    <meta name="description" content="$station.location Weather Station ($Extras.cwop) - weather web site powered by WeeWX">
+    #else
+    <meta name="description" content="$station.location Weather Station - weather web site powered by WeeWX">
+    #end if
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="profile" href="http://gmpg.org/xfn/11" />
+    #if $Extras.has_key('web_url')
+    <link href="$Extras.web_url/month.html" itemprop="url"/>
+    #end if
+    <title itemprop="name">$station.location Monthly Weather Summary</title>
+    <!-- Open Graph -->
+    <meta property="og:site_name" content="$station.location Monthly Weather Summary" />
+    <meta property="og:title" content="Monthly Weather Summary"/>
+    #if $Extras.has_key('web_url')
+    <meta property="og:url" content="$Extras.web_url/month.html"/>
+    #end if
+    <meta property="og:description" content="Monthly Weather Summary for $station.location - weather web site powered by WeeWX" />
+    <meta property="og:type" content="website" />
+    <!-- Icons -->
+    <link rel="icon" href="favicon.ico" type="image/png">
+    <link rel="apple-touch-icon" href="touch-icon.png"/>
+    <!-- Styles -->
+    <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
+    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
+    <link rel="stylesheet" href="css/main.css">
+    <!-- Skripte -->
+    <script src="js/modernizr-2.6.2.min.js"></script>
+    <script src="js/checkdiff.js"></script>
+  </head>
+  <body>
+    <header>
+      <div class="container-fix" >
+        <div class="h-left" >
+          <h1><i class="fa fa-cloud" ></i> $station.location </h1>
+          <p>$station.latitude[0]&deg; $station.latitude[1]' $station.latitude[2] | $station.longitude[0]&deg; $station.longitude[1]' $station.longitude[2] | $station.altitude | <a href="https://www.google.com/maps/?q=$station.latitude[0]&deg;%20$station.latitude[1]%20$station.latitude[2],$station.longitude[0]&deg;%20$station.longitude[1]%20$station.longitude[2]" target="_blank" ><i class="fa fa-map-marker" ></i> Show on map</a></p>
+          <h2>Monthly Weather Summary</h2>
+          <p><i class="fa fa-clock-o" ></i> $current.dateTime $current.dateTime.format("%Z")</p>
+          <p id="freshweather" class="m-orange"></p>
+          <script>
+            window.onload = checkDiff("$current.dateTime ($current.dateTime.format('%Z'))");
+          </script>
         </div>
+        <div class="h-right" >
+          <table>
+            <tr>
+              <td><b>Station:</b></td>
+              <td>$station.hardware</td>
+            </tr>
+            <tr>
+              <td><b>Software:</b></td>
+              <td><a href="http://weewx.com/" target="_blank" >WeeWX v$station.version</a></td>
+            </tr>
+            <tr>
+              <td><b>Weewx uptime:</b></td>
+              <td>$station.uptime</td>
+            </tr>
+            <tr>
+              <td><b>Server uptime:</b></td>
+              <td>$station.os_uptime</td>
+            </tr>
+            #if $Extras.has_key('cwop') and $Extras.has_key('crahs')
+            <tr>
+              <td><b>Station IDs:</b></td>
+              <td><a href="$Extras.cwop_url" target="_blank">$Extras.cwop</a> | <a href="$Extras.crahs_url" target="_blank">$Extras.crahs</a></td>
+            </tr>
+            #end if
+          </table>
         </div>
-        
-	<footer>
-            <div class="container-fix">
-	      <div style="text-align:center">
-		#if $Extras.has_key('you')
-            	<i class="fa fa-pied-piper-pp"> </i><a href=mailto:$Extras.email> $Extras.you</a> 
-            	#end if
-		&sdot;
-	    	Copyright <i class="fa fa-copyright"></i> $latest.dateTime.format("%Y") 
-	   	<br>
-	    	Sofaskin by <a href="http://blauesledersofa.de">Blaues Ledersofa</a>
-                &sdot;
-		CW9009 Version by <a href="http://cw9009.x10host.com">JDS</a>
- 		<br>
-            	Powered by<i class="fa fa-cog fa-spin fa-fw" aria-hidden="true"></i><a href="http://weewx.com/" target="_blank">WeeWX</a> 
-	      </div>
-	    </div>
-        </footer>
-
-        #if $Extras.has_key('googleAnalyticsId')
-        <!-- Google Analytics -->
-        <script>
-            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-            
-            ga('create', '$Extras.googleAnalyticsId', 'auto');
-            ga('send', 'pageview');
-        </script>
-        #end if
-
-<!-- Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon -->
-<script>
-function myFunction() {
-    var x = document.getElementById("myTopnav");
-    if (x.className === "topnav") {
-        x.className += " responsive";
-    } else {
-        x.className = "topnav";
-    }
-}
-</script>
-
-    </body>
+        <nav>
+          <ul class="topnav" id="myTopnav">
+            <li class="icon"><a href="javascript:void(0);" onclick="myFunction()"><i class="fa fa-bars" ></i></a></li>
+            <li><a href="/" >Current</a></li>
+            <li><a href="week.html" >Week</a></li>
+            <li class="active"><a href="month.html" >Month</a></li>
+            <li><a href="year.html" >Year</a></li>
+            <li><a href="summary.html" >Summaries</a></li>
+            <li><a href="station.html" >Station</a></li>
+            <li><a href="RSS/weewx_rss.xml" ><i class="fa fa-rss" ></i></a></li>
+          </ul>
+        </nav>
+      </div>
+    </header>
+    <div class="main" >
+      <div class="container" >
+        <div class="left" >
+          <div class="card" >
+            <h1><i class="fa fa-calendar m-orange" ></i> This Month</h1>
+            <table class="tablespacer">
+              <tr>
+                <td>High Temperature</td>
+                <td>$month.outTemp.max</td>
+                <td>$month.outTemp.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Temperature</td>
+                <td>$month.outTemp.min</td>
+                <td>$month.outTemp.mintime</td>
+              </tr>
+              <tr>
+                <td>High Heat Index</td>
+                <td>$month.heatindex.max</td>
+                <td>$month.heatindex.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Wind Chill</td>
+                <td>$month.windchill.min</td>
+                <td>$month.windchill.mintime</td>
+              </tr>
+              <tr>
+                <td>High Dewpoint</td>
+                <td>$month.dewpoint.max</td>
+                <td>$month.dewpoint.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Dewpoint</td>
+                <td>$month.dewpoint.min</td>
+                <td>$month.dewpoint.mintime</td>
+              </tr>
+              <tr>
+                <td>High Humidity</td>
+                <td>$month.outHumidity.max</td>
+                <td>$month.outHumidity.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Humidity</td>
+                <td>$month.outHumidity.min</td>
+                <td>$month.outHumidity.mintime</td>
+              </tr>
+              <tr>
+                <td>High Barometer</td>
+                <td>$month.barometer.max</td>
+                <td>$month.barometer.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Barometer</td>
+                <td>$month.barometer.min</td>
+                <td>$month.barometer.mintime</td>
+              </tr>
+              <tr>
+                <td>Rain Total</td>
+                <td>$month.rain.sum</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>High Rain Rate</td>
+                <td>$month.rainRate.max</td>
+                <td>$month.rainRate.maxtime</td>
+              </tr>
+              <tr>
+                <td>High Wind Speed</td>
+                <td>$month.wind.max <br>$month.wind.gustdir</td>
+                <td>$month.wind.maxtime</td>
+              </tr>
+              <tr>
+                <td>Average Wind</td>
+                <td>$month.wind.avg</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>RMS Wind</td>
+                <td>$month.wind.rms</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>Vector Average Speed</td>
+                <td>$month.wind.vecavg</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>Vector Average Direction</td>
+                <td>$month.wind.vecdir</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>High Inside Temperature</td>
+                <td>$month.inTemp.max</td>
+                <td>$month.inTemp.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Inside Temperature</td>
+                <td>$month.inTemp.min</td>
+                <td>$month.inTemp.mintime</td>
+              </tr>
+              #if $month.extraTemp1.has_data
+              <tr>
+                <td>High Pond Temp</td>
+                <td>$month.extraTemp1.max</td>
+                <td>$month.extraTemp1.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Pond Temp</td>
+                <td>$month.extraTemp1.min</td>
+                <td>$month.extraTemp1.mintime</td>
+              </tr>
+              #end if
+              #if $month.UV.has_data
+              <tr>
+                <td>High UV</td>
+                <td>$month.UV.max</td>
+                <td>$month.UV.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low UV</td>
+                <td>$month.UV.min</td>
+                <td>$month.UV.mintime</td>
+              </tr>
+              #end if
+              #if $month.ET.has_data and $month.ET.sum.raw >0.0
+              <tr>
+                <td>High ET</td>
+                <td>$month.ET.max</td>
+                <td>$month.ET.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low ET</td>
+                <td>$month.ET.min</td>
+                <td>$month.ET.mintime</td>
+              </tr>
+              #end if
+              #if $month.radiation.has_data
+              <tr>
+                <td>High Radiation</td>
+                <td>$month.radiation.max</td>
+                <td>$month.radiation.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Radiation</td>
+                <td>$month.radiation.min</td>
+                <td>$month.radiation.mintime</td>
+              </tr>
+              #end if
+            </table>
+          </div>
+          <div class="card" >
+            <h1><i class="fa fa-calendar m-orange" ></i> Last $month($months_ago=12).dateTime.format("%B %Y")</h1>
+            <table class="tablespacer">
+              <tr>
+                <td>High Temperature</td>
+                <td>$month($months_ago=12).outTemp.max</td>
+                <td>$month($months_ago=12).outTemp.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Temperature</td>
+                <td>$month($months_ago=12).outTemp.min</td>
+                <td>$month($months_ago=12).outTemp.mintime</td>
+              </tr>
+              <tr>
+                <td>High Heat Index</td>
+                <td>$month($months_ago=12).heatindex.max</td>
+                <td>$month($months_ago=12).heatindex.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Wind Chill</td>
+                <td>$month($months_ago=12).windchill.min</td>
+                <td>$month($months_ago=12).windchill.mintime</td>
+              </tr>
+              <tr>
+                <td>High Dewpoint</td>
+                <td>$month($months_ago=12).dewpoint.max</td>
+                <td>$month($months_ago=12).dewpoint.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Dewpoint</td>
+                <td>$month($months_ago=12).dewpoint.min</td>
+                <td>$month($months_ago=12).dewpoint.mintime</td>
+              </tr>
+              <tr>
+                <td>High Humidity</td>
+                <td>$month($months_ago=12).outHumidity.max</td>
+                <td>$month($months_ago=12).outHumidity.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Humidity</td>
+                <td>$month($months_ago=12).outHumidity.min</td>
+                <td>$month($months_ago=12).outHumidity.mintime</td>
+              </tr>
+              <tr>
+                <td>High Barometer</td>
+                <td>$month($months_ago=12).barometer.max</td>
+                <td>$month($months_ago=12).barometer.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Barometer</td>
+                <td>$month($months_ago=12).barometer.min</td>
+                <td>$month($months_ago=12).barometer.mintime</td>
+              </tr>
+              <tr>
+                <td>Rain Total</td>
+                <td>$month($months_ago=12).rain.sum</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>High Rain Rate</td>
+                <td>$month($months_ago=12).rainRate.max</td>
+                <td>$month($months_ago=12).rainRate.maxtime</td>
+              </tr>
+              <tr>
+                <td>High Wind Speed</td>
+                <td>$month($months_ago=12).wind.max <br>$month($months_ago=12).wind.gustdir</td>
+                <td>$month($months_ago=12).wind.maxtime</td>
+              </tr>
+              <tr>
+                <td>Average Wind</td>
+                <td>$month($months_ago=12).wind.avg</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>RMS Wind</td>
+                <td>$month($months_ago=12).wind.rms</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>Vector Average Speed</td>
+                <td>$month($months_ago=12).wind.vecavg</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>Vector Average Direction</td>
+                <td>$month($months_ago=12).wind.vecdir</td>
+                <td></td>
+              </tr>
+              <tr>
+                <td>High Inside Temperature</td>
+                <td>$month($months_ago=12).inTemp.max</td>
+                <td>$month($months_ago=12).inTemp.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Inside Temperature</td>
+                <td>$month($months_ago=12).inTemp.min</td>
+                <td>$month($months_ago=12).inTemp.mintime</td>
+              </tr>
+              #if $month($months_ago=12).extraTemp1.has_data
+              <tr>
+                <td>High Pond Temp</td>
+                <td>$month($months_ago=12).extraTemp1.max</td>
+                <td>$month($months_ago=12).extraTemp1.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Pond Temp</td>
+                <td>$month($months_ago=12).extraTemp1.min</td>
+                <td>$month($months_ago=12).extraTemp1.mintime</td>
+              </tr>
+              #end if
+              #if $month($months_ago=12).UV.has_data
+              <tr>
+                <td>High UV</td>
+                <td>$month($months_ago=12).UV.max</td>
+                <td>$month($months_ago=12).UV.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low UV</td>
+                <td>$month($months_ago=12).UV.min</td>
+                <td>$month($months_ago=12).UV.mintime</td>
+              </tr>
+              #end if
+              #if $month($months_ago=12).ET.has_data and $month.ET.sum.raw >0.0
+              <tr>
+                <td>High ET</td>
+                <td>$month($months_ago=12).ET.max</td>
+                <td>$month($months_ago=12).ET.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low ET</td>
+                <td>$month($months_ago=12).ET.min</td>
+                <td>$month($months_ago=12).ET.mintime</td>
+              </tr>
+              #end if
+              #if $month($months_ago=12).radiation.has_data
+              <tr>
+                <td>High Radiation</td>
+                <td>$month($months_ago=12).radiation.max</td>
+                <td>$month($months_ago=12).radiation.maxtime</td>
+              </tr>
+              <tr>
+                <td>Low Radiation</td>
+                <td>$month($months_ago=12).radiation.min</td>
+                <td>$month($months_ago=12).radiation.mintime</td>
+              </tr>
+              #end if
+            </table>
+          </div>
+        </div>
+        <div class="right" >
+          <div class="card cc graphs" >
+            <h1><i class="fa fa-line-chart m-gruen" ></i> Monthly Statistics and Plots</h1>
+            <img src="monthtempdew.png" alt="temperatures" />
+            <img src="monthrain.png" alt="rain" />
+            <img src="monthwind.png" alt="wind" />
+            <img src="monthwinddir.png" alt="Hi Wind" />
+            <img src="monthwindvec.png" alt="Wind Vector" />
+            <img src="monthtempchill.png" alt="heatchill" />
+            <img src="monthbarometer.png" alt="barometer"/>
+            <img src="monthinside.png" alt="Inside" />
+            <img src="monthinhumid.png" alt="Inside/Outside Humidity" />
+            #if $month.UV.has_data
+            <img src="monthuv.png" alt="UV Index" />
+            #end if
+            #if $month.radiation.has_data
+            <img src="monthradiation.png" alt="Radiation" />
+            #end if
+            #if $month.UV.has_data
+            <img src="monthuv.png" alt="UV Index" />
+            #end if
+            #if $month.rxCheckPercent.has_data
+            <img src="monthrx.png" alt="month rx percent"/>
+            #end if
+            #if $month.extraTemp1.has_data
+            <img src="monthpond.png" alt="Pond Temperatures" />
+            #end if
+          </div>
+        </div>
+      </div>
+    </div>
+    <footer>
+      <div class="container-fix">
+        <div style="text-align:center">
+          #if $Extras.has_key('you')
+          <i class="fa fa-pied-piper-pp"> </i><a href=mailto:$Extras.email> $Extras.you</a> 
+          #end if
+          &sdot;
+          Copyright <i class="fa fa-copyright"></i> $latest.dateTime.format("%Y") 
+          <br>
+          Sofaskin by <a href="http://blauesledersofa.de">Blaues Ledersofa</a>
+          &sdot;
+          CW9009 Version by <a href="http://cw9009.x10host.com">JDS</a>
+          <br>
+          Powered by<i class="fa fa-cog fa-spin fa-fw" aria-hidden="true"></i><a href="http://weewx.com/" target="_blank">WeeWX</a> 
+        </div>
+      </div>
+    </footer>
+    #if $Extras.has_key('googleAnalyticsId')
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      
+      ga('create', '$Extras.googleAnalyticsId', 'auto');
+      ga('send', 'pageview');
+    </script>
+    #end if
+    <!-- Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon -->
+    <script>
+      function myFunction() {
+          var x = document.getElementById("myTopnav");
+          if (x.className === "topnav") {
+              x.className += " responsive";
+          } else {
+              x.className = "topnav";
+          }
+      }
+    </script>
+  </body>
 </html>
+