1
|
</td></tr></table></td>
|
2
|
</tr>
|
3
|
<tr>
|
4
|
<td> </td>
|
5
|
</tr>
|
6
|
<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 © 2004-2005 by Scott Ullrich. All Rights Reserved.
|
8
|
<br>pfSense is originally based on m0n0wall which is © 2002-2004 by Manuel Kasper.
|
9
|
All rights reserved. [<a href="/license.php" class="tblnk">view license</a>]</td>
|
10
|
</tr>
|
11
|
</table>
|
12
|
<script type="text/javascript">
|
13
|
NiftyCheck();
|
14
|
Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
|
15
|
Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
|
16
|
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
|
17
|
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
|
18
|
Rounded("div#topbox","bl br tl tr","#FFF","#990000","smooth");
|
19
|
<?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
|
</script>
|