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

Comparing projects/cms/source/reports/php/public/public.php (file contents):
Revision 1.4 by pjm2, Thu Mar 22 18:11:32 2001 UTC vs.
Revision 1.5 by pjm2, Thu Mar 22 19:19:36 2001 UTC

# Line 8 | Line 8
8   <table border="1" align="center" style="border: 1;">
9    <tr>
10     <td valign="top" align="right">Machine name:</td>
11 <   <td valign="top"><input type="text" name="machine"></td>
11 >   <td valign="top"><input type="text" name="machine" value="ALL"></td>
12     <td valign="top"><font size="2">The machine to produce a report for (or 'ALL' for all machines)</font></td>
13    </tr>
14    <tr>
# Line 19 | Line 19
19       <option value="3">3</option>
20       <option value="4">4</option>
21       <option value="5">5</option>
22 <     <option value="6">6</option>
22 >     <option value="6" selected>6</option>
23       <option value="7">7</option>
24      </select>
25     </td>
# Line 27 | Line 27
27    </tr>
28    <tr>
29     <td valign="top" align="right">Auto scroll window:</td>
30 <   <td valign="top"><input type="checkbox" name="scroll"></td>
30 >   <td valign="top"><input type="checkbox" name="scroll" checked></td>
31     <td valign="top"><font size="2">Cause the report to automatically scroll down slowly - only for Internet Explorer 4.0+ browsers</font></td>
32    </tr>
33    <tr>
34     <td valign="top" align="right">Hide user input form:</td>
35 <   <td valign="top"><input type="checkbox" name="hideform"></td>
35 >   <td valign="top"><input type="checkbox" name="hideform" checked></td>
36     <td valign="top"><font size="2">Hide the input box that is used to select other machines</font></td>
37    </tr>
38    <tr>
# Line 42 | Line 42
42    </tr>
43    <tr>
44     <td valign="top" align="right">Small mode:</td>
45 <   <td valign="top"><input type="checkbox" name="small"></td>
45 >   <td valign="top"><input type="checkbox" name="small" checked></td>
46     <td valign="top"><font size="2">Set this to show only the most important information about each alert</font></td>
47    </tr>
48    <tr>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines