Files
weewx/skins/Standard/statistics.html.tmpl
2017-01-29 11:02:54 -05:00

53 lines
1.3 KiB
Cheetah

## Copyright 2017 Tom Keffer, Matthew Wall
## Distributed under terms of GPLv3. See LICENSE.txt for your rights.
#errorCatcher Echo
#encoding UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>$station.location Statistics</title>
<link rel="icon" type="image/png" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="standard.css"/>
<script type="text/javascript" src="standard.js"></script>
<style>
#statistics_widget th {
font-weight: normal;
text-align: right;
}
#statistics_widget .widget_title {
margin-bottom: 25px;
}
#statistics_widget .label {
font-size: 100%;
}
#statistics_widget .data {
text-align: right;
font-size: 100%;
padding-left: 50px;
}
#statistics_widget .units {
font-size: 100%;
}
#statistics_widget .timestamp {
color: #aaaaaa;
}
</style>
</head>
<body>
#include "titlebar.inc"
<div id="contents">
<p><a href="index.html">&#10096; Current Conditions</a></p>
<div id="widget_group">
#include "statistics.inc"
</div>
#include "identifier.inc"
</div>
</body>
</html>