update xslt

This commit is contained in:
ceb 2003-04-26 22:48:51 +00:00
parent 79f95f0576
commit 659b0cc03a
3 changed files with 22 additions and 16 deletions

View File

@ -78,7 +78,7 @@ table.login
font-weight: bold; font-weight: bold;
} }
.th_text,.app_header,.th .th_text,.th
{ {
font-weight: bold; font-weight: bold;
} }
@ -87,9 +87,5 @@ table.login
{ {
padding: 5px; padding: 5px;
text-align: left; text-align: left;
} font-weight: bold;
.app_body
{
padding: 5px;
} }

View File

@ -113,17 +113,17 @@
</td> </td>
</tr> </tr>
<!-- BEGIN app_header --> <!-- BEGIN app_header -->
<tr valign="top"> <xsl:choose>
<td height="15" class="app_body"> <xsl:when test="app_header">
<xsl:choose> <tr valign="top">
<xsl:when test="app_header"> <td>
<xsl:attribute name="class">app_header</xsl:attribute> <xsl:attribute name="class">app_header</xsl:attribute>
<xsl:value-of disable-output-escaping="yes" select="app_header"/> <xsl:value-of disable-output-escaping="yes" select="app_header"/>
<hr/> <hr/>
</xsl:when> </td>
</xsl:choose> </tr>
</td> </xsl:when>
</tr> </xsl:choose>
<!-- END app_header --> <!-- END app_header -->
<tr> <tr>
<td width="100%" height="100%" valign="top" align="center" class="app_body"> <td width="100%" height="100%" valign="top" align="center" class="app_body">

View File

@ -19,6 +19,16 @@
</head> </head>
<body> <body>
<table width="100%" height="100%" cellspacing="0" cellpadding="0"> <table width="100%" height="100%" cellspacing="0" cellpadding="0">
<xsl:choose>
<xsl:when test="app_header">
<tr valign="top" width="100%">
<td>
<xsl:attribute name="class">app_header</xsl:attribute>
<xsl:value-of disable-output-escaping="yes" select="app_header"/>
</td>
</tr>
</xsl:when>
</xsl:choose>
<tr valign="top" width="100%"> <tr valign="top" width="100%">
<td> <td>
<xsl:choose> <xsl:choose>
@ -36,8 +46,8 @@
</xsl:choose> </xsl:choose>
</td> </td>
</tr> </tr>
<tr valign="top"> <tr valign="bottom">
<td align="center" valign="top" class="bottom"> <td align="center" valign="bottom" class="bottom">
<!-- BEGIN bottom_part --> <!-- BEGIN bottom_part -->
<xsl:value-of select="lang_powered_by"/> <xsl:value-of select="lang_powered_by"/>
<a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;"> <a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;">