phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/s_agreement.xsl, 1.3
Date: Fri, 18 Jun 2004 15:38:44 +0200

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

date: 2004/06/18 13:38:44;  author: sigurdne;  state: Exp;  lines: +17 -0

Log Message:
no message
=====================================================================
Index: property/templates/default/s_agreement.xsl
diff -u property/templates/default/s_agreement.xsl:1.2 
property/templates/default/s_agreement.xsl:1.3
--- property/templates/default/s_agreement.xsl:1.2      Mon Jun 14 19:58:29 2004
+++ property/templates/default/s_agreement.xsl  Fri Jun 18 13:38:44 2004
@@ -221,6 +221,9 @@
                <xsl:variable name="dateformat_source"><xsl:value-of 
select="dateformat_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" 
SRC="{$dateformat_source}"></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>
+               <SCRIPT LANGUAGE="JavaScript" SRC="{$overlib_source}"></SCRIPT>
 
                <script language="JavaScript">
                        self.name="first_Window";
@@ -473,6 +476,20 @@
                                <form method="post" name="form2" 
action="{$update_action}">
                                        <input type="hidden" 
name="values[agreement_id]" value="{value_s_agreement_id}" ></input>
                                        <table width="100%" cellpadding="2" 
cellspacing="2" align="center">
+                                               <tr>
+                                                       <xsl:for-each 
select="set_column" >
+                                                               <td></td>
+                                                       </xsl:for-each>
+                                                       <td class="small_text" 
valign="bottom" align="center">
+                                                               <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>
+
                                                <xsl:call-template 
name="table_header"/>
                                                <xsl:call-template 
name="values"/>
                                                <xsl:variable 
name="check_source"><xsl:value-of select="check_source"/></xsl:variable>




reply via email to

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