summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-03 01:26:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-03 01:26:35 +0000
commit2df9165915c4f1992e429554068080dcb6628454 (patch)
tree0746af167ab0630aede5ce522b2c82e047406bdb /usr/local/www/status_graph.php
parente7a4132d5084e27ae8fb61b4c09233715f1b404c (diff)
downloadpfsense-2df9165915c4f1992e429554068080dcb6628454.zip
pfsense-2df9165915c4f1992e429554068080dcb6628454.tar.gz
IE7 graph fixes.
Obtained-from:m0n0wall
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 2188345..f0af458 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -89,9 +89,11 @@ foreach ($ifdescrs as $ifn => $ifd) {
<p><form method="post" action="status_graph.php">
</form>
<p>
-<div>
-<embed id="graph" src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
- width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
+<div align="center">
+ <object data="graph.php?ifnum=<?=$ifnum;?>&amp;ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml" width="550" height="275">
+ <param name="src" value="graph.php?ifnum=<?=$ifnum;?>&amp;ifname=<?=rawurlencode($ifdescrs[$curif]);?>" />
+ Your browser does not support the type SVG! You need to either use Firefox or download the Adobe SVG plugin.
+ </object>
</div>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud