summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 00:51:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 00:51:35 +0000
commita8726a3df49b8337744ce4b69bd868de5c51c9bc (patch)
treefa034de928b88eeaf343ec9d68dd60edb8e5c855 /usr/local/www/index.php
parent0023ccac8bf6c548e2bda885237e2cead7c77b82 (diff)
downloadpfsense-a8726a3df49b8337744ce4b69bd868de5c51c9bc.zip
pfsense-a8726a3df49b8337744ce4b69bd868de5c51c9bc.tar.gz
* Introduce new function helper for creating smooth tab headers
* Conver firewall -> areas over
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php29
1 files changed, 8 insertions, 21 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 7cc3f8c..91d247d 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -140,28 +140,18 @@ function get_pfstate() {
return $curentries . $maxstates;
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("pfSense webGUI");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
+$pgtitle = "pfSense webGUI";
+/* include header and other code */
+include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form>
<?php include("fbegin.inc"); ?>
+ <center><img src="logobig.jpg"></center>
<div id="nifty">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr align="center" valign="top">
- <td height="10" colspan="2">&nbsp;</td>
- </tr>
- <tr align="center" valign="top">
- <td colspan="2"><img src="logobig.jpg"></td>
- </tr>
- <tr><td>&nbsp;</td></tr>
+ <table bgcolor="#990000" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="listtopic">System information</td>
</tr>
@@ -317,11 +307,8 @@ echo $diskusage . "%";
<?php include("fend.inc"); ?>
<script type="text/javascript">
-window.onload=function(){
-if(!NiftyCheck())
- return;
-Rounded("div#nifty","all","#FFF","#D4DDFF","smooth");
-}
+NiftyCheck();
+Rounded("div#nifty","top","#FFF","#EEEEEE","smooth");
</script>
</form>
OpenPOWER on IntegriCloud