summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-20 23:10:33 +0000
committerStef Walter <stef@memberwebs.com>2006-01-20 23:10:33 +0000
commit9a813d3324c2dae32fcfd690591a9e31cdad649d (patch)
tree2b96e4e2008143f261721187293c2b517285400a /html/index.html
Initial import
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..43c79ed
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <script language="javascript">
+ // Settings
+ endpoint = "http://shondo/rrduiback/";
+ </script>
+ <title>Statistics Monitoring</title>
+ <link href="style.css" type="text/css" rel="stylesheet"/>
+ </head>
+ <body>
+ <table id="main-table" cellspacing="0" cellpadding="0">
+ <tr id="top-row"><td id="headers">
+
+ <!-- The header area: A template of our header -->
+ <span class="header" id="header-template">Text</span>
+
+ </td></tr>
+ <tr id="main-row"><td colspan="2" id="main-cell">
+ <iframe id="main-frame"></iframe>
+ </td></tr>
+ </table>
+ <script language="javascript" src="rrdui.js"/>
+ </body>
+</html>