<!-- $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>