-
Notifications
You must be signed in to change notification settings - Fork 2
/
tstat_multi.php
24 lines (19 loc) · 1015 Bytes
/
tstat_multi.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<a href='tstat_main.html'>[Main]</a><br>
<b>24 hours:</b><br>
<iframe src='tstat_temp_graph.php?width=900&height=200&days=1.5' width=1000 height=210 frameBorder="0" scrolling="no"></iframe>
<br>
<b>7 days:</b><br>
<iframe src='tstat_temp_graph.php?width=900&height=200&days=7.5' width=1000 height=210 frameBorder="0" scrolling="no"></iframe>
<br>
<b>2 weeks:</b><br>
<iframe src='tstat_temp_graph.php?width=900&height=200&days=14.5' width=1000 height=210 frameBorder="0" scrolling="no"></iframe>
<br>
<b>1 month:</b><br>
<iframe src='tstat_temp_graph.php?width=900&height=200&days=32.5' width=1000 height=210 frameBorder="0" scrolling="no"></iframe>
<br>
<b>1 year:</b><br>
<iframe src='tstat_temp_graph.php?width=900&height=200&days=365.5' width=1000 height=210 frameBorder="0" scrolling="no"></iframe>
<br><br>
Note: If there isn't enough data, the longer graphs will just show the max available data.<br>
All graphs include a little overlap for readbility.
<a href='tstat_main.html'>[Main]</a>