-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasicW.htx
More file actions
94 lines (80 loc) · 4.73 KB
/
Copy pathBasicW.htx
File metadata and controls
94 lines (80 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<HTML>
<HEAD>
<TITLE>WEATHER OUTSIDE</TITLE>
</HEAD>
<meta http-equiv="refresh" content="300";>
<meta name="viewport" content="width=800" />
<style>
t1 {font-size:1000%}
d1 {font-size:300%}
l1 {font-size:100%}
l2 {font-size:150%}
z1 {font-size:2%}
</style>
<!--
h1= header; top line
t1= temp; outside
d1= data values, except temp
l1= label: MPH-RainTotals
l2= labels: Chill-Heat
z1= dummy header to size columns; width within a colspan sometimes doesn't work right
-->
<BODY>
<table border="3" bordercolor="#000000" border-top="2" cellpadding=2 cellspacing=0 width="786px">
<!--
<tr bgcolor="#FFF899">
<td style="width:200px; border: solid rgb(0,0,0); border-bottom: hidden; border-right: hidden"><z1></z1></td>
<td style="width:195px; border: solid rgb(0,0,0); border-bottom: hidden; border-left: hidden"><z1></z1></td>
<td style="width:195px; border: solid rgb(0,0,0); border-bottom: hidden; border-right: hidden"><z1></z1></td>
<td style="width:195px; border: solid rgb(0,0,0); border-bottom: hidden; border-left: hidden"><z1></z1></td>
</tr>
-->
<tr bgcolor="#FFF899">
<td colspan="2" bordercolor="#000000" style="width:395px; white-space:nowrap; text-align:center; border: solid rgb(0,0,0); <font face="verdana,
Arial, Helvetica"><strong>Report Created: <!--Date--> @ <!--Time-->m</strong></font></td>
<td colspan="2" bordercolor="#000000" style="width:391px; white-space:nowrap; text-align:center; border: solid rgb(0,0,0); <font face="verdana,
Arial, Helvetica"><strong>Barometer: <!--barometer-->" & <!--BarTrend--></strong></font></td>
</tr>
<tr bgcolor="#FFF899">
<td colspan="1" bordercolor="#000000" style="width:200px; padding-top:0px; text-align:center; vertical-align:top; border: solid rgb(0,0,0)"><font face="verdana, Arial,
Helvetica"> <img style="width:128px; max-height=100%" src="Current/WindDirection.gif" alt="Wind Direction Arrow"/> <br><d1><strong><font
color="Brown"><!--wind10Avg--></d1><l1> MPH</strong></l1> </font></td>
<td colspan="3"bordercolor="#000000" style="width:586px; white-space:nowrap; text-align:center; border: solid rgb(0,0,0)"><font face="verdana, Arial,
Helvetica"><t1><strong><!--outsideTemp-->°</strong></t1></font></td>
</tr>
<tr bgcolor="#FFF899">
<td colspan="2" bordercolor="#000000" style="width:395px; white-space:nowrap; text-align:center; border: solid rgb(0,0,0)"><font face="verdana, Arial,
Helvetica"><strong><font color="#0000FF"><l2> Wind Chill:</l2><d1> <!--windChill-->° </d1></font></strong></font></td>
<td colspan="2" bordercolor="#000000" style="width:391px; white-space:nowrap; text-align:center; border: solid rgb(0,0,0)"><font face="verdana, Arial,
Helvetica"><strong><font color="#0000FF"><l2> Humidity:</l2><d1> <!--outsideHumidity--><!--humUnit--> </d1></font></strong></font></td>
</tr>
<tr bgcolor="#FFF899">
<!--
<td bordercolor="#000000" style="width:200px; text-align:center; border: solid rgb(0,0,0)"><font color="#007F2F"><font face="verdana, Arial,
Helvetica"><strong><l1>Moisture Rate /hr<br></l1><d1><!--rainRate-->"</d1></strong></font></td>
<td colspan="1" bordercolor="#000000" style="width:200px; padding-top:0px; text-align:center; vertical-align:top; border: solid rgb(0,0,0)"><font face="verdana, Arial,
Helvetica"><img style="width:196px; max-height=100%" src="DayGraph/RainRateHistory.gif" alt="Rain Rate Graph"/></td>
-->
<td bordercolor="#000000" style="width:200px; text-align:center; border: solid rgb(0,0,0)"><font color="#007F2F"><font face="verdana, Arial,
Helvetica"><strong><l1><!--hiRainRateTime--> Moisture /hr<br></l1><d1><!--HiRainRate-->"</d1></strong></font></td>
<td bordercolor="#000000" style="width:195px; text-align:center; border: solid rgb(0,0,0)"><font color="#007F2F"><font face="verdana, Arial,
Helvetica"><strong><l1>Moisture This Storm<br></l1><d1><!--stormRain-->"</d1></strong></font></td>
<td bordercolor="#000000" style="width:195px; text-align:center; border: solid rgb(0,0,0)"><font color="#007F2F"><font face="verdana, Arial,
Helvetica"><strong><l1>Moisture This Month<br></l1><d1><!--monthlyRain-->"</d1></strong></font></td>
<td bordercolor="#000000" style="width:195px; text-align:center; border: solid rgb(0,0,0)"><font color="#006F4F"><font face="verdana, Arial,
Helvetica"><strong><l1>Moisture This Year<br></l1><d1><!--totalRain-->"</d1></strong></font></td>
</tr>
</table>
</BODY>
</HTML>
<!--
table width="786px"
Cell widths:
td-1 =200px (WindDir&Speed; month rain)
td-2 =195px
td-3 =195px
td-4 =196px (year rain)
td-1+2 =395px (Date/Time)
td-2+3+4 =586px (Temperature)
td-3+4 =391px (Barometer)
-->