-
Notifications
You must be signed in to change notification settings - Fork 0
/
uv-almanac.php
29 lines (25 loc) · 1.34 KB
/
uv-almanac.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
25
26
27
28
29
<?php include('livedata.php');?>
<div class="almanac-word">UV Index</div>
<br><br>
<div class="almanac"><div class="almanac-content">
<?php //month max
echo "<valuetextheading1>".date('F')." Max <deepblue>".$weather["uvmmaxtime"]."</deepblue></valuetextheading1><br>";
echo "<div class=tempmodulehome0-5c>".$weather["uvmmax"] ."<smalltempunit2>UVI";
?><smalltempunit2></div></div>
<div class="almanac2"><div class="almanac-content">
<?php //max year
echo "<valuetextheading1>".date('Y')." Max <deepblue>".$weather["uvymaxtime"]."</deepblue></valuetextheading1><br>";
echo "<div class=tempmodulehome0-5c>".$weather["uvymax"]."<smalltempunit2>UVI";
?></smalltempunit2></div></div>
<div class="almanac3"><div class="almanac-content">
<?php //month min
echo "<valuetextheading1>Yesterday Max <deepblue>".$weather["uvydmaxtime"]."</deepblue></valuetextheading1><br>";
echo "<div class=tempmodulehome0-5c>".$weather["uvydmax"]."<smalltempunit2>UVI";
?><smalltempunit2></div></div>
<div class="almanac4"><div class="almanac-content">
<?php //min Year
echo "<valuetextheading1>Record Max <deepblue></deepblue></valuetextheading1><br>";
echo "<div class=tempmodulehome0-5c>N/A<smalltempunit2>";
?><smalltempunit2></div></div>
<div class="weather-tempicon-identity" style="margin-top:70px;height:1.77em">
<?php echo "<icon-16-20>".$uvicon."</icon-16-20>"; ?></div>