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.5 by pjm2, Sun Feb 4 13:01:50 2001 UTC vs.
Revision 1.6 by pjm2, Sun Feb 4 13:13:20 2001 UTC

# Line 36 | Line 36 | function getdirArray($dir='./',$sort='asort') {
36   <html>
37   <body bgcolor="#ffffff">
38  
39 < <font face="arial, sans-serif">
40 < <h4>I-scream report browser [trial 2.0]</h4>
41 < </font>
39 > <table border="0" align="center" cellpadding="2" cellspacing="5">
40 > <tr>
41 >   <td>
42 >    <? include("left.inc"); ?>
43 >   </td>
44 >   <td>
45 >    <? include("title.inc"); ?>
46  
43 <hr>
47  
48 < <font face="arial, sans-serif" size="2">
49 < <b>View reports for <? echo "$day" ?></b>
50 < </font>
48 >    <font face="arial, sans-serif" size="2">
49 >    <b>View reports for <? echo "$day" ?></b>
50 >    </font>
51  
52 < <p>
52 >    <p>
53  
54 < <form method="GET" action="">
55 <  <select size="1" name="machine_name">
56 <   <? include("machine_name.inc"); ?>
57 <  </select>
54 >    <form method="GET" action="">
55 >     <select size="1" name="machine_name">
56 >      <? include("machine_name.inc"); ?>
57 >     </select>
58  
59 <  <select size="1" name="report">
60 <   <? include("report.inc"); ?>
61 <  </select>
59 >     <select size="1" name="report">
60 >      <? include("report.inc"); ?>
61 >     </select>
62  
63 <  <input type="submit" name="submit" value="bung">
63 >     <input type="submit" name="submit" value="bung">
64 >    </form>
65  
66 < </form>
66 >    </p>
67  
64 </p>
68  
69   <?
70      if ($submit == "bung") {
# Line 94 | Line 97 | function getdirArray($dir='./',$sort='asort') {
97      }
98  
99   ?>
100 +
101 + <? include("bottom.inc"); ?>
102  
103   </body>
104   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines