# | Line 35 | Line 35 | function showStat($title, $value, $input) { | |
---|---|---|
35 | } | |
36 | ||
37 | ||
38 | + | function linkToHistory($report) { |
39 | + | global $machine; |
40 | + | $yesterday = date("Y-m-d", time() - 86400); |
41 | + | echo <<<EOT |
42 | + | <a href="browser.php?machine_name=$machine&report=$report&day=$yesterday&submit=Show"><img src="historical.gif" width="20" height="20" border="0"></a> |
43 | + | EOT; |
44 | + | } |
45 | + | |
46 | + | |
47 | # show a bar-represented value. | |
48 | function showBar($title, $value, $max, $units, $input) { | |
49 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |