Update of /cvsroot/netpass/NetPass/www/components/style/back
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20130/www/components/style/back
Modified Files:
end_content end_sidebar start_sidebar
Log Message:
gui config lock management
Index: start_sidebar
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/components/style/back/start_sidebar,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- start_sidebar 25 Apr 2005 02:52:47 -0000 1.2
+++ start_sidebar 25 Apr 2005 19:15:01 -0000 1.3
@@ -5,11 +5,9 @@
# Available under the "Artistic License"
# http://www.gnu.org/licenses/license-list.html#ArtisticLicense
</%doc>
-
<%args>
$printable => 0;
</%args>
-
%if (!$printable) {
<table width="100%" border="0" cellspacing="0" cellpadding="8">
<tr>
Index: end_sidebar
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/components/style/back/end_sidebar,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- end_sidebar 25 Apr 2005 02:52:47 -0000 1.2
+++ end_sidebar 25 Apr 2005 19:15:01 -0000 1.3
@@ -1,4 +1,3 @@
-
<%doc>
# $Header$
@@ -6,12 +5,10 @@
# Available under the "Artistic License"
# http://www.gnu.org/licenses/license-list.html#ArtisticLicense
</%doc>
-
<%args>
$resource_root => "/resources";
$printable => 0;
</%args>
-
%if (! $printable) {
</p>
Index: end_content
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/components/style/back/end_content,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- end_content 25 Apr 2005 02:52:47 -0000 1.2
+++ end_content 25 Apr 2005 19:15:01 -0000 1.3
@@ -5,11 +5,9 @@
# Available under the "Artistic License"
# http://www.gnu.org/licenses/license-list.html#ArtisticLicense
</%doc>
-
<%args>
$printable => 0;
</%args>
-
% if (!$printable) {
</td>
</tr>
|