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.2


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/location.xsl, 1.1.1.2
Date: Tue, 25 May 2004 14:32:29 +0200

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

date: 2004/05/25 12:32:29;  author: sigurdne;  state: Exp;  lines: +45 -1

Log Message:
no message
=====================================================================
Index: property/templates/default/location.xsl
diff -u property/templates/default/location.xsl:1.1.1.1 
property/templates/default/location.xsl:1.1.1.2
--- property/templates/default/location.xsl:1.1.1.1     Fri Apr 23 13:14:15 2004
+++ property/templates/default/location.xsl     Tue May 25 12:32:29 2004
@@ -14,6 +14,9 @@
                        <xsl:when test="stop">
                                <xsl:apply-templates select="stop"/>
                        </xsl:when>
+                       <xsl:when test="summary">
+                               <xsl:apply-templates select="summary"/>
+                       </xsl:when>
                        <xsl:otherwise>
                                <xsl:apply-templates select="list"/>
                        </xsl:otherwise>
@@ -768,3 +771,44 @@
                                </td>
                        </tr>
        </xsl:template>
+
+
+       <xsl:template match="summary">
+               <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="filter_part_of_town"/>
+                               </td>
+                       <!--    <td align="center">
+                                       <xsl:call-template name="owner_filter"/>
+                               </td>-->
+                               <td class="small_text" valign="top" 
align="left">
+                                       <xsl:variable 
name="link_excel"><xsl:value-of select="link_excel"/></xsl:variable>
+                                       <xsl:variable 
name="lang_excel_help"><xsl:value-of select="lang_excel_help"/></xsl:variable>
+                                       <xsl:variable 
name="lang_excel"><xsl:value-of select="lang_excel"/></xsl:variable>
+                                       <a href="javascript:var 
w=window.open('{$link_excel}','','')"
+                                               
onMouseOver="overlib('{$lang_excel_help}', CAPTION, '{$lang_excel}')"
+                                               onMouseOut="nd()">
+                                               <xsl:value-of 
select="lang_excel"/></a>
+                               </td>
+
+                       </tr>
+               </table>
+
+               <table width="80%" cellpadding="2" cellspacing="2" 
align="center">
+                       <tr class="th">
+                               <xsl:for-each select="table_header_summary" >
+                                       <td class="th_text" width="{with}" 
align="{align}">
+                                               <xsl:value-of select="header"/> 
                                
+                                       </td>
+                               </xsl:for-each>
+                       </tr>
+                       <xsl:call-template name="list_values"/>
+               </table>
+       </xsl:template>
+
+




reply via email to

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