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.26 by pjm2, Fri Mar 2 09:53:36 2001 UTC

# Line 75 | Line 75 | function getdirArray($dir='./',$sort='asort') {
75   <hr weight="1" color="<? echo $lineColor ?>">
76  
77   <b>Most recent reports available</b>
78 < <form method="<? echo $formMethod ?>" action="browser.php">
78 > <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>">
79   <?
80  
81      $file_array = getdirArray($reportDirectory,'rsort');
# Line 101 | Line 101 | function getdirArray($dir='./',$sort='asort') {
101  
102      <b>Available reports for <? echo $day ?></b>
103  
104 <    <form method="<? echo $formMethod ?>" action="browser.php">
104 >    <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>">
105       <select size="1" name="machine_name">
106        <? if ($machine_name) { ?>
107          <option selected value="<? echo $machine_name ?>"><? echo $machine_name ?></option>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines