1 |
7ac5a4cb
|
Scott Ullrich
|
<!--
|
2 |
|
|
pfSense_MODULE: footer
|
3 |
|
|
-->
|
4 |
|
|
|
5 |
9f53d3a8
|
Scott Ullrich
|
</div> <!-- Right DIV -->
|
6 |
|
|
|
7 |
|
|
</div> <!-- Content DIV -->
|
8 |
|
|
|
9 |
|
|
<div id="footer">
|
10 |
9bf48f3f
|
Chris Buechler
|
<a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is ©
|
11 |
c57e9f90
|
Chris Buechler
|
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
|
12 |
|
|
[<a href="/license.php" class="tblnk">view license</a>]
|
13 |
9f53d3a8
|
Scott Ullrich
|
</div> <!-- Footer DIV -->
|
14 |
|
|
|
15 |
590725d7
|
Bill Marquette
|
</div> <!-- Wrapper Div -->
|
16 |
9f53d3a8
|
Scott Ullrich
|
|
17 |
fec04267
|
jim-p
|
<?php outputJavaScriptFileInline("/usr/local/www/themes/{$g['theme']}/bottom-loader.js");
|
18 |
|
|
/* Disable form autocomplete on all but the login screen. */
|
19 |
5c7abe2e
|
jim-p
|
if (basename($_SERVER["SCRIPT_FILENAME"] != "index.php") && !$allowautocomplete): ?>
|
20 |
fec04267
|
jim-p
|
<script type="text/javascript">
|
21 |
52593da5
|
Colin Fleming
|
//<![CDATA[
|
22 |
42db9f7b
|
jim-p
|
(function ($) {
|
23 |
79f286ab
|
jim-p
|
$("input").attr("autocomplete","off");
|
24 |
42db9f7b
|
jim-p
|
})(jQuery);
|
25 |
52593da5
|
Colin Fleming
|
//]]>
|
26 |
fec04267
|
jim-p
|
</script>
|
27 |
42db9f7b
|
jim-p
|
<?php endif; ?>
|