Projet

Général

Profil

Télécharger (876 octets) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / fend.inc @ fab1cd2f

1
<!--
2
	pfSense_MODULE:	footer
3
-->
4

    
5
		</div> <!-- Right DIV -->
6
	
7
	</div> <!-- Content DIV -->
8
	
9
	<div id="footer">
10
	<a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
11
	 <?=$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
	</div> <!-- Footer DIV -->
14

    
15
</div> <!-- Wrapper Div -->
16

    
17
<?php outputJavaScriptFileInline("/usr/local/www/themes/{$g['theme']}/bottom-loader.js");
18
/* Disable form autocomplete on all but the login screen. */
19
if (basename($_SERVER["SCRIPT_FILENAME"] != "index.php") && !$allowautocomplete): ?>
20
<script type="text/javascript">
21
//<![CDATA[
22
(function ($) {
23
	$("input").attr("autocomplete","off");
24
})(jQuery);
25
//]]>
26
</script>
27
<?php endif; ?>
(58-58/255)