Fixes in templates

main
Inga 🏳‍🌈 14 years ago
parent 3b02ae845e
commit 0621e83206
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      templates/Full/elems/PostInfo.xslt
  3. 43
      templates/Lite/BoardAsThread.xslt
  4. 4
      templates/Lite/elems/PostInfo.xslt

@ -162,7 +162,7 @@
<tr>
<td>
<font size="-1">
<a class="separate">
<a>
<xsl:attribute name="href">
<xsl:text>/Thread/</xsl:text>
<xsl:value-of select="id"/>

@ -91,37 +91,18 @@
</tr>
</table>
<br/>
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="0" cellspacing="1" width="100%" class="tableborders">
<tr class="tdheader">
<td colspan="5">
<font class="onbody">
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/BoardAsThread/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param>
</xsl:apply-templates>
</font>
</td>
</tr>
<!-- BEGIN POST LOOP DO NOT DELETE -->
<xsl:apply-templates select="posts/post"/>
<!-- END OF LOOP -->
<tr class="tdheader">
<td colspan="5">
<font class="onbody">
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/BoardAsThread/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param>
</xsl:apply-templates>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="tdheader">
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/BoardAsThread/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param>
</xsl:apply-templates>
</div>
<xsl:apply-templates select="posts/post"/>
<div class="tdheader">
<xsl:apply-templates select="posts/pageOuter" mode="footer">
<xsl:with-param name="baseLink">/BoardAsThread/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param>
</xsl:apply-templates>
</div>
</xsl:template>
</xsl:stylesheet>

@ -87,10 +87,10 @@
</xsl:attribute>
<xsl:choose>
<xsl:when test="totalPosts &gt; 1">
<xsl:text>Ž¡á㦤¥­¨¥ í⮣® á®®¡é¥­¨ï</xsl:text>
<xsl:text>Обсуждение этого сообщения</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text><EFBFBD> ç âì ®¡á㦤¥­¨¥</xsl:text>
<xsl:text>Начать обсуждение</xsl:text>
</xsl:otherwise>
</xsl:choose>
</a>

Loading…
Cancel
Save