wont let me upload file will copy and paste
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta name="description" content="<#location> weather data" />
<meta name="keywords" content="Cumulus, <#location> weather data, weather, data, weather station" />
<title><#location> weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="content">
<h1><#location> weather</h1>
<h2 style="text-align: left; text-transform: none;" >
Latitude <#latitude> Longitude <#longitude> Elevation <#altitude></h2>
<!-- Almanac -->
<table width="100%" border="0" cellpadding="10">
<tbody><tr>
<td class="labels">Dawn:</td>
<td class="site_data" style="text-align: left;"><#dawn></td>
<td class="labels">Sunrise:</td>
<td class="site_data" style="text-align: left;"><#sunrise></td>
<td class="labels">Moonrise:</td>
<td class="site_data" style="text-align: left;"><#moonrise></td>
<td rowspan="3"><img src="images/moon.bmp" alt="Moon" width="64" align="left" border="0" height="64" style="margin: 0px 10px" /></td>
</tr>
<tr>
<td class="labels">Dusk:</td>
<td class="site_data" style="text-align: left;"><#dusk></td>
<td class="labels">Sunset: </td>
<td class="site_data" style="text-align: left;"><#sunset></td>
<td class="labels">Moonset:</td>
<td class="site_data" style="text-align: left;"><#moonset></td>
</tr>
<tr>
<td class="labels">Daylight:</td>
<td class="site_data" style="text-align: left;"><#daylightlength></td>
<td class="labels">Day length:</td>
<td class="site_data" style="text-align: left;"><#daylength></td>
<td class="labels">Moon Phase:</td>
<td class="site_data" style="text-align: left;"><#moonphase></td>
</tr>
</tbody></table>
<!-- END Almanac -->
<p>Welcome to <#longlocation>. </p>
<p>The weather station in use is the <#stationtype>, and these pages are updated
every <#interval> minutes. The meteorological day used at this station ends at
<#rollovertime>.</p>
<p>Forecast: <#forecast></p>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<caption>Conditions at local time <#time></caption>
<tr>
<td colspan="4" class="tableseparator_temp">Temperature and Humidity </td>
</tr>
<tr class="td_temperature_data">
<td>Temperature</td>
<td><#temp> <#tempunit></td>
<td>Dew Point </td>
<td><#dew> <#tempunit></td>
</tr>
<tr class="td_temperature_data">
<td>Windchill</td>
<td><#wchill> <#tempunit></td>
<td>Humidity</td>
<td><#hum>%</td>
</tr>
<tr class="td_temperature_data">
<td>Heat Index</td>
<td><#heatindex> <#tempunit></td>
<td>Apparent Temperature</td>
<td><#apptemp> <#tempunit></td>
</tr>
<!-- Solar data. If you don't have a solar sensor, you may wish to delete everything from here to the next comment -->
<tr class="td_temperature_data">
<td>Solar Radiation</td>
<td><#SolarRad> W/m²</td>
<td>Evapotranspiration Today</td>
<td><#ET> <#rainunit></td>
</tr>
<!-- End of solar data -->
<tr>
<td colspan="4" class="tableseparator_rainfall">Rainfall</td>
</tr>
<tr class="td_rainfall_data">
<td>Rainfall Today</td>
<td><#rfall> <#rainunit></td>
<td>Rainfall Rate</td>
<td><#rrate> <#rainunit>/hr</td>
</tr>
<tr class="td_rainfall_data">
<td>Rainfall This Month</td>
<td><#rmonth> <#rainunit></td>
<td>Rainfall This Year</td>
<td><#ryear> <#rainunit></td>
</tr>
<tr class="td_rainfall_data">
<td>Rainfall Last Hour</td>
<td><#rhour> <#rainunit></td>
<td>Last rainfall</td>
<td><#LastRainTipISO></td>
</tr>
<tr class="td_rainfall_data">
<td>Rainfall Since Midnight</td>
<td>0.6 mm</td>
<td>Rainfall Last 24 Hours</td>
<td>1.2 mm</td>
<tr>
<td colspan="4" class="tableseparator_wind">Wind</td>
</tr>
<tr class="td_wind_data">
<td>Wind Speed (gust)</td>
<td><#wgust> <#windunit></td>
<td>Wind Speed (avg)</td>
<td><#wspeed> <#windunit></td>
</tr>
<tr class="td_wind_data">
<td>Wind Bearing</td>
<td><#avgbearing>° <#wdir></td>
<td>Beaufort <#beaufort></td>
<td><#beaudesc></td>
</tr>
<tr>
<td colspan="4" class="tableseparator_pressure">Pressure</td>
</tr>
<tr class="td_pressure_data">
<td>Barometer </td>
<td><#press> <#pressunit></td>
<td><#presstrend></td>
<td><#presstrendval> <#pressunit>/hr</td>
</tr>
<tr>
<td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this month</a>::<a href="thisyear.htm">this year</a>::<a href="record.htm">records</a>::<a href="trends.htm">trends</a>:<#forum><#webcam></td>
</tr>
</table>
<p class="credits"><br />
Page updated <#update><br />
powered by
<a href="
http://sandaysoft.com/products/cumulus" target="_blank">Cumulus</a>
v<#version> (<#build>)
</p>
</div>
</body>
</html>