phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default report.xsl,1.1,1.2


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default report.xsl,1.1,1.2
Date: Wed, 14 May 2003 09:18:18 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv18162/templates/default

Modified Files:
        report.xsl 
Log Message:
no message

Index: report.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/report.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** report.xsl  13 May 2003 21:12:51 -0000      1.1
--- report.xsl  14 May 2003 13:18:16 -0000      1.2
***************
*** 109,113 ****
                                        </xsl:choose>
                                </xsl:attribute>
- 
                                <td align="right">
                                        <xsl:value-of select="report_id"/>
--- 109,112 ----
***************
*** 293,298 ****
--- 292,318 ----
                                <td>
                                <table>
+                                       <tr class="th">
+                                               <td class="th_text" width="85%" 
align="left">
+                                                       <xsl:value-of 
select="lang_filename"/>
+                                               </td>
+                                               <td class="th_text" width="15%" 
align="center">
+                                                       <xsl:value-of 
select="lang_delete_file"/>
+                                               </td>
+                                       </tr>
                                <xsl:for-each select="files" >
                                        <tr>
+                                               <xsl:attribute name="class">
+                                                       <xsl:choose>
+                                                               <xsl:when 
test="@class">
+                                                                       
<xsl:value-of select="@class"/>
+                                                               </xsl:when>
+                                                               <xsl:when 
test="position() mod 2 = 0">
+                                                                       
<xsl:text>row_off</xsl:text>
+                                                               </xsl:when>
+                                                               <xsl:otherwise>
+                                                                       
<xsl:text>row_on</xsl:text>
+                                                               </xsl:otherwise>
+                                                       </xsl:choose>
+                                               </xsl:attribute>
                                        <td align="left">
                                                <xsl:variable 
name="link_view_file"><xsl:value-of 
select="//link_view_file"/>&amp;file_name=<xsl:value-of 
select="name"/></xsl:variable>
***************
*** 300,306 ****
                                                <xsl:text> </xsl:text>
                                        </td>
!                                       <td>
!                                               
!                                               <xsl:value-of 
select="//lang_delete_file"/>
                                                <input type="checkbox" 
name="values[delete_file][]" value="{name}"  
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
--- 320,324 ----
                                                <xsl:text> </xsl:text>
                                        </td>
!                                       <td align="center">
                                                <input type="checkbox" 
name="values[delete_file][]" value="{name}"  
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">





reply via email to

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