phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/investment.xsl, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/investment.xsl, 1.1.1.4
Date: Sun, 23 May 2004 08:29:04 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          investment.xsl

date: 2004/04/26 18:52:25;  author: sigurdne;  state: Exp;  lines: +16 -1

Log Message:
no message
=====================================================================
Index: property/skins/default/investment.xsl
diff -u property/skins/default/investment.xsl:1.1.1.3 
property/skins/default/investment.xsl:1.1.1.4
--- property/skins/default/investment.xsl:1.1.1.3       Fri Apr 23 21:26:43 2004
+++ property/skins/default/investment.xsl       Mon Apr 26 18:52:25 2004
@@ -20,6 +20,7 @@
        <xsl:template match="list">
                <xsl:variable name="check_source"><xsl:value-of 
select="check_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$check_source}"></SCRIPT>
+               <xsl:apply-templates select="cal_info"/>
                
                <xsl:call-template name="menu"/> 
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
@@ -233,6 +234,18 @@
                        </tr>
        </xsl:template>
 
+       <xsl:template match="cal_info">
+               <xsl:variable name="stylesheet"><xsl:value-of 
select="stylesheet"/></xsl:variable>
+               <xsl:variable name="stylesheet_title"><xsl:value-of 
select="stylesheet_title"/></xsl:variable>
+               <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
+               <xsl:variable name="calendar_setup_source"><xsl:value-of 
select="calendar_setup_source"/></xsl:variable>
+               <xsl:variable name="calendar_lang"><xsl:value-of 
select="calendar_lang"/></xsl:variable>
+               <link rel="stylesheet" type="text/css" media="all" 
href="{$stylesheet}" title="{$stylesheet_title}"/>
+               <script type="text/javascript" 
src="{$calendar_source}"></script>
+               <script type="text/javascript" 
src="{$calendar_setup_source}"></script>
+               <script type="text/javascript" src="{$calendar_lang}"></script>
+       </xsl:template>
+
        <xsl:template match="table_update">
                        <tr>
                                <td>
@@ -489,6 +502,8 @@
                                Window1=window.open('<xsl:value-of 
select="location_link"/>',"Search","width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");
                        }               
                </script>
+               <xsl:apply-templates select="cal_info"/>
+
                <div align="left">              
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:choose>




reply via email to

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