phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default_frames/findex.xsl, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default_frames/findex.xsl, 1.1.2.1
Date: Thu, 20 May 2004 19:37:24 -0000

Update of /api/skins/default_frames
Added Files:
        Branch: proposal-branch
          findex.xsl

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +33 -0

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
<?xml version="1.0"?>
<!-- $Id: findex.xsl,v 1.1.2.1 2004/04/16 20:59:49 seek3r Exp $ -->
<!-- $Source: /cvsroot/phpgroupware/api/skins/default_frames/Attic/findex.xsl,v 
$ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
<xsl:output indent="yes"/>

<xsl:variable name="baseurl" select="/PHPGW/API/baseurl"/>
<xsl:variable name="api_image_path">api/skins/<xsl:value-of 
select="/PHPGW/API/prefs/api.skin" />/images</xsl:variable>
<xsl:variable name="app_image_path"><xsl:value-of 
select="/PHPGW/API/op/appname" />/skins/<xsl:value-of 
select="/PHPGW/API/prefs/api.skin" />/images</xsl:variable>

<xsl:template match="/">
<html>
<head>
        <title>Sparta Calendars Tracker</title>
        <xsl:for-each select="/PHPGW/API/css_list/css_list_item">
                <link rel="stylesheet" type="text/css" 
href="{app}/skins/default/{file}.css"/>
        </xsl:for-each>
        <link rel="icon" href="favicon.ico" type="image/x-ico" />
        <link rel="shortcut icon" href="favicon.ico" />
</head>
<frameset rows="140,*,0" border="0" frameborder="0">
        <frame name="MenuFrame" src="{baseurl}?op=api.base.menu" 
scrolling="no"/>
        <frame name="AppFrame" src="{baseurl}?op=api.base.start"/>
        <frame name="CronFrame" src="{baseurl}?op=api.base.cron"/>
</frameset>
</html>
</xsl:template> 
<xsl:template match="hooks_item">
</xsl:template> 

</xsl:stylesheet>





reply via email to

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