phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base location.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base location.xsl
Date: Fri, 03 Mar 2006 09:14:04 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/03 09:14:04

Modified files:
        templates/base : location.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/templates/base/location.xsl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: property/templates/base/location.xsl
diff -u property/templates/base/location.xsl:1.4 
property/templates/base/location.xsl:1.5
--- property/templates/base/location.xsl:1.4    Thu Nov  3 14:53:44 2005
+++ property/templates/base/location.xsl        Fri Mar  3 09:14:04 2006
@@ -1,4 +1,4 @@
-<!-- $Id: location.xsl,v 1.4 2005/11/03 14:53:44 sigurdne Exp $ -->
+<!-- $Id: location.xsl,v 1.5 2006/03/03 09:14:04 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -43,44 +43,59 @@
                                <xsl:call-template name="menu"/> 
                        </xsl:when>
                </xsl:choose>
-               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
+               <table width="100%" cellpadding="0" cellspacing="1" 
align="center">
                        <tr>
                                <td>
-                                       <xsl:call-template name="cat_filter"/>
-                               </td>
-                               <td>
-                                       <xsl:call-template 
name="filter_district"/>
-                               </td>
-                               <td>
-                                       <xsl:call-template 
name="filter_part_of_town"/>
-                               </td>
-                               <xsl:choose>
-                                       <xsl:when test="status_eco_list='' and 
lookup!=1">
-                                               <td align="left">
-                                                       <xsl:call-template 
name="status_filter"/>
-                                               </td>
-                                       </xsl:when>
-                               </xsl:choose>
-                               <td align="center">
-                                       <xsl:call-template name="owner_filter"/>
-                               </td>
-                               <td align="right">
-                                       <xsl:call-template name="search_field"/>
-                               </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>
+                                       <table>
+                                               <tr>
+                                                       <td>
+                                                               
<xsl:call-template name="cat_filter"/>
+                                                       </td>
+                                                       <td align="left">
+                                                               
<xsl:call-template name="filter_district"/>
+                                                       </td>
+                                                       <td>
+                                                               
<xsl:call-template name="filter_part_of_town"/>
+                                                       </td>
+                                                       <xsl:choose>
+                                                               <xsl:when 
test="status_eco_list='' and lookup!=1">
+                                                                       <td 
align="right">
+                                                                               
<xsl:call-template name="status_filter"/>
+                                                                       </td>
+                                                               </xsl:when>
+                                                       </xsl:choose>
+                                               </tr>
+                                       </table>
                                </td>
+                       </tr>
+                       
+                       <tr>
+                               <td colspan="{colspan}" width="100%">
+                                       <table>
+                                               <tr>
+                                                       <td align="left">
+                                                               
<xsl:call-template name="owner_filter"/>
+                                                       </td>
+                                                       <td align="right" 
colspan="{colspan}" width="100%">
+                                                               
<xsl:call-template name="search_field"/>
+                                                       </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>
+                               </td>
                        </tr>
 
                        <tr>
-                               <td colspan="14" width="100%">
+                               <td colspan="{colspan}" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                        
                                </td>




reply via email to

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