|
|
@ -1,5 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="Windows-1251"?> |
|
|
|
<?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:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
|
|
|
|
<xsl:import href="UserHeader.xslt"/> |
|
|
|
|
|
|
|
|
|
|
|
<xsl:template name="usersHeader"> |
|
|
|
<xsl:template name="usersHeader"> |
|
|
|
<table width="95%" align="center" class="tablesurround" cellpadding="1" cellspacing="1"> |
|
|
|
<table width="95%" align="center" class="tablesurround" cellpadding="1" cellspacing="1"> |
|
|
@ -22,13 +23,22 @@ |
|
|
|
<xsl:with-param name="url">/Users/Online/</xsl:with-param> |
|
|
|
<xsl:with-param name="url">/Users/Online/</xsl:with-param> |
|
|
|
<xsl:with-param name="text">Â îíëàéíå</xsl:with-param> |
|
|
|
<xsl:with-param name="text">Â îíëàéíå</xsl:with-param> |
|
|
|
</xsl:call-template> |
|
|
|
</xsl:call-template> |
|
|
|
|
|
|
|
<xsl:text> | </xsl:text> |
|
|
|
|
|
|
|
<xsl:if test="user"> |
|
|
|
|
|
|
|
<xsl:call-template name="headerLink"> |
|
|
|
|
|
|
|
<xsl:with-param name="url">/Users/User/<xsl:value-of select="user/id"/>/</xsl:with-param> |
|
|
|
|
|
|
|
<xsl:with-param name="text"><xsl:value-of select="user/name"/></xsl:with-param> |
|
|
|
|
|
|
|
</xsl:call-template> |
|
|
|
|
|
|
|
</xsl:if> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
<center>  </center> |
|
|
|
<xsl:if test="user"> |
|
|
|
|
|
|
|
<xsl:call-template name="userHeader"/> |
|
|
|
|
|
|
|
</xsl:if> |
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
</xsl:stylesheet> |
|
|
|
</xsl:stylesheet> |
|
|
|
|
|
|
|
|
|
|
|