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.5 by pjm2, Thu Mar 22 19:19:36 2001 UTC vs.
Revision 1.8 by pjm2, Fri Mar 23 18:19:55 2001 UTC

# Line 4 | Line 4
4  
5   <p>&nbsp;</p>
6  
7 + <p>
8 + This page lets you set up a non-interactive public display terminal
9 + for showing alerts from the i-scream monitoring system.
10 + </p>
11 +
12 + <p>&nbsp;</p>
13 +
14   <form method="<?=$formMethod?>" action="<?=$destination?>">
15   <table border="1" align="center" style="border: 1;">
16    <tr>
# Line 26 | Line 33
33     <td valign="top"><font size="2">Only affects reports formatted with the 'small' option set</font></td>
34    </tr>
35    <tr>
36 <   <td valign="top" align="right">Auto scroll window:</td>
37 <   <td valign="top"><input type="checkbox" name="scroll" checked></td>
38 <   <td valign="top"><font size="2">Cause the report to automatically scroll down slowly - only for Internet Explorer 4.0+ browsers</font></td>
36 >   <td valign="top" align="right">Auto scroll speed:</td>
37 >   <td valign="top">
38 >    <select name="scroll">
39 >     <option value="0">OFF</option>
40 >     <option value="1">1</option>
41 >     <option value="2">2</option>
42 >     <option value="3">3</option>
43 >     <option value="4">4</option>
44 >     <option value="5">5</option>
45 >     <option value="6">6</option>
46 >     <option value="7">7</option>
47 >     <option value="8">8</option>
48 >     <option value="9">9</option>
49 >    </select>
50 >   </td>
51 >   <td valign="top"><font size="2">Cause the report to automatically scroll down slowly, then reload itself - only for Internet Explorer 4.0+ browsers</font></td>
52 >  </tr>
53 >  <tr>
54 >   <td valign="top" align="right">Page update interval:</td>
55 >   <td valign="top">
56 >    <select name="refresh">
57 >     <option value="">NEVER</option>
58 >     <option value="10">10 seconds</option>
59 >     <option value="20">20 seconds</option>
60 >     <option value="30">30 seconds</option>
61 >     <option value="60">1 minute</option>
62 >     <option value="300">5 minutes</option>
63 >    </select>
64 >   </td>
65 >   <td valign="top"><font size="2">Set the meta refresh tag to refresh the page periodically.</font></td>
66    </tr>
67    <tr>
68     <td valign="top" align="right">Hide user input form:</td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines