update xsl

This commit is contained in:
ceb 2002-11-09 01:02:55 +00:00
parent 4302dad685
commit 2f676b1d26
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
<tr> <tr>
<td colspan="2" valign="middle" class="th_text"> <td colspan="2" valign="middle" class="th_text">
<xsl:if test="icon != ''"> <xsl:if test="icon != ''">
<img src="{$icon}"/><xsl:text> </xsl:text> <img src="{$icon}"/>&nbsp;
</xsl:if> </xsl:if>
<xsl:value-of select="title"/> <xsl:value-of select="title"/>
</td> </td>

View File

@ -65,7 +65,7 @@
<td class="menubar" width="100%"> <td class="menubar" width="100%">
<table width="100%" height="24" cellpadding="0" cellspacing="0"> <table width="100%" height="24" cellpadding="0" cellspacing="0">
<tr> <tr>
<td width="33%" class="menubar"><xsl:value-of select="user_info_name"/></td> <td width="33%" class="menubar">&nbsp;<xsl:value-of select="user_info_name"/></td>
<xsl:choose> <xsl:choose>
<xsl:when test="current_users"> <xsl:when test="current_users">
<xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable> <xsl:variable name="url_current_users"><xsl:value-of select="url_current_users"/></xsl:variable>
@ -75,7 +75,7 @@
<td></td> <td></td>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
<td width="33%" align="right" class="menubar"><xsl:value-of select="user_info_date"/></td> <td width="33%" align="right" class="menubar"><xsl:value-of select="user_info_date"/>&nbsp;</td>
</tr> </tr>
</table> </table>
</td> </td>