[Top][All Lists]
[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"/>&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">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/templates/default report.xsl,1.1,1.2,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpbrain/templates/idots/images navbar.png,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: property/inc class.bodocument.inc.php,1.4,1.5 class.bodrawing.inc.php,1.3,1.4 class.boreport.inc.php,1.1,1.2 class.uidocument.inc.php,1.5,1.6 class.uidrawing.inc.php,1.15,1.16 class.uireport.inc.php,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: phpbrain/templates/idots/images navbar.png,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: property/inc class.bodocument.inc.php,1.4,1.5 class.bodrawing.inc.php,1.3,1.4 class.boreport.inc.php,1.1,1.2 class.uidocument.inc.php,1.5,1.6 class.uidrawing.inc.php,1.15,1.16 class.uireport.inc.php,1.1,1.2
- Index(es):