/[rrd-simple-monitoring]/cgi-bin/devel/edit_include.tmpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /cgi-bin/devel/edit_include.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 1146 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 dpavlin 1 <html>
2     <head>
3     <style type="text/css">
4     <TMPL_INCLUDE rrd-browse.css>
5     </style>
6     </head>
7     <body>
8     <table width="100%">
9     <tr>
10     <th align="left">Host:</th>
11     <td>boromir.rbsov.tfb.net</td>
12     </tr>
13     <tr>
14     <th align="left">File:</th>
15     <td><select name="file">
16     <option>include.html</option>
17     <option>include.css</option>
18     <option>include_summary.txt</option>
19     </select></td>
20     </tr>
21     <tr>
22     <th align="left">Template:</th>
23     <td><select name="symlink">
24     <option value="">-none-</option>
25     <option>theme-ubuntu.css</option>
26     <option>theme-red.css</option>
27     <option>theme-green.css</option>
28     <option>theme-magenta.css</option>
29     </select></td>
30     </tr>
31     <tr>
32     <td colspan="2">
33     <textarea rows="10" cols="50"></textarea>
34     </td>
35     </tr>
36     <tr>
37     <td colspan="2" align="right">
38     <input type="reset" value="Revert to Saved" />
39     <input type="submit" value="Save Changes" />
40     </td>
41     </tr>
42     </table>
43     </body
44     </html>

  ViewVC Help
Powered by ViewVC 1.1.26