phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/location.xsl, 1.1.1.3


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/location.xsl, 1.1.1.3
Date: Sun, 30 May 2004 01:23:56 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          location.xsl

date: 2004/05/29 23:23:56;  author: sigurdne;  state: Exp;  lines: +1 -78

Log Message:
no message
=====================================================================
Index: property/templates/default/location.xsl
diff -u property/templates/default/location.xsl:1.1.1.2 
property/templates/default/location.xsl:1.1.1.3
--- property/templates/default/location.xsl:1.1.1.2     Tue May 25 12:32:29 2004
+++ property/templates/default/location.xsl     Sat May 29 23:23:56 2004
@@ -76,19 +76,6 @@
 
                        </tr>
 
-                       <xsl:choose>
-                               <xsl:when test="status_eco_list!='' and 
lookup!=1">
-                                       <tr>
-                                               <td  colspan="2" align="left">
-                                                       <xsl:call-template 
name="status_eco_filter"/>
-                                               </td>
-                                               <td  colspan="2" align="left">
-                                                       <xsl:call-template 
name="status_drift_filter"/>
-                                               </td>
-                                       </tr>
-                               </xsl:when>
-                       </xsl:choose>
-
                        <tr>
                                <td colspan="14" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
@@ -695,70 +682,6 @@
                                </xsl:when>
                        </xsl:choose>
                        </table>
-       </xsl:template>
-
-       <xsl:template name="status_eco_filter">
-               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
-               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
-               <form method="post" action="{$select_action}">
-                       <select name="status_eco_id" 
onChange="this.form.submit();" onMouseout="window.status='';return true;">
-                               <xsl:attribute name="onMouseover">
-                                       <xsl:text>window.status='</xsl:text>
-                                               <xsl:value-of 
select="lang_status_statustext"/>
-                                       <xsl:text>'; return true;</xsl:text>
-                               </xsl:attribute>
-                               <option value=""><xsl:value-of 
select="lang_no_eco"/></option>
-                                       <xsl:apply-templates 
select="status_eco_list"/>
-                       </select>
-                       <noscript>
-                               <xsl:text> </xsl:text>
-                               <input type="submit" name="submit" 
value="{$lang_submit}"/>
-                       </noscript>
-               </form>
-       </xsl:template>
-
-       <xsl:template match="status_eco_list">
-       <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
-               <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>
-       </xsl:template>
-
-       <xsl:template name="status_drift_filter">
-               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
-               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
-               <form method="post" action="{$select_action}">
-                       <select name="status_drift_id" 
onChange="this.form.submit();" onMouseout="window.status='';return true;">
-                               <xsl:attribute name="onMouseover">
-                                       <xsl:text>window.status='</xsl:text>
-                                               <xsl:value-of 
select="lang_status_statustext"/>
-                                       <xsl:text>'; return true;</xsl:text>
-                               </xsl:attribute>
-                               <option value=""><xsl:value-of 
select="lang_no_drift"/></option>
-                                       <xsl:apply-templates 
select="status_drift_list"/>
-                       </select>
-                       <noscript>
-                               <xsl:text> </xsl:text>
-                               <input type="submit" name="submit" 
value="{$lang_submit}"/>
-                       </noscript>
-               </form>
-       </xsl:template>
-
-       <xsl:template match="status_drift_list">
-       <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
-               <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>
        </xsl:template>
 
 




reply via email to

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