Cosmetic fixes

main
Inga 🏳‍🌈 14 years ago
parent 07c6323628
commit 267900bec2
  1. 44
      templates/Modern/UserReplies.xslt
  2. 2
      templates/Modern/elems/UserHeader.xslt

@ -8,39 +8,17 @@
</xsl:template> </xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template> <xsl:template name="isRssEnabled">true</xsl:template>
<xsl:template name="specific"> <xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround"> <div>
<tr> <xsl:text>ñòðàíèöû:</xsl:text>
<td> <xsl:apply-templates select="posts/pageOuter" mode="withCurrent"/>
<table cellpadding="0" cellspacing="1" width="100%" class="tableborders"> </div>
<tr class="tdheader"> <div id="postsContainer">
<td> <xsl:apply-templates select="posts/post"/>
<table width="100%" cellspacing="1" cellpadding="3" border="0"> </div>
<tr> <div>
<td> <xsl:text>ñòðàíèöû:</xsl:text>
<xsl:text>ñòðàíèöû:</xsl:text> <xsl:apply-templates select="posts/pageOuter" mode="withCurrent"/>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent"/> </div>
</td>
</tr>
</table>
</td>
</tr>
<xsl:apply-templates select="posts/post"/>
<tr class="tdheader">
<td>
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td>
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>

@ -29,7 +29,6 @@
<xsl:with-param name="text">Îïðîñû</xsl:with-param> <xsl:with-param name="text">Îïðîñû</xsl:with-param>
</xsl:call-template> </xsl:call-template>
<xsl:text>&#160;&#160;&#160;</xsl:text> <xsl:text>&#160;&#160;&#160;</xsl:text>
<img src="/static/images/shortcut.png" border="0"/>
<xsl:call-template name="headerLink"> <xsl:call-template name="headerLink">
<xsl:with-param name="url">/My/Conversations/Conversation/<xsl:value-of select="accountId"/>/</xsl:with-param> <xsl:with-param name="url">/My/Conversations/Conversation/<xsl:value-of select="accountId"/>/</xsl:with-param>
<xsl:with-param name="text">Èñòîðèÿ</xsl:with-param> <xsl:with-param name="text">Èñòîðèÿ</xsl:with-param>
@ -38,7 +37,6 @@
</xsl:with-param> </xsl:with-param>
</xsl:call-template> </xsl:call-template>
<xsl:text>&#160;&#160;&#160;</xsl:text> <xsl:text>&#160;&#160;&#160;</xsl:text>
<img src="/static/images/shortcut.png" border="0"/>
<xsl:call-template name="headerLink"> <xsl:call-template name="headerLink">
<xsl:with-param name="url">/My/Conversations/PMSend/<xsl:value-of select="accountId"/>/</xsl:with-param> <xsl:with-param name="url">/My/Conversations/PMSend/<xsl:value-of select="accountId"/>/</xsl:with-param>
<xsl:with-param name="text">Íàïèñàòü</xsl:with-param> <xsl:with-param name="text">Íàïèñàòü</xsl:with-param>

Loading…
Cancel
Save