phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default workorder.xsl,1.4,1.5


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default workorder.xsl,1.4,1.5
Date: Sun, 16 Mar 2003 12:49:36 -0500

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

Modified Files:
        workorder.xsl 
Log Message:
no message

Index: workorder.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/workorder.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** workorder.xsl       16 Mar 2003 11:41:19 -0000      1.4
--- workorder.xsl       16 Mar 2003 17:49:33 -0000      1.5
***************
*** 10,19 ****
                        </xsl:when>
                        <xsl:otherwise>
!                               <xsl:apply-templates select="list_project"/>
                        </xsl:otherwise>
                </xsl:choose>
        </xsl:template>
        
!       <xsl:template match="list_project">
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
--- 10,19 ----
                        </xsl:when>
                        <xsl:otherwise>
!                               <xsl:apply-templates select="list_workorder"/>
                        </xsl:otherwise>
                </xsl:choose>
        </xsl:template>
        
!       <xsl:template match="list_workorder">
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
***************
*** 42,53 ****
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:apply-templates 
select="table_header_project"/>
!                               <xsl:apply-templates select="values_project"/>
                                <xsl:apply-templates select="table_add"/>
                </table>
        </xsl:template>
  
!       <xsl:template match="table_header_project">
                <xsl:variable name="sort_project"><xsl:value-of 
select="sort_project"/></xsl:variable>
                <xsl:variable name="sort_property"><xsl:value-of 
select="sort_property"/></xsl:variable>
                <xsl:variable name="sort_street_name"><xsl:value-of 
select="sort_street_name"/></xsl:variable>
--- 42,54 ----
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:apply-templates 
select="table_header_workorder"/>
!                               <xsl:apply-templates select="values_workorder"/>
                                <xsl:apply-templates select="table_add"/>
                </table>
        </xsl:template>
  
!       <xsl:template match="table_header_workorder">
                <xsl:variable name="sort_project"><xsl:value-of 
select="sort_project"/></xsl:variable>
+               <xsl:variable name="sort_workorder"><xsl:value-of 
select="sort_workorder"/></xsl:variable>
                <xsl:variable name="sort_property"><xsl:value-of 
select="sort_property"/></xsl:variable>
                <xsl:variable name="sort_street_name"><xsl:value-of 
select="sort_street_name"/></xsl:variable>
***************
*** 56,61 ****
                                        <a href="{$sort_project}"><xsl:value-of 
select="lang_project"/></a>
                                </td>
                                <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td class="th_text" width="5%" align="right">
--- 57,65 ----
                                        <a href="{$sort_project}"><xsl:value-of 
select="lang_project"/></a>
                                </td>
+                               <td class="th_text" width="5%" align="right">
+                                       <a 
href="{$sort_workorder}"><xsl:value-of select="lang_workorder"/></a>
+                               </td>
                                <td class="th_text" width="30%" align="left">
!                                       <xsl:value-of select="lang_title"/>
                                </td>
                                <td class="th_text" width="5%" align="right">
***************
*** 79,86 ****
                                </td>
                                <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of 
select="lang_coordinator"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_start_date"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
--- 83,93 ----
                                </td>
                                <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_status"/>
!                               </td>
!                               <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_user"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_entry_date"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
***************
*** 96,100 ****
        </xsl:template>
  
!       <xsl:template match="values_project">
                <xsl:variable name="lang_view_statustext"><xsl:value-of 
select="lang_view_statustext"/></xsl:variable>
                <xsl:variable name="lang_edit_statustext"><xsl:value-of 
select="lang_edit_statustext"/></xsl:variable>
--- 103,107 ----
        </xsl:template>
  
!       <xsl:template match="values_workorder">
                <xsl:variable name="lang_view_statustext"><xsl:value-of 
select="lang_view_statustext"/></xsl:variable>
                <xsl:variable name="lang_edit_statustext"><xsl:value-of 
select="lang_edit_statustext"/></xsl:variable>
***************
*** 118,123 ****
                                        <xsl:value-of select="project_id"/>
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="name"/>
                                </td>
                                <td align="right">
--- 125,133 ----
                                        <xsl:value-of select="project_id"/>
                                </td>
+                               <td align="right">
+                                       <xsl:value-of select="workorder_id"/>
+                               </td>
                                <td align="left">
!                                       <xsl:value-of select="title"/>
                                </td>
                                <td align="right">
***************
*** 140,147 ****
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="coordinator"/>
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="start_date"/>
                                </td>
                                <td align="center">
--- 150,160 ----
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="status"/>
!                               </td>
!                               <td align="left">
!                                       <xsl:value-of select="owner"/>
                                </td>
                                <td align="left">
!                                       <xsl:value-of select="entry_date"/>
                                </td>
                                <td align="center">





reply via email to

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