phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default equipment.xsl,1.1,1.2 standard_entity.xsl,1.4,1.5
Date: Wed, 12 Feb 2003 14:33:40 -0500

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

Modified Files:
        equipment.xsl standard_entity.xsl 
Log Message:
no message

Index: equipment.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/equipment.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** equipment.xsl       11 Feb 2003 20:41:19 -0000      1.1
--- equipment.xsl       12 Feb 2003 19:33:37 -0000      1.2
***************
*** 18,28 ****
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
                                        <xsl:call-template name="cat_filter"/>
                                </td>
                                <td align="center">
!                                       <xsl:call-template 
name="filter_select"/>
                                </td>
                                <td align="right">
--- 18,31 ----
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
!               <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
+                                       <xsl:call-template 
name="filter_district"/>
+                               </td>
+                               <td>
                                        <xsl:call-template name="cat_filter"/>
                                </td>
                                <td align="center">
!                                       <xsl:call-template 
name="filter_filter"/>
                                </td>
                                <td align="right">
***************
*** 31,35 ****
                        </tr>
                        <tr>
!                               <td colspan="3" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                        <!--    <xsl:with-param 
name="nextmatchs_params"/>
--- 34,38 ----
                        </tr>
                        <tr>
!                               <td colspan="4" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                        <!--    <xsl:with-param 
name="nextmatchs_params"/>
***************
*** 46,64 ****
  
        <xsl:template match="table_header">
                        <tr class="th">
!                               <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of 
select="lang_property_id"/>
                                </td>
!                               <td class="th_text" width="10%" align="right">
!                                       <xsl:value-of 
select="lang_building_id"/>
                                </td>
!                               <td class="th_text" width="40%">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
!                               <td class="th_text" width="20%" align="center">
!                                       <xsl:value-of 
select="lang_time_created"/>
                                </td>
!                               <td class="th_text" width="10%" align="center">
!                                       <xsl:value-of select="lang_owner"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
--- 49,86 ----
  
        <xsl:template match="table_header">
+               <xsl:variable name="sort_equipment"><xsl:value-of 
select="sort_equipment"/></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>
                        <tr class="th">
!                               <td class="th_text" width="5%" align="right">
!                                       <a 
href="{$sort_equipment}"><xsl:value-of select="lang_equipment"/></a>
!                               </td>
!                               <td class="th_text" width="30%" align="right">
!                                       <xsl:value-of select="lang_descr"/>
                                </td>
!                               <td class="th_text" width="5%" align="right">
!                                       <xsl:value-of select="lang_category"/>
!                               </td>
!                               <td class="th_text" width="5%" align="right">
!                                       <a 
href="{$sort_property}"><xsl:value-of select="lang_property"/></a>
!                               </td>
! 
!                               <td class="th_text" width="2%" align="right">
!                                       <xsl:value-of select="lang_building"/>
                                </td>
!                               <td class="th_text" width="2%" align="right">
!                                       <xsl:value-of select="lang_entrance"/>
                                </td>
!                               <td class="th_text" width="5%" align="right">
!                                       <xsl:value-of select="lang_floor"/>
                                </td>
!                               <td class="th_text" width="4%" align="right">
!                                       <xsl:value-of select="lang_apartment"/>
!                               </td>
!                               <td class="th_text" width="30%" align="right">
!                                       <a 
href="{$sort_street_name}"><xsl:value-of select="lang_street_name"/></a>
!                               </td>
!                               <td class="th_text" width="5%" align="center">
!                                       <xsl:value-of select="lang_attribute"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
***************
*** 75,78 ****
--- 97,101 ----
  
        <xsl:template match="values">
+               <xsl:variable name="lang_attribute_statustext"><xsl:value-of 
select="lang_attribute_statustext"/></xsl:variable>
                <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>
***************
*** 94,97 ****
--- 117,129 ----
  
                                <td align="right">
+                                       <xsl:value-of select="equipment_id"/>
+                               </td>
+                               <td align="right">
+                                       <xsl:value-of select="descr"/>
+                               </td>
+                               <td align="right">
+                                       <xsl:value-of select="category"/>
+                               </td>
+                               <td align="right">
                                        <xsl:value-of select="property_id"/>
                                </td>
***************
*** 99,110 ****
                                        <xsl:value-of select="building_id"/>
                                </td>
!                               <td align="left">
!                                       <xsl:value-of select="first"/>
                                </td>
!                               <td align="center">
!                                       <xsl:value-of select="date"/>
                                </td>
                                <td align="center">
!                                       <xsl:value-of select="owner"/>
                                </td>
                                <td align="center">
--- 131,150 ----
                                        <xsl:value-of select="building_id"/>
                                </td>
!                               <td align="right">
!                                       <xsl:value-of select="entrance_id"/>
                                </td>
!                               <td align="right">
!                                       <xsl:value-of select="floor"/>
!                               </td>
!                               <td align="right">
!                                       <xsl:value-of select="apartment_id"/>
!                               </td>
! 
!                               <td align="left">
!                                       <xsl:value-of select="street"/>
                                </td>
                                <td align="center">
!                                       <xsl:variable 
name="link_attribute"><xsl:value-of select="link_attribute"/></xsl:variable>
!                                       <a href="{$link_attribute}" 
onMouseover="window.status='{$lang_attribute_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_attribute"/></a>
                                </td>
                                <td align="center">

Index: standard_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/standard_entity.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** standard_entity.xsl 27 Jan 2003 19:21:14 -0000      1.4
--- standard_entity.xsl 12 Feb 2003 19:33:37 -0000      1.5
***************
*** 21,24 ****
--- 21,25 ----
  
        <xsl:template match="list">
+               <div align="left">
                <xsl:call-template name="app_header"/>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
***************
*** 41,55 ****
                                <xsl:apply-templates select="table_add"/>
                </table>
        </xsl:template>
  
        <xsl:template match="table_header">
                <xsl:variable name="sort_id"><xsl:value-of 
select="sort_id"/></xsl:variable>
!               <xsl:variable name="sort_num"><xsl:value-of 
select="sort_num"/></xsl:variable>
                <tr class="th">
                        <td class="th_text" width="10%" align="right">
                                <a href="{$sort_id}"><xsl:value-of 
select="lang_id"/></a>
                        </td>
!                       <td class="th_text" width="10%" align="right">
!                               <a href="{$sort_num}"><xsl:value-of 
select="lang_num"/></a>
                        </td>
                        <td class="th_text" width="20%" align="center">
--- 42,57 ----
                                <xsl:apply-templates select="table_add"/>
                </table>
+               </div>
        </xsl:template>
  
        <xsl:template match="table_header">
                <xsl:variable name="sort_id"><xsl:value-of 
select="sort_id"/></xsl:variable>
!               <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
                <tr class="th">
                        <td class="th_text" width="10%" align="right">
                                <a href="{$sort_id}"><xsl:value-of 
select="lang_id"/></a>
                        </td>
!                       <td class="th_text" width="10%" align="center">
!                               <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
                        </td>
                        <td class="th_text" width="20%" align="center">
***************
*** 90,97 ****
                                        <xsl:value-of select="id"/>
                                </td>
!                               <td align="right">
!                                       <xsl:value-of select="num"/>
                                </td>
!                               <td>
                                        <xsl:value-of select="first"/>
                                </td>
--- 92,99 ----
                                        <xsl:value-of select="id"/>
                                </td>
!                               <td align="left">
!                                       <xsl:value-of select="name"/>
                                </td>
!                               <td align="left">
                                        <xsl:value-of select="first"/>
                                </td>
***************
*** 183,193 ****
                        <tr>
                                <td valign="top">
!                                       <xsl:value-of select="lang_num"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[num]" 
value="{value_num}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_num_standardtext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
--- 185,195 ----
                        <tr>
                                <td valign="top">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[name]" 
value="{value_name}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_name_standardtext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
***************
*** 267,277 ****
        <xsl:template match="table_header_attrib">
                <xsl:variable name="sort_id"><xsl:value-of 
select="sort_id"/></xsl:variable>
!               <xsl:variable name="sort_num"><xsl:value-of 
select="sort_num"/></xsl:variable>
                <tr class="th">
                        <td class="th_text" width="10%" align="right">
!                               <xsl:value-of select="lang_type_num"/>
                        </td>
                        <td class="th_text" width="10%" align="right">
!                               <a href="{$sort_num}"><xsl:value-of 
select="lang_num"/></a>
                        </td>
                        <td class="th_text" width="20%" align="center">
--- 269,279 ----
        <xsl:template match="table_header_attrib">
                <xsl:variable name="sort_id"><xsl:value-of 
select="sort_id"/></xsl:variable>
!               <xsl:variable name="sort_name"><xsl:value-of 
select="sort_name"/></xsl:variable>
                <tr class="th">
                        <td class="th_text" width="10%" align="right">
!                               <xsl:value-of select="lang_type_name"/>
                        </td>
                        <td class="th_text" width="10%" align="right">
!                               <a href="{$sort_name}"><xsl:value-of 
select="lang_name"/></a>
                        </td>
                        <td class="th_text" width="20%" align="center">
***************
*** 310,317 ****
  
                                <td align="right">
!                                       <xsl:value-of select="type_num"/>
                                </td>
                                <td align="right">
!                                       <xsl:value-of select="num"/>
                                </td>
                                <td>
--- 312,319 ----
  
                                <td align="right">
!                                       <xsl:value-of select="type_name"/>
                                </td>
                                <td align="right">
!                                       <xsl:value-of select="name"/>
                                </td>
                                <td>
***************
*** 377,387 ****
                        <tr>
                                <td valign="top">
!                                       <xsl:value-of select="lang_num"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[num]" 
value="{value_num}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_num_attribtext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
--- 379,389 ----
                        <tr>
                                <td valign="top">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td>
!                                       <input type="text" name="values[name]" 
value="{value_name}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_name_attribtext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
***************
*** 470,477 ****
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="num"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="num"/></option>
                        </xsl:otherwise>
                </xsl:choose>
--- 472,479 ----
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>
***************
*** 484,491 ****
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="num"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="num"/></option>
                        </xsl:otherwise>
                </xsl:choose>
--- 486,493 ----
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>





reply via email to

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