egroupware/phpgwapi/templates/default/app_header.xsl
2002-09-27 01:09:37 +00:00

18 lines
466 B
XML

<!-- $Id$ -->
<xsl:template name="app_header">
<table cellpadding="2" cellspacing="2" width="98%" align="center">
<tr>
<td class="appheader"><xsl:value-of select="appname"/></td>
</tr>
<xsl:apply-templates select="function_msg"/>
</table>
<hr noshade="noshade" width="98%" align="center" size="1"/>
</xsl:template>
<xsl:template match="function_msg">
<tr>
<td class="functionmsg"><xsl:value-of select="."/></td>
</tr>
</xsl:template>