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.7 by pjm2, Fri Mar 23 17:28:06 2001 UTC

# Line 26 | Line 26
26     <td valign="top"><font size="2">Only affects reports formatted with the 'small' option set</font></td>
27    </tr>
28    <tr>
29 <   <td valign="top" align="right">Auto scroll window:</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>
29 >   <td valign="top" align="right">Auto scroll speed:</td>
30 >   <td valign="top">
31 >    <select name="scroll">
32 >     <option value="0">OFF</option>
33 >     <option value="1">1</option>
34 >     <option value="2">2</option>
35 >     <option value="3">3</option>
36 >     <option value="4">4</option>
37 >     <option value="5">5</option>
38 >     <option value="6">6</option>
39 >     <option value="7">7</option>
40 >     <option value="8">8</option>
41 >     <option value="9">9</option>
42 >    </select>
43 >   </td>
44 >   <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>
45 >  </tr>
46 >  <tr>
47 >   <td valign="top" align="right">Page update interval:</td>
48 >   <td valign="top">
49 >    <select name="refresh">
50 >     <option value="">NEVER</option>
51 >     <option value="10">10 seconds</option>
52 >     <option value="20">20 seconds</option>
53 >     <option value="30">30 seconds</option>
54 >     <option value="60">1 minute</option>
55 >     <option value="300">5 minutes</option>
56 >    </select>
57 >   </td>
58 >   <td valign="top"><font size="2">Set the meta refresh tag to refresh the page periodically.</font></td>
59    </tr>
60    <tr>
61     <td valign="top" align="right">Hide user input form:</td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines