# | Line 109 | Line 109 | function getdirArray($dir='./',$sort='asort') { | |
---|---|---|
109 | <? } else { ?> | |
110 | <option selected value="">[select machine]</option> | |
111 | <? } ?> | |
112 | < | <? include("$day/machine_name.inc"); ?> |
112 | > | <? include("$day/$machineNameHTML"); ?> |
113 | </select> | |
114 | ||
115 | <select size="1" name="report"> | |
# | Line 119 | Line 119 | function getdirArray($dir='./',$sort='asort') { | |
119 | <? } else { ?> | |
120 | <option selected value="">[select report]</option> | |
121 | <? } ?> | |
122 | < | <? include("$day/report.inc"); ?> |
122 | > | <? include("$day/$reportHTML"); ?> |
123 | </select> | |
124 | ||
125 | <input type="hidden" name="day" value="<? echo $day ?>"> | |
# | Line 136 | Line 136 | function getdirArray($dir='./',$sort='asort') { | |
136 | <? | |
137 | if ($submit == "Show" && $machine_name && $report) { | |
138 | ||
139 | < | include("$day/$machine_name/$report/i-maxmin.txt"); |
139 | > | include("$day/$machine_name/$report/$reportLimitsFile"); |
140 | ||
141 | < | $url = escapeshellcmd("$day/$machine_name/$report/i-chart.gif"); |
141 | > | $url = escapeshellcmd("$day/$machine_name/$report/$reportChartFile"); |
142 | if (isReportEmpty("$day/$machine_name/$report/i-data.txt")) { | |
143 | echo "Host <b>$machine_name</b> did not send any information about <b>$report</b> on <b>$day</b>. Please select another report."; | |
144 | } | |
# | Line 171 | Line 171 | function getdirArray($dir='./',$sort='asort') { | |
171 | <b>Extra data</b> | |
172 | <p> | |
173 | <a href="<? echo "$day/$machine_name/$report/i-data.txt" ?>">Raw plot data</a><br> | |
174 | < | <a href="<? echo "$day/$machine_name/$report/i-chart.gif" ?>">GIF chart</a><br> |
175 | < | <a href="<? echo "$day/$machine_name/$report/i-maxmin.txt" ?>">PHP y-axis limits include</a> |
174 | > | <a href="<? echo "$day/$machine_name/$report/$reportChartFile" ?>">GIF chart</a><br> |
175 | > | <a href="<? echo "$day/$machine_name/$report/$reportLimitsFile" ?>">PHP y-axis limits include</a> |
176 | ||
177 | <? } | |
178 | else { | |
# | Line 183 | Line 183 | function getdirArray($dir='./',$sort='asort') { | |
183 | ||
184 | ?> | |
185 | ||
186 | < | <? include("bottom.inc"); ?> |
186 | > | <? include($bottomHTML); ?> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |