summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-15 17:09:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-15 17:09:20 +0000
commit9f53d3a8aa4c0f455cdc90cabf4e67b5a3f2d963 (patch)
tree4c8582642460af5df9a035d67c7afb36edec3d86 /usr/local/www/fend.inc
parentc3f9d65d042aa52062df4e8f61cc06dca3ffb5a2 (diff)
downloadpfsense-9f53d3a8aa4c0f455cdc90cabf4e67b5a3f2d963.zip
pfsense-9f53d3a8aa4c0f455cdc90cabf4e67b5a3f2d963.tar.gz
* Merge in Erik Kristensen's redid XHTML compliant header footer
* Add pfsense default template (css) file
Diffstat (limited to 'usr/local/www/fend.inc')
-rwxr-xr-xusr/local/www/fend.inc34
1 files changed, 14 insertions, 20 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 33cf7e5..41255d0 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -1,28 +1,22 @@
-</td></tr></table></td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- </tr>
- <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> <!-- Right DIV -->
+
+ </div> <!-- Content DIV -->
+
+ <div id="footer">
+ <p><a target="_blank" href="http://www.pfSense.com">pfSense</a> is &copy; 2004-2005 by Scott Ullrich. All Rights Reserved.</p>
+ <p>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>]</p>
+ </div> <!-- Footer DIV -->
+
+<div> <!-- Wrapper Div -->
+
<script type="text/javascript">
NiftyCheck();
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
-<?php
- /* if we displayed an alert earlier, round the bottom edges */
- if($need_alert_display == true) {
- echo "Rounded(\"div#roundalert\",\"all\",\"#FFF\",\"#000000\",\"smooth\");\n";
- echo "Rounded(\"div#topbox\",\"all\",\"#FFF\",\"#990000\",\"smooth\");\n";
- } else {
- echo "Rounded(\"div#topbox\",\"all\",\"#FFF\",\"#990000\",\"smooth\");\n";
- }
-?>
+Rounded("div#topbox","all","#FFF","#990000","smooth");
+Rounded("div#navigation","top bottom","#FFFFFF","#000000","smooth");
+Rounded("div#footer","bl br tl tr]","#FFF","#990000","smooth");
</script>
OpenPOWER on IntegriCloud