phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/filter_part_of_town.xsl, 1.1.1


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/filter_part_of_town.xsl, 1.1.1.3
Date: Fri, 21 May 2004 16:50:14 -0000

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

date: 2004/04/23 21:26:43;  author: sigurdne;  state: Exp;  lines: +37 -37

Log Message:
no message
=====================================================================
Index: property/skins/default/filter_part_of_town.xsl
diff -u property/skins/default/filter_part_of_town.xsl:1.1.1.2 
property/skins/default/filter_part_of_town.xsl:1.1.1.3
--- property/skins/default/filter_part_of_town.xsl:1.1.1.2      Fri Apr 23 
20:30:47 2004
+++ property/skins/default/filter_part_of_town.xsl      Fri Apr 23 21:26:43 2004
@@ -1,37 +1,37 @@
-<?xml version="1.0"?>  
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
-<xsl:output indent="yes"/>
-<!-- $Id$ -->
-
-       <xsl:template name="filter_part_of_town">
-               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
-               <xsl:variable name="select_name"><xsl:value-of 
select="select_name"/></xsl:variable>
-               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
-               <form method="post" action="{$select_action}">
-                       <select name="{$select_name_part_of_town}" 
onChange="this.form.submit();" onMouseout="window.status='';return true;">
-                               <xsl:attribute name="onMouseover">
-                                       <xsl:text>window.status='</xsl:text>
-                                               <xsl:value-of 
select="lang_town_statustext"/>
-                                       <xsl:text>'; return true;</xsl:text>
-                               </xsl:attribute>
-                               <option value=""><xsl:value-of 
select="lang_no_part_of_town"/></option>
-                                       <xsl:for-each 
select="part_of_town_list/part_of_town_list_item">
-                                               <xsl:variable name="id" 
select="id" />
-                                               <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:for-each> 
-
-                       </select>
-                       <noscript>
-                               <xsl:text> </xsl:text>
-                               <input type="submit" name="submit" 
value="{$lang_submit}"/>
-                       </noscript>
-               </form>
-       </xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0"?>  
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+<xsl:output indent="yes"/>
+<!-- $Id$ -->
+
+       <xsl:template name="filter_part_of_town">
+               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
+               <xsl:variable name="select_name"><xsl:value-of 
select="select_name"/></xsl:variable>
+               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
+               <form method="post" action="{$select_action}">
+                       <select name="{$select_name_part_of_town}" 
onChange="this.form.submit();" onMouseout="window.status='';return true;">
+                               <xsl:attribute name="onMouseover">
+                                       <xsl:text>window.status='</xsl:text>
+                                               <xsl:value-of 
select="lang_town_statustext"/>
+                                       <xsl:text>'; return true;</xsl:text>
+                               </xsl:attribute>
+                               <option value=""><xsl:value-of 
select="lang_no_part_of_town"/></option>
+                                       <xsl:for-each 
select="part_of_town_list/part_of_town_list_item">
+                                               <xsl:variable name="id" 
select="id" />
+                                               <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:for-each> 
+
+                       </select>
+                       <noscript>
+                               <xsl:text> </xsl:text>
+                               <input type="submit" name="submit" 
value="{$lang_submit}"/>
+                       </noscript>
+               </form>
+       </xsl:template>
+</xsl:stylesheet>




reply via email to

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