phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/location_view.xsl, 1.2.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/location_view.xsl, 1.2.2.1
Date: Mon, 8 Nov 2004 14:57:50 +0100

Update of /property/templates/default
Modified Files:
        Branch: proposed-0_9_18-branch
          location_view.xsl

date: 2004/11/08 13:57:50;  author: sigurdne;  state: Exp;  lines: +10 -2

Log Message:
no message
=====================================================================
Index: property/templates/default/location_view.xsl
diff -u property/templates/default/location_view.xsl:1.2 
property/templates/default/location_view.xsl:1.2.2.1
--- property/templates/default/location_view.xsl:1.2    Wed Jun  2 19:10:20 2004
+++ property/templates/default/location_view.xsl        Mon Nov  8 13:57:50 2004
@@ -13,7 +13,15 @@
                                        <td align="left">
                                                <xsl:choose>
                                                        <xsl:when 
test="input_type !='hidden'">
-                                                               <xsl:value-of 
select="value"/>                                  
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="query_link !=''">
+                                                                               
<xsl:variable name="query_link" select="query_link"/>
+                                                                               
<a href="{$query_link}" class="th_text"><xsl:value-of select="value"/></a>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<xsl:value-of select="value"/>
+                                                                       
</xsl:otherwise>
+                                                               </xsl:choose>   
                                                        
                                                        </xsl:when>
                                                </xsl:choose>
                                                <xsl:for-each select="extra" >




reply via email to

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