phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default location.xsl,1.7,1.8


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default location.xsl,1.7,1.8
Date: Thu, 05 Jun 2003 03:28:16 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv23404/templates/default

Modified Files:
        location.xsl 
Log Message:
no message

Index: location.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** location.xsl        4 Jun 2003 12:24:40 -0000       1.7
--- location.xsl        5 Jun 2003 07:28:14 -0000       1.8
***************
*** 15,19 ****
        </xsl:template>
        
!       <xsl:template match="list">     
                <div id="overDiv" style="position:absolute; 
visibility:hide;z-index:1;"></div>
                <xsl:variable name="overlib_source"><xsl:value-of 
select="overlib_source"/></xsl:variable>
--- 15,26 ----
        </xsl:template>
        
!       <xsl:template match="list">
!               <script LANGUAGE="JavaScript">
!                       function Exchange_values(thisform)
!                       {
!                               <xsl:value-of 
select="function_exchange_values"/>
!                       }
!               </script>
! 
                <div id="overDiv" style="position:absolute; 
visibility:hide;z-index:1;"></div>
                <xsl:variable name="overlib_source"><xsl:value-of 
select="overlib_source"/></xsl:variable>
***************
*** 117,120 ****
--- 124,129 ----
                                </xsl:choose>
                        </xsl:attribute>
+                               <form>
+                       
                                <xsl:for-each select="row" >
                                        <xsl:choose>
***************
*** 127,134 ****
--- 136,163 ----
                                                        <td align="left">
                                                                <xsl:value-of 
select="value"/>                                  
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="lookup=1">
+                                                               <!--    
<xsl:value-of select="lookup"/> -->
+                                                                               
<input type="text" name="{name_hidden}" value="{value}"></input>
+                                                                               
<xsl:if test="position() = last()">
+                                                                               
        <td align="center">
+                                                                               
                <input type="button" name="select" value="{//lang_select}" 
onClick="{//exchange_values}" onMouseout="window.status='';return true;">
+                                                                               
                        <xsl:attribute name="onMouseover">
+                                                                               
                                <xsl:text>window.status='</xsl:text>
+                                                                               
                                        <xsl:value-of 
select="lang_select_statustext"/>
+                                                                               
                                <xsl:text>'; return true;</xsl:text>
+                                                                               
                        </xsl:attribute>
+                                                                               
                </input>
+                                                                               
        </td>
+                                                                               
+                                                                               
</xsl:if>
+ 
+                                                                       
</xsl:when>
+                                                               </xsl:choose>
                                                        </td>
                                                </xsl:otherwise>
                                        </xsl:choose>
                                </xsl:for-each>
+                               </form>
                        </tr>
                </xsl:for-each>





reply via email to

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