phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk phpgw.xsl,1.9,1.10


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk phpgw.xsl,1.9,1.10
Date: Wed, 23 Apr 2003 21:34:06 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/funkwerk
In directory subversions:/tmp/cvs-serv5286/funkwerk

Modified Files:
        phpgw.xsl 
Log Message:
update js and css

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/phpgw.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** phpgw.xsl   22 Apr 2003 03:36:49 -0000      1.9
--- phpgw.xsl   24 Apr 2003 01:34:04 -0000      1.10
***************
*** 36,41 ****
--- 36,68 ----
                                <link rel="shortcut icon" href="favicon.ico"/>
                                <title><xsl:value-of 
select="website_title"/></title>
+                               <script type="text/javascript" 
language="javascript" 
src="{$webserver_url}/phpgwapi/templates/default/scripts.js"></script>
+                               <xsl:choose>
+                                       <xsl:when test="app_java_script != ''">
+                                               <xsl:value-of 
disable-output-escaping="yes" select="app_java_script"/>
+                                       </xsl:when>
+                               </xsl:choose>
+                               <xsl:choose>
+                                       <xsl:when test="app_java_script_url != 
''">
+                                               <xsl:variable 
name="app_java_script_url" select="app_java_script_url"/>
+                                               <script type="text/javascript" 
language="javascript" 
src="{$webserver_url}/{$current_app}/templates/{$app_java_script_url}"></script>
+                                       </xsl:when>
+                               </xsl:choose>
                                <link rel="stylesheet" type="text/css" 
href="{$phpgw_css_file}"/>
                                <link rel="stylesheet" type="text/css" 
href="{$theme_css_file}"/>
+                               <xsl:choose>
+                                       <xsl:when test="app_css != ''">
+                                               <style type="text/css">
+                                                       
<xsl:text>&lt;!--</xsl:text>
+                                                               <xsl:value-of 
disable-output-escaping="yes" select="app_css"/>
+                                                       
<xsl:text>--&gt;</xsl:text>
+                                               </style>
+                                       </xsl:when>
+                               </xsl:choose>
+                               <xsl:choose>
+                                       <xsl:when test="app_css_url != ''">
+                                               <xsl:variable 
name="app_css_url" select="app_css_url"/>
+                                               <link rel="stylesheet" 
type="text/css" 
href="{$webserver_url}/{$current_app}/templates/{$app_css_url}"/>
+                                       </xsl:when>
+                               </xsl:choose>
                        </head>
                        <body>





reply via email to

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