summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-10 04:33:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-10 04:33:17 +0000
commit8c1c3773b66c7bec522e4555e663fb7b704e4e0c (patch)
tree9c3bc150a74ddd63194ced79a8d7b67d8f3078b4 /usr/local/www/status_graph.php
parent9573d170202bb76c9b7e2fd79f0a240f76732729 (diff)
downloadpfsense-8c1c3773b66c7bec522e4555e663fb7b704e4e0c.zip
pfsense-8c1c3773b66c7bec522e4555e663fb7b704e4e0c.tar.gz
Move NOTE to bottom.
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 198916f..f49a1d3 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -84,9 +84,9 @@ foreach ($ifdescrs as $ifn => $ifd) {
<embed 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>
-<p><span class="red"><strong>Note:</strong></span> the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a> is required to view the graph.
<p><form method="post" action="status_graph.php">
Graph Width: <input name="width" value="<? echo $width; ?>"> Height: <input name="height" value="<? echo $height; ?>"> <input type="submit" value="Change Graph Size"></p>
+<p><span class="red"><strong>Note:</strong></span> the <a href="http://www.adobe.com/svg/viewer/install/" target="_blank">Adobe SVG viewer</a> is required to view the graph.
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud