--- projects/cms/source/reports/php/historical/browser.php 2001/02/04 13:13:20 1.6 +++ projects/cms/source/reports/php/historical/browser.php 2001/02/04 14:25:47 1.7 @@ -38,7 +38,7 @@ function getdirArray($dir='./',$sort='asort') { -
+ @@ -53,10 +53,12 @@ function getdirArray($dir='./',$sort='asort') {
@@ -70,7 +72,7 @@ function getdirArray($dir='./',$sort='asort') { if ($submit == "bung") { $url = escapeshellcmd("$day/$machine_name/$report/chart.gif"); if (file_exists($url)) { - echo "

$machine_name - $report

"; + echo "

[$machine_name] - $report

"; } else { echo "

The report could not be found.

"; @@ -90,11 +92,13 @@ function getdirArray($dir='./',$sort='asort') { "; foreach($file_array as $file_name) { if (is_dir($file_name)) { - print "+ $file_name
"; + print "
  • $file_name"; } } + print ""; ?>