summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/fbegin.inc9
-rwxr-xr-xusr/local/www/fend.inc11
2 files changed, 7 insertions, 13 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 3b57ad5..48dd97d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -61,8 +61,7 @@ function showhide_black(tspan, tri) {
}
-->
</script>
-<div id="niftyOutter" style="width:750">
-<table width="750" border="0" cellspacing="0" cellpadding="2">
+<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom">
<td width="150" height="65" align="center" valign="middle"> <strong><a href="/"><img src="/logo.gif" border="0"></a></strong></td>
<td height="100%" bgcolor="#990000" background="top_background.gif">
@@ -182,12 +181,6 @@ function showhide_black(tspan, tri) {
<td><div id="niftyMenuBottom"></div></td>
</tr>
</table>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#niftyMenuTop","top","#FFFFFF","#000000","smooth");
-NiftyCheck();
-Rounded("div#niftyMenuBottom","bottom","#FFFFFF","#000000","smooth");
-</script>
</td>
<td width="600"><table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr><td>
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index d9b6e02..204073f 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -1,14 +1,15 @@
</td></tr></table></td>
</tr>
- <tr align="center" valign="top" bgcolor="#990000">
- <td id="red" name="testing" colspan="2" class="cpline"><a target="_NEW" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.
+ <tr align="center" valign="top">
+ <td id="fend" colspan="2" class="cpline" bgcolor="#990000"><a target="_NEW" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.
<br>pfSense is originally based on m0n0wall which is &copy; 2002-2004 by Manuel Kasper.
All rights reserved.&nbsp; [<a href="/license.php" class="tblnk">view license</a>]</td>
</tr>
</table>
-</div>
<script type="text/javascript">
NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-Rounded("div#niftyOutter","bl br","#FFF","#990000","smooth");
+Rounded("div#niftyMenuTop","top","#FFFFFF","#000000","smooth");
+Rounded("div#niftyMenuBottom","bottom","#FFFFFF","#000000","smooth");
+Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
+Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
</script>
OpenPOWER on IntegriCloud