phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/request.xsl, 1.1.1.4
Date: Sun, 23 May 2004 05:43:44 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/request.xsl
diff -u property/skins/default/request.xsl:1.1.1.3 
property/skins/default/request.xsl:1.1.1.4
--- property/skins/default/request.xsl:1.1.1.3  Fri Apr 23 21:26:43 2004
+++ property/skins/default/request.xsl  Mon Apr 26 18:52:25 2004
@@ -296,8 +296,21 @@
        </xsl:template>
 
 <!-- add / edit -->
+       <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="edit">
+               <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]