summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
blob: 1f8d785b1c6f8d83dd87d010367d26663e54095a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</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>
<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";
    }
?>
</script>

<?php

if(stristr($HTTP_SERVER_VARS["HTTP_USER_AGENT"],"MSIE") == true) {
    echo "<center>";
    echo "<br>";
    echo "<a href=\"http://getfirefox.com\"><img border=\"0\" src=\"http://sfx-images.mozilla.org/affiliates/Banners/468x60/trust.png\"></a>";
    echo "</center>";
}
OpenPOWER on IntegriCloud