| # | Line 78 | Line 78 | function showBar($title, $value, $max, $input) { | |
|---|---|---|
| 78 | $width = intval($max_width * $value / $max); | |
| 79 | ||
| 80 | ?> | |
| 81 | < | <table border="0" cellpadding="0" cellspacing="0"> |
| 81 | > | <table border="0" cellpadding="0" cellspacing="0" align="center"> |
| 82 | <tr> | |
| 83 | <td colspan="2"><b><?=$title?></b></td> | |
| 84 | </tr> | |
| # | Line 139 | Line 139 | function showBar($title, $value, $max, $input) { | |
| 139 | include("latest_display.inc.php"); | |
| 140 | } | |
| 141 | } | |
| 142 | < | else { |
| 143 | < | printLine(""); |
| 144 | < | } |
| 145 | < | |
| 142 | > | printLine(""); |
| 143 | ?> | |
| 144 | ||
| 145 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |