egroupware/phpgwapi/templates/default/phpgw_bottom.xsl

16 lines
545 B
XML
Raw Normal View History

2002-09-29 23:17:35 +02:00
<!-- $Id$ -->
<xsl:template name="phpgw_bottom">
<xsl:variable name="phpgw_url"><xsl:value-of select="phpgw_url"/></xsl:variable>
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="navbar">
<tr>
<td valign="middle" align="center">
2002-09-30 01:38:10 +02:00
<xsl:value-of select="lang_powered_by"/>
2002-09-29 23:17:35 +02:00
<a href="{phpgw_url}" target="_blank"><xsl:text>phpGroupWare</xsl:text></a>
2002-09-30 01:38:10 +02:00
<xsl:value-of select="lang_version"/><xsl:text> </xsl:text>
2002-09-29 23:17:35 +02:00
<xsl:value-of select="phpgw_version"/>
</td>
</tr>
</table>
</xsl:template>