forked from extern/egroupware
update tpl
This commit is contained in:
parent
c9170e138e
commit
02e80ecff5
@ -5,9 +5,9 @@
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="navbar">
|
||||
<tr>
|
||||
<td valign="middle" align="center">
|
||||
<xsl:text>Powered by </xsl:text>
|
||||
<xsl:value-of select="lang_powered_by"/>
|
||||
<a href="{phpgw_url}" target="_blank"><xsl:text>phpGroupWare</xsl:text></a>
|
||||
<xsl:text> version </xsl:text>
|
||||
<xsl:value-of select="lang_version"/><xsl:text> </xsl:text>
|
||||
<xsl:value-of select="phpgw_version"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<xsl:template name="phpgw_top">
|
||||
<xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable>
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr class="navbar">
|
||||
<xsl:apply-templates select="app_list"/>
|
||||
@ -11,7 +12,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><xsl:value-of select="current_users"/></td>
|
||||
<td>
|
||||
<a href="{$url_current_users}"><xsl:value-of select="current_users"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:template>
|
||||
@ -19,7 +22,8 @@
|
||||
<xsl:template match="app_list">
|
||||
<xsl:variable name="app_link"><xsl:value-of select="app_link"/></xsl:variable>
|
||||
<xsl:variable name="app_icon"><xsl:value-of select="app_icon"/></xsl:variable>
|
||||
<xsl:variable name="app_label"><xsl:value-of select="app_label"/></xsl:variable>
|
||||
<td>
|
||||
<a href="{$app_link}" target="_top"><img src="{$app_icon}" border="0"></a>
|
||||
<a href="{$app_link}" target="_top"><img src="{$app_icon}" alt="{$app_label}" border="0"></a>
|
||||
</td>
|
||||
</xsl:template>
|
||||
|
Loading…
Reference in New Issue
Block a user