phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/gab.xsl, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/gab.xsl, 1.3
Date: Fri, 8 Oct 2004 15:43:44 +0200

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

date: 2004/10/08 13:43:44;  author: sigurdne;  state: Exp;  lines: +53 -3

Log Message:
no message
=====================================================================
Index: property/templates/default/gab.xsl
diff -u property/templates/default/gab.xsl:1.2 
property/templates/default/gab.xsl:1.3
--- property/templates/default/gab.xsl:1.2      Wed Jun  2 19:10:03 2004
+++ property/templates/default/gab.xsl  Fri Oct  8 13:43:44 2004
@@ -156,6 +156,9 @@
                                <td class="th_text" width="8%" align="right">
                                        <a href="{$sort_hits}"><xsl:value-of 
select="lang_hits"/></a>
                                </td>
+                               <td class="th_text" width="10%" align="right">
+                                       <xsl:value-of select="lang_owner"/>
+                               </td>
                                <td class="th_text" width="20%" align="center">
                                        <xsl:value-of select="lang_address"/>
                                </td>
@@ -201,6 +204,9 @@
                                <td align="right">
                                        <xsl:value-of select="hits"/>
                                </td>
+                               <td align="right">
+                                       <xsl:value-of select="owner"/>
+                               </td>
                                <td align="left">
                                        <xsl:value-of select="address"/>
                                </td>
@@ -257,6 +263,15 @@
                                                        <xsl:value-of 
select="seksjons_nr"/>
                                                </td>
                                        </tr>
+                                       <tr>
+                                               <td  class="th_text" 
align="left">
+                                                       <xsl:value-of 
select="lang_owner"/>
+                                               </td>
+                                               <td align="left">
+                                                       <xsl:text> : </xsl:text>
+                                                       <xsl:value-of 
select="value_owner"/>            
+                                               </td>
+                                       </tr>                                   
                                </table>
                                </td>
                        </tr>
@@ -462,7 +477,7 @@
                                        </xsl:otherwise>
                                </xsl:choose>
                        <tr>
-                               <td valign="top">
+                               <td  class="th_text" valign="top">
                                        <xsl:value-of select="lang_remark"/>
                                </td>
                                <td>
@@ -476,6 +491,33 @@
                                        </textarea>
                                </td>
                        </tr>
+                       <tr>
+                               <td class="th_text">
+                                       <xsl:value-of select="lang_owner"/>
+                               </td>
+                               <td>
+                                       <xsl:choose>
+                                                       <xsl:when 
test="value_owner = 'yes'">
+                                                               <input 
type="checkbox" name="values[owner]" value="yes" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_lookup_form_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <input 
type="checkbox" name="values[owner]" value="yes" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_lookup_form_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:otherwise>
+                                       </xsl:choose>
+                               </td>
+                       </tr>
                        <xsl:choose>
                                <xsl:when test="lookup_type='form'">
                                        <xsl:call-template 
name="location_form"/>
@@ -587,13 +629,21 @@
                                                        </td>
                                                </tr>
                        <tr>
-                               <td valign="top">
+                               <td  class="th_text" valign="top">
                                        <xsl:value-of select="lang_remark"/>
                                </td>
                                <td>
                                        <xsl:value-of select="value_remark"/>   
        
                                </td>
                        </tr>
+                       <tr>
+                               <td  class="th_text">
+                                       <xsl:value-of select="lang_owner"/>
+                               </td>
+                               <td>
+                                       <xsl:value-of select="value_owner"/>    
        
+                               </td>
+                       </tr>
                        <xsl:call-template name="location_view"/>
                        <tr height="50">
                                <td>




reply via email to

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