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.16 by pjm2, Fri Mar 2 09:35:53 2001 UTC vs.
Revision 1.18 by pjm2, Fri Mar 2 09:38:54 2001 UTC

# Line 78 | Line 78 | function getdirArray($dir='./',$sort='asort') {
78   <form method="GET" action="browser.php">
79   <?
80  
81 <    $file_array = getdirArray('/home/cut/pjm2/webpages/reports','rsort');
81 >    $file_array = getdirArray($reportDirectory,'rsort');
82      print "<select size=\"1\" name=\"day\">";
83      foreach($file_array as $file_name) {
84          if (is_dir($file_name)) {
# Line 162 | Line 162 | function getdirArray($dir='./',$sort='asort') {
162               </tr>
163               <tr>
164                <td>&nbsp;</td>
165 <              <td><img src="24hour.gif" width="500" height="39"></td>
165 >              <td><img src="<? echo $scaleImage ?>" width="500" height="39"></td>
166               </tr>
167              </table>
168              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines