phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/workorder.xsl, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/workorder.xsl, 1.1.1.5
Date: Fri, 21 May 2004 20:23:49 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/workorder.xsl
diff -u property/skins/default/workorder.xsl:1.1.1.4 
property/skins/default/workorder.xsl:1.1.1.5
--- property/skins/default/workorder.xsl:1.1.1.4        Mon Apr 26 12:21:25 2004
+++ property/skins/default/workorder.xsl        Mon Apr 26 18:52:25 2004
@@ -211,9 +211,23 @@
        </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>
+
 <!-- add / edit -->
 
        <xsl:template match="edit">
+               <xsl:apply-templates select="cal_info"/>
                <div align="left">
                
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">




reply via email to

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