ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/historical/browser.php
(Generate patch)

Comparing projects/cms/source/reports/php/historical/browser.php (file contents):
Revision 1.25 by pjm2, Fri Mar 2 09:51:34 2001 UTC vs.
Revision 1.27 by pjm2, Fri Mar 2 09:58:16 2001 UTC

# Line 36 | Line 36 | $minFileSize = 33;
36   # END CONFIGURATION
37  
38  
39 +
40 +
41 +
42 + # Used to return whether or not a report data file is empty.
43   function isReportEmpty($filename) {
44      if (filesize($filename) < minFileSize) {
45          return TRUE;
# Line 43 | Line 47 | function isReportEmpty($filename) {
47      return FALSE;
48   }
49  
50 +
51 + # return an array of subdirectories in the current directory.
52   function getdirArray($dir='./',$sort='asort') {
53      global $dir_file_count;
54      if ( is_dir($dir) ) {
# Line 75 | Line 81 | function getdirArray($dir='./',$sort='asort') {
81   <hr weight="1" color="<? echo $lineColor ?>">
82  
83   <b>Most recent reports available</b>
84 < <form method="<? echo $formMethod ?>" action="browser.php">
84 > <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>">
85   <?
86  
87      $file_array = getdirArray($reportDirectory,'rsort');
# Line 101 | Line 107 | function getdirArray($dir='./',$sort='asort') {
107  
108      <b>Available reports for <? echo $day ?></b>
109  
110 <    <form method="<? echo $formMethod ?>" action="browser.php">
110 >    <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>">
111       <select size="1" name="machine_name">
112        <? if ($machine_name) { ?>
113          <option selected value="<? echo $machine_name ?>"><? echo $machine_name ?></option>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines