egroupware/phpgwapi/templates/idsociety/phpgw.xsl

170 lines
8.8 KiB
XML
Raw Normal View History

2002-10-22 01:47:14 +02:00
<!-- $Id$ -->
<xsl:template match="phpgw">
<xsl:variable name="phpgw_css_file"><xsl:value-of select="phpgw_css_file"/></xsl:variable>
<xsl:variable name="theme_css_file"><xsl:value-of select="theme_css_file"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="charset"><xsl:value-of select="charset"/></xsl:variable>
<xsl:variable name="webserver_url"><xsl:value-of select="webserver_url"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="onload"><xsl:value-of select="onload"/></xsl:variable>
<xsl:variable name="logo_img"><xsl:value-of select="logo_img"/></xsl:variable>
<xsl:variable name="nav_bar_left_top_bg_img"><xsl:value-of select="nav_bar_left_top_bg_img"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="home_link"><xsl:value-of select="home_link"/></xsl:variable>
2002-10-26 22:33:04 +02:00
<xsl:variable name="prefs_link"><xsl:value-of select="prefs_link"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="logout_link"><xsl:value-of select="logout_link"/></xsl:variable>
<xsl:variable name="about_link"><xsl:value-of select="about_link"/></xsl:variable>
2002-11-30 02:31:30 +01:00
<xsl:variable name="help_link"><xsl:value-of select="help_link"/></xsl:variable>
<xsl:variable name="home_img_hover"><xsl:value-of select="home_img_hover"/></xsl:variable>
<xsl:variable name="prefs_img_hover"><xsl:value-of select="prefs_img_hover"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="logout_img_hover"><xsl:value-of select="logout_img_hover"/></xsl:variable>
<xsl:variable name="about_img_hover"><xsl:value-of select="about_img_hover"/></xsl:variable>
2002-11-30 02:31:30 +01:00
<xsl:variable name="help_img_hover"><xsl:value-of select="help_img_hover"/></xsl:variable>
<xsl:variable name="home_img"><xsl:value-of select="home_img"/></xsl:variable>
<xsl:variable name="prefs_img"><xsl:value-of select="prefs_img"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<xsl:variable name="logout_img"><xsl:value-of select="logout_img"/></xsl:variable>
<xsl:variable name="about_img"><xsl:value-of select="about_img"/></xsl:variable>
2002-11-30 02:31:30 +01:00
<xsl:variable name="help_img"><xsl:value-of select="help_img"/></xsl:variable>
<xsl:variable name="home_title"><xsl:value-of select="home_title"/></xsl:variable>
<xsl:variable name="prefs_title"><xsl:value-of select="prefs_title"/></xsl:variable>
<xsl:variable name="logout_title"><xsl:value-of select="logout_title"/></xsl:variable>
<xsl:variable name="about_title"><xsl:value-of select="about_title"/></xsl:variable>
2002-11-30 02:31:30 +01:00
<xsl:variable name="help_title"><xsl:value-of select="help_title"/></xsl:variable>
2002-11-02 23:25:14 +01:00
<xsl:variable name="app_tpl"><xsl:value-of select="app_tpl"/></xsl:variable>
2002-11-30 02:31:30 +01:00
<xsl:variable name="current_app" select="current_app"/>
2002-10-22 01:47:14 +02:00
<html>
<head>
2002-10-23 22:47:33 +02:00
<meta http-equiv="Content-Type" content="text/html; charset={$charset}"/>
2002-10-22 01:47:14 +02:00
<meta name="author" content="phpGroupWare http://www.phpgroupware.org"/>
<meta name="description" content="phpGroupWare"/>
<meta name="keywords" content="phpGroupWare"/>
<meta name="robots" content="noindex"/>
<link rel="icon" href="favicon.ico" type="image/x-ico"/>
<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/idsociety/scripts.js"></script>
<link rel="stylesheet" type="text/css" href="{$phpgw_css_file}"/>
<link rel="stylesheet" type="text/css" href="{$theme_css_file}"/>
2002-10-22 01:47:14 +02:00
</head>
2002-10-23 22:47:33 +02:00
<body onLoad="{$onload}">
2002-10-22 01:47:14 +02:00
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" valign="top">
2002-10-22 01:47:14 +02:00
<!-- BEGIN top_part -->
<table width="100%" height="73" cellspacing="0" cellpadding="0">
<tr class="top_top" height="58">
2002-10-22 01:47:14 +02:00
<!-- top row back images are 58px high, but the row may be smaller than that -->
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
<td width="154" valign="top">
2002-11-09 01:54:48 +01:00
<img src="{$logo_img}" border="0" alt="phpGroupWare" title="phpGroupWare"/>
2002-10-22 01:47:14 +02:00
</td>
<td valign="bottom">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
2002-10-23 22:47:33 +02:00
<td width="33%" class="info"><xsl:value-of select="user_info_name"/></td>
<xsl:choose>
<xsl:when test="current_users">
2002-10-25 22:34:36 +02:00
<xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable>
2002-10-23 22:47:33 +02:00
<td width="33%" class="info"><a href="{$url_current_users}"><xsl:value-of select="current_users"/></a></td>
</xsl:when>
<xsl:otherwise>
<td></td>
</xsl:otherwise>
2002-10-23 22:47:33 +02:00
</xsl:choose>
<td width="33%" class="info" align="right"><xsl:value-of select="user_info_date"/></td>
2002-10-22 01:47:14 +02:00
</tr>
</table>
</td>
</tr>
<tr align="right" class="top_bottom" height="15">
2002-10-22 01:47:14 +02:00
<td colspan="2">
<!-- row 2 right nav buttons -->
<table cellpadding="0" cellspacing="0">
<tr class="top_bottom">
<td><a href="{$home_link}" onMouseOver="nine.src='{$home_img_hover}'" onMouseOut="nine.src='{$home_img}'"><img src="{$home_img}" border="0" name="nine" alt="{$home_title}" title="{$home_title}"/></a></td>
<td><a href="{$prefs_link}" onMouseOver="ten.src='{$prefs_img_hover}'" onMouseOut="ten.src='{$prefs_img}'"><img src="{$prefs_img}" border="0" name="ten" alt="{$prefs_title}" title="{$prefs_title}"/></a></td>
<td><a href="{$logout_link}" onMouseOver="eleven.src='{$logout_img_hover}'" onMouseOut="eleven.src='{$logout_img}'"><img src="{$logout_img}" border="0" name="eleven" alt="{$logout_title}" title="{$logout_title}"/></a></td>
2002-11-15 23:31:51 +01:00
<td><a href="{$about_link}" onMouseOver="about.src='{$about_img_hover}'" onMouseOut="about.src='{$about_img}'"><img src="{$about_img}" border="0" name="about" alt="{$about_title}" title="{$about_title}"/></a></td>
2002-11-30 02:31:30 +01:00
<td><a href="{$help_link}" onMouseOver="help.src='{$help_img_hover}'" onMouseOut="help.src='{$help_img}'" target="_blank"><img src="{$help_img}" border="0" name="help" alt="{$help_title}" title="{$help_title}"/></a></td>
2002-10-22 01:47:14 +02:00
</tr>
</table>
</td>
</tr>
</table>
<!-- END top_part -->
</td>
</tr>
2002-10-26 02:33:22 +02:00
<tr valign="top">
2002-10-22 02:23:33 +02:00
<td>
<!-- BEGIN left_part -->
2002-11-09 01:39:37 +01:00
<table cellspacing="0" cellpadding="0" valign="top" class="left" height="100%">
2002-10-22 02:23:33 +02:00
<xsl:apply-templates select="applications"/>
<tr>
2002-11-09 01:39:37 +01:00
<td class="left" valign="top" height="100%"><img src="{$nav_bar_left_top_bg_img}"/></td>
2002-10-22 02:23:33 +02:00
</tr>
</table>
<!-- END left_part -->
2002-10-22 01:47:14 +02:00
</td>
<td width="100%" height="100%" valign="top" align="center">
<xsl:choose>
<xsl:when test="msgbox_data">
<xsl:call-template name="msgbox"/>
</xsl:when>
</xsl:choose>
<xsl:choose>
2002-11-30 02:31:30 +01:00
<xsl:when test="$current_app = 'home'">
<xsl:call-template name="portal"/>
</xsl:when>
2002-11-30 02:31:30 +01:00
<xsl:when test="$current_app = 'about'">
2002-10-26 02:33:22 +02:00
<xsl:call-template name="about"/>
</xsl:when>
2002-11-02 23:25:14 +01:00
</xsl:choose>
<xsl:choose>
<xsl:when test="$app_tpl != ''">
<xsl:choose>
<xsl:when test="$app_tpl = 'delete'">
<xsl:call-template name="app_delete"/>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="app_data"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:value-of disable-output-escaping="yes" select="body_data"/>
</xsl:otherwise>
</xsl:choose>
2002-10-22 01:47:14 +02:00
</td>
</tr>
2002-10-26 22:33:04 +02:00
<tr valign="top">
<td colspan="2" align="center" valign="top" class="bottom">
2002-10-22 01:47:14 +02:00
<!-- BEGIN bottom_part -->
2002-10-23 22:47:33 +02:00
<xsl:value-of select="lang_powered_by"/>
<a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;">
<xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_phpgw_statustext"/>
<xsl:text>'; return true;</xsl:text>
</xsl:attribute>
<xsl:text> phpGroupWare </xsl:text>
</a>
<xsl:text> </xsl:text><xsl:value-of select="lang_version"/><xsl:text> </xsl:text><xsl:value-of select="phpgw_version"/>
2002-10-22 01:47:14 +02:00
<!-- END bottom_part -->
</td>
</tr>
</table>
</body>
</html>
</xsl:template>
2002-10-22 02:23:33 +02:00
<xsl:template match="applications">
<xsl:variable name="url"><xsl:value-of select="url"/></xsl:variable>
<xsl:variable name="name"><xsl:value-of select="name"/></xsl:variable>
<xsl:variable name="img_src_over"><xsl:value-of select="img_src_over"/></xsl:variable>
<xsl:variable name="icon"><xsl:value-of select="icon"/></xsl:variable>
<xsl:variable name="title"><xsl:value-of select="title"/></xsl:variable>
2002-10-22 02:23:33 +02:00
<tr>
2002-10-23 22:47:33 +02:00
<td class="left">
<a href="{$url}" onMouseOver="{$name}.src='{$img_src_over}'" onMouseOut="{$name}.src='{$icon}'"><img src="{$icon}" border="0" alt="{$title}" title="{$title}" name="{$name}"/></a>
2002-10-22 02:23:33 +02:00
</td>
</tr>
</xsl:template>