phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/hour_data_view.xsl, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/hour_data_view.xsl, 1.1.1.4
Date: Sun, 23 May 2004 06:09:45 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          hour_data_view.xsl

date: 2004/04/29 12:49:49;  author: sigurdne;  state: Exp;  lines: +13 -10

Log Message:
no message
=====================================================================
Index: property/skins/default/hour_data_view.xsl
diff -u property/skins/default/hour_data_view.xsl:1.1.1.3 
property/skins/default/hour_data_view.xsl:1.1.1.4
--- property/skins/default/hour_data_view.xsl:1.1.1.3   Fri Apr 23 21:26:43 2004
+++ property/skins/default/hour_data_view.xsl   Thu Apr 29 12:49:49 2004
@@ -12,36 +12,37 @@
        <xsl:template match="table_header_hour">
                        <tr class="th">
                                <td class="th_text" width="5%" align="right">
-                                       <xsl:value-of select="lang_post"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_post"/>
                                </td>
                                <td class="th_text" width="15%" align="left">
-                                       <xsl:value-of select="lang_code"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_code"/>
                                </td>
                                <td class="th_text" width="40%" align="left">
-                                       <xsl:value-of select="lang_descr"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_descr"/>
                                </td>
                                <td class="th_text" width="4%" align="left">
-                                       <xsl:value-of select="lang_unit"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_unit"/>
                                </td>
                                <td class="th_text" width="2%" align="right">
-                                       <xsl:value-of select="lang_quantity"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_quantity"/>
                                </td>
                                <td class="th_text" width="5%" align="right">
-                                       <xsl:value-of select="lang_billperae"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_billperae"/>
                                </td>
                                <td class="th_text" width="15%" align="right">
-                                       <xsl:value-of select="lang_cost"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_cost"/>
                                </td>
                                <td class="th_text" width="15%" align="right">
-                                       <xsl:value-of select="lang_deviation"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_deviation"/>
                                </td>
                                <td class="th_text" width="15%" align="right">
-                                       <xsl:value-of select="lang_result"/>
+                                       <xsl:value-of 
select="table_header_hour_item/lang_result"/>
                                </td>
                        </tr>
        </xsl:template>
 
        <xsl:template match="values_hour">
+               <xsl:for-each select="values_hour_item" >
                <xsl:choose>
                        <xsl:when test="new_grouping=1">
                        <tr>
@@ -103,7 +104,9 @@
                                        <xsl:value-of select="result"/>
                                </td>
                        </tr>
+               </xsl:for-each>
        </xsl:template>
+       
        <xsl:template match="table_sum">
                        <tr>
                                <td>




reply via email to

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