[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: index.php (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/09/13 22:52:08
Modified files:
index.php
Log message:
Description: Changing the UI to match the new site...
Reviewed by: dcid
Bug:
Index: index.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/index.php,v
diff -u -r1.9 -r1.10
--- index.php 28 Mar 2007 02:44:54 -0000 1.9
+++ index.php 14 Sep 2007 01:52:08 -0000 1.10
@@ -34,6 +34,7 @@
//echo '<meta http-equiv="reload" content="60" />';
}
?>
+ <link rel="shortcut icon" href="css/images/favicon.ico" />
<link rel="stylesheet" type="text/css" media="all"
href="css/cal.css" title="css/cal.css" />
<script type="text/javascript" src="js/calendar.js"></script>
@@ -63,13 +64,12 @@
}
?>
- <div id="root">
- <div id="wrapper">
- <a name="top"></a>
+ <div id="container">
+ <div id="content_box">
+ <div id="content" class="pages">
+ <a name="top"></a>
<!-- BEGIN: content -->
- <div id="content">
- <div class="box">
<?php
@@ -169,12 +169,15 @@
?>
- </div>
- </div>
- <!-- END: content -->
+
+ <!-- END: content -->
+ <br /><br />
+ <br /><br />
+ <br /><br />
+ <br /><br />
+ </div>
+ </div>
- </div>
- <!-- END: wrapper -->
<?php
/* Including the footer */
@@ -186,7 +189,7 @@
}
?>
- </div>
- <!-- END: root -->
+
+ </div>
</body>
</html>
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.