# | Line 47 | Line 47 | function printAlert($machine, $alert, $small="") { | |
---|---|---|
47 | | |
48 | </td> | |
49 | <td align="left"> | |
50 | < | <font size="2" color="$alertColour"><b>$alertLevel</b></font> |
50 | > | <font size="3" color="$alertColour"><b>$alertLevel</b></font> |
51 | </td> | |
52 | <td align="left"> | |
53 | < | <font size="2">$attributeName</font> |
53 | > | <font size="3">$attributeName</font> |
54 | </td> | |
55 | <td> | |
56 | | |
# | Line 98 | Line 98 | function printReports($machine, $small="") { | |
98 | <table border="0" cellpadding="2" cellspacing="0"> | |
99 | <tr> | |
100 | <td colspan="4"> | |
101 | < | <b>$machine</b> |
101 | > | <font size="+1"><b>$machine</b></font> |
102 | </td> | |
103 | </tr> | |
104 | EOT; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |