phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/skins/default about.xsl, 1.1.1.1, 1.1.1.1.2.1 log


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default about.xsl, 1.1.1.1, 1.1.1.1.2.1 login.xsl, 1.1.1.1.2.1, 1.1.1.1.2.2 msgbox.xsl, 1.1.1.1.2.1, 1.1.1.1.2.2 phpgw_empty.xsl, 1.1.1.1, 1.1.1.1.2.1 setup.xsl, 1.1.1.1.2.6, 1.1.1.1.2.7 start.xsl, 1.1.1.1, 1.1.1.1.2.1 widgets.xsl, 1.1.1.1.2.3, 1.1.1.1.2.4
Date: Fri, 24 Oct 2003 02:01:52 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv14378

Modified Files:
      Tag: proposal-branch
        about.xsl login.xsl msgbox.xsl phpgw_empty.xsl setup.xsl 
        start.xsl widgets.xsl 
Log Message:
Added $Id$ and $Source$ tags


Index: start.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/start.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** start.xsl   23 Oct 2003 07:25:03 -0000      1.1.1.1
--- start.xsl   24 Oct 2003 02:01:50 -0000      1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>

Index: about.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/about.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** about.xsl   23 Oct 2003 07:25:03 -0000      1.1.1.1
--- about.xsl   24 Oct 2003 02:01:50 -0000      1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>

Index: phpgw_empty.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw_empty.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** phpgw_empty.xsl     23 Oct 2003 07:25:03 -0000      1.1.1.1
--- phpgw_empty.xsl     24 Oct 2003 02:01:50 -0000      1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>

Index: login.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/login.xsl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** login.xsl   23 Oct 2003 22:18:24 -0000      1.1.1.1.2.1
--- login.xsl   24 Oct 2003 02:01:50 -0000      1.1.1.1.2.2
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>
***************
*** 16,29 ****
        </head>
        <body>
!       <p> </p>
!       <p> </p>
        <xsl:apply-templates select="PHPGW/API/msgbox" />
!       <p> </p>
!       <p> </p>
        <form method="post">
        <input type="hidden" name="op" value="api.base.login" />
        <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center">
                <tr>
!                       <td class="sideboxtitle" align="left" height="28"> 
phpGroupWare</td>
                </tr>
                <tr>
--- 19,32 ----
        </head>
        <body>
!       <p>&#160;</p>
!       <p>&#160;</p>
        <xsl:apply-templates select="PHPGW/API/msgbox" />
!       <p>&#160;</p>
!       <p>&#160;</p>
        <form method="post">
        <input type="hidden" name="op" value="api.base.login" />
        <table class="sidebox" cellspacing="1" cellpadding="0" border="0" 
align="center">
                <tr>
!                       <td class="sideboxtitle" align="left" 
height="28">&#160;phpGroupWare</td>
                </tr>
                <tr>

Index: widgets.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/widgets.xsl,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** widgets.xsl 23 Oct 2003 23:53:05 -0000      1.1.1.1.2.3
--- widgets.xsl 24 Oct 2003 02:01:50 -0000      1.1.1.1.2.4
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>

Index: msgbox.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/msgbox.xsl,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** msgbox.xsl  23 Oct 2003 22:18:24 -0000      1.1.1.1.2.1
--- msgbox.xsl  24 Oct 2003 02:01:50 -0000      1.1.1.1.2.2
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>

Index: setup.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/setup.xsl,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -C2 -d -r1.1.1.1.2.6 -r1.1.1.1.2.7
*** setup.xsl   24 Oct 2003 01:33:01 -0000      1.1.1.1.2.6
--- setup.xsl   24 Oct 2003 02:01:50 -0000      1.1.1.1.2.7
***************
*** 1,3 ****
--- 1,6 ----
  <?xml version="1.0"?> 
+ <!-- $Id$ -->
+ <!-- $Source$ -->
+ 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <xsl:output indent="yes"/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]