point out that something is disabled. force html5 in old browsers

git-svn-id: http://www.observium.org/svn/observer/trunk@2410 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-03 14:54:24 +00:00
parent f3d40bfeef
commit 2c6dae8240
2 changed files with 5 additions and 1 deletions

2
README
View File

@@ -23,6 +23,8 @@ Observium is an auto-discovering network monitoring system.
It's designed to be an easily-navigable interface to the health of your network.
It's not designed to be a Nagios replacement.
Automatic host discovery is currently disabled.
Installation
------------

View File

@@ -73,7 +73,9 @@ if ($config['page_refresh']) { echo("<meta http-equiv='refresh' content='".$conf
<script type="text/javascript" src="js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="js/jquery-checkbox.js"></script>
<script type="text/javascript" src="js/qtip/jquery.qtip-1.0.0-rc3.min.js"></script>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="js/jqplot/excanvas.js"></script><![endif]-->
<script language="javascript" type="text/javascript" src="js/jqplot/jquery.jqplot.min.js"></script>
<link rel="stylesheet" type="text/css" href="js/jqplot/jquery.jqplot.css" />