|
|
@ -3,12 +3,10 @@ |
|
|
|
<xsl:import href="elems\Main.xslt"/> |
|
|
|
<xsl:import href="elems\Main.xslt"/> |
|
|
|
<xsl:import href="elems\PMInfo.xslt"/> |
|
|
|
<xsl:import href="elems\PMInfo.xslt"/> |
|
|
|
<xsl:template name="specificTitle"> |
|
|
|
<xsl:template name="specificTitle"> |
|
|
|
<xsl:value-of select="conversationInfo/interlocutor/account/user/name"/> |
|
|
|
<xsl:value-of select="conversation/interlocutor/account/user/name"/> |
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
<xsl:template name="isLiteEnabled">true</xsl:template> |
|
|
|
<xsl:template name="isLiteEnabled">true</xsl:template> |
|
|
|
<xsl:template name="specific"> |
|
|
|
<xsl:template name="specific"> |
|
|
|
<xsl:call-template name="conversationInfo"/> |
|
|
|
|
|
|
|
<br /> |
|
|
|
|
|
|
|
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
|
|
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<td> |
|
|
@ -42,52 +40,6 @@ |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
<br /> |
|
|
|
|
|
|
|
<xsl:call-template name="conversationInfo"/> |
|
|
|
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<xsl:template name="conversationInfo"> |
|
|
|
|
|
|
|
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> |
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
|
|
<table cellpadding="3" cellspacing="1" width="100%" class="tableborders"> |
|
|
|
|
|
|
|
<tr class="darktable"> |
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0"> |
|
|
|
|
|
|
|
<tr class="darktable"> |
|
|
|
|
|
|
|
<td align="left" width="33%"> |
|
|
|
|
|
|
|
<font class="catandforum"> |
|
|
|
|
|
|
|
<a href="/My/Conversations/"><xsl:text>Ïðèâàòíûå ñîîáùåíèÿ</xsl:text></a> |
|
|
|
|
|
|
|
<xsl:text> >> </xsl:text> |
|
|
|
|
|
|
|
<xsl:value-of select="conversation/interlocutor/account/user/name"/> |
|
|
|
|
|
|
|
</font> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
<td width="33%" align="right"> |
|
|
|
|
|
|
|
<table border="0" class="tablesurround"> |
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|
|
|
<td class="navigation" nowrap="nowrap"> |
|
|
|
|
|
|
|
<a> |
|
|
|
|
|
|
|
<img alt="*" src="/static/images/greyflat.gif" style="vertical-align: text-bottom" /> |
|
|
|
|
|
|
|
<xsl:text>Ïëîñêèé</xsl:text> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
<td class="navigation" nowrap="nowrap"> |
|
|
|
|
|
|
|
<a> |
|
|
|
|
|
|
|
<img src="/static/images/greythreaded.gif" border="0" style="vertical-align: text-bottom" alt="Äåðåâî" /> |
|
|
|
|
|
|
|
<xsl:text>Äåðåâî</xsl:text> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
</xsl:stylesheet> |
|
|
|
</xsl:stylesheet> |