[Netpass-devel] NetPass/www/components/style/front footer,1.6,1.7 header,1.7,1.8
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-04-25 19:15:33
|
Update of /cvsroot/netpass/NetPass/www/components/style/front In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20130/www/components/style/front Modified Files: footer header Log Message: gui config lock management Index: header =================================================================== RCS file: /cvsroot/netpass/NetPass/www/components/style/front/header,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- header 25 Apr 2005 02:52:48 -0000 1.7 +++ header 25 Apr 2005 19:15:02 -0000 1.8 @@ -5,22 +5,17 @@ # Available under the "Artistic License" # http://www.gnu.org/licenses/license-list.html#ArtisticLicense </%doc> - - <%args> $resource_root => "/resources"; $printable => 0; </%args> - <%perl> my $ip = $ENV{'REMOTE_ADDR'}; my $compName = $np->cfg->policy(-key => 'COMPANY_NAME', -network => $ip) || ""; my $compSName = $np->cfg->policy(-key => 'COMPANY_SHORT_NAME', -network => $ip) || ""; my $compUnit = $np->cfg->policy(-key => 'COMPANY_UNIT_NAME', -network => $ip) || ""; </%perl> - % return '' if ($printable == 2); - <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Index: footer =================================================================== RCS file: /cvsroot/netpass/NetPass/www/components/style/front/footer,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- footer 25 Apr 2005 03:08:02 -0000 1.6 +++ footer 25 Apr 2005 19:15:01 -0000 1.7 @@ -5,14 +5,10 @@ # Available under the "Artistic License" # http://www.gnu.org/licenses/license-list.html#ArtisticLicense </%doc> - - <%args> $resource_root => "/resources"; $printable => 0; </%args> - - <%perl> return '' if ($printable == 2); # aggressive printable if ($printable == 0) { # 1 = less aggressive printable |