Project

General

Profile

Download (1.04 KB) Statistics
| Branch: | Tag: | Revision:
1 5b237745 Scott Ullrich
</td></tr></table></td>
2
  </tr>
3 ef5b00f1 Bill Marquette
  <tr>
4
	<td>&nbsp;</td>
5
  </tr>
6 75f38ece Bill Marquette
  <tr align="center" valign="top">
7
    <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.
8 0366b748 Scott Ullrich
      <br>pfSense is originally based on m0n0wall which is &copy; 2002-2004 by Manuel Kasper.
9 5b237745 Scott Ullrich
      All rights reserved.&nbsp; [<a href="/license.php" class="tblnk">view license</a>]</td>
10
  </tr>
11
</table>
12 9e03a750 Scott Ullrich
<script type="text/javascript">
13 0023ccac Scott Ullrich
NiftyCheck();
14 32b640ca Bill Marquette
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
15 0f10aee4 Bill Marquette
Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
16
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
17 75f38ece Bill Marquette
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
18 6df029b0 Scott Ullrich
Rounded("div#topbox","bl br tl tr","#FFF","#990000","smooth");
19 bc17d579 Scott Ullrich
<?php
20
    /* if we displayed an alert earlier, round the bottom edges */
21
    if($need_alert_display == true) {
22
	echo "Rounded(\"div#roundalert\",\"bl br\",\"#FFF\",\"#990000\",\"smooth\");\n";
23
    }
24
?>
25 c15f2682 Bill Marquette
</script>