phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.18, 1.1.1.1.2.


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.18, 1.1.1.1.2.19
Date: Thu, 30 Oct 2003 21:18:17 +0000

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

Modified Files:
      Tag: proposal-branch
        phpgw.xsl 
Log Message:
Started working on op history


Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw.xsl,v
retrieving revision 1.1.1.1.2.18
retrieving revision 1.1.1.1.2.19
diff -C2 -d -r1.1.1.1.2.18 -r1.1.1.1.2.19
*** phpgw.xsl   29 Oct 2003 11:09:27 -0000      1.1.1.1.2.18
--- phpgw.xsl   30 Oct 2003 21:18:15 -0000      1.1.1.1.2.19
***************
*** 50,55 ****
                                <xsl:if test="count(/PHPGW/API/apps/apps_item) 
> 0">
                                <tr>
!                                       <td align="left" vAlign="top" 
class="mainnote"><b>User: <xsl:value-of 
select="/PHPGW/API/user/fullname"/></b></td>
!                                       <td align="right" vAlign="top" 
class="mainnote"><xsl:value-of select="/PHPGW/API/currentdate" /><!-- 
current_users --></td>
                                </tr>
                        </xsl:if>
--- 50,68 ----
                                <xsl:if test="count(/PHPGW/API/apps/apps_item) 
> 0">
                                <tr>
!                                       <td align="left" vAlign="top" 
class="mainnote">
!                                               <xsl:for-each 
select="/PHPGW/API/op_history/op_history_item">
!                                                       <xsl:variable name="op" 
select="op" />
!                                                       <xsl:variable 
name="title" select="title" />
! 
!                                                       <b><a 
href="{$baseurl}&amp;op={$op}"><xsl:value-of select="$title" /></a></b>
!                                                       <xsl:if 
test="position() != count(/PHPGW/API/op_history/op_history_item)">
!                                                               &#160;/&#160;
!                                                       </xsl:if>
!                                               </xsl:for-each>
!                                       </td>
!                                       <td align="right" vAlign="top" 
class="mainnote"><b><xsl:value-of select="/PHPGW/API/user/fullname"/></b></td>
!                               </tr>           
!                               <tr>
!                                       <td colspan="3" align="right" 
vAlign="top" class="mainnote"><xsl:value-of select="/PHPGW/API/currentdate" 
/><!-- current_users --></td>
                                </tr>
                        </xsl:if>





reply via email to

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