You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
54 lines
1.3 KiB
<?xml version="1.0" encoding="Windows-1251"?>
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<xsl:template match="user" mode="userInfoBar">
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<a>
|
|
<xsl:attribute name="href">/User/<xsl:value-of select="id"/>/</xsl:attribute>
|
|
<xsl:value-of select="name"/>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<b><xsl:value-of select="title"/></b>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<i></i>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<i><font color="red"></font></i>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<img src="/user/7901.jpg" alt="" width="80" height="80" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<xsl:text>Ðåã.: </xsl:text>
|
|
<xsl:apply-templates select="regDate/date" mode="date"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<xsl:text>Ñîîáùåíèé: </xsl:text>
|
|
<xsl:value-of select="totalPosts"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">
|
|
<xsl:text>Èç: </xsl:text>
|
|
<xsl:value-of select="location"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</xsl:template>
|
|
</xsl:stylesheet> |