Fixed rss links implemented

main
Inga 🏳‍🌈 14 years ago
parent 6cdca33904
commit 41f9ed3c67
  1. 2
      Builder/IISMainHandler/build.txt
  2. 1
      templates/Full/AllPosts.xslt
  3. 1
      templates/Full/AllThreads.xslt
  4. 4
      templates/Full/Board.xslt
  5. 6
      templates/Full/UserPosts.xslt
  6. 6
      templates/Full/UserReplies.xslt
  7. 4
      templates/Full/UserThreads.xslt
  8. 8
      templates/Full/elems/Header.xslt

@ -6,6 +6,7 @@
<xsl:text>Âñå ñîîáùåíèÿ</xsl:text>
</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:template name="rssRelativeLink">/AllPosts/</xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>

@ -6,6 +6,7 @@
<xsl:text>Âñå òåìû</xsl:text>
</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:template name="rssRelativeLink">/AllThreads/</xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>

@ -8,6 +8,8 @@
</xsl:template>
<xsl:template name="isLiteEnabled">true</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:variable name="baseLink">/Board/<xsl:value-of select="/root/currentLocation/board/id"/>/</xsl:variable>
<xsl:template name="rssRelativeLink"><xsl:value-of select="$baseLink"/></xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
@ -126,7 +128,7 @@
<font class="onbody">
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="threads/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Board/<xsl:value-of select="currentLocation/board/id"/>/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</font>
</td>

@ -7,6 +7,8 @@
<xsl:value-of select="user/name"/>
</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:variable name="baseLink">/Users/User/<xsl:value-of select="/root/user/id"/>/Posts/</xsl:variable>
<xsl:template name="rssRelativeLink"><xsl:value-of select="$baseLink"/></xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
@ -19,7 +21,7 @@
<td>
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Users/User/<xsl:value-of select="user/id"/>/Posts/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</td>
</tr>
@ -34,7 +36,7 @@
<td>
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Users/User/<xsl:value-of select="user/id"/>/Posts/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</td>
</tr>

@ -7,6 +7,8 @@
<xsl:value-of select="user/name"/>
</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:variable name="baseLink">/Users/User/<xsl:value-of select="/root/user/id"/>/Replies/</xsl:variable>
<xsl:template name="rssRelativeLink"><xsl:value-of select="$baseLink"/></xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
@ -19,7 +21,7 @@
<td>
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Users/User/<xsl:value-of select="user/id"/>/Replies/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</td>
</tr>
@ -34,7 +36,7 @@
<td>
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="posts/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Users/User/<xsl:value-of select="user/id"/>/Replies/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</td>
</tr>

@ -7,6 +7,8 @@
<xsl:value-of select="user/name"/>
</xsl:template>
<xsl:template name="isRssEnabled">true</xsl:template>
<xsl:variable name="baseLink">/Users/User/<xsl:value-of select="/root/user/id"/>/Threads/</xsl:variable>
<xsl:template name="rssRelativeLink"><xsl:value-of select="$baseLink"/></xsl:template>
<xsl:template name="specific">
<table width="95%" align="center" class="tablesurround">
<tr>
@ -25,7 +27,7 @@
<font class="onbody">
<xsl:text>ñòðàíèöû:</xsl:text>
<xsl:apply-templates select="threads/pageOuter" mode="withCurrent">
<xsl:with-param name="baseLink">/Users/User/<xsl:value-of select="user/id"/>/Threads/</xsl:with-param>
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param>
</xsl:apply-templates>
</font>
</td>

@ -6,6 +6,7 @@
<xsl:template name="isLiteEnabled">false</xsl:template>
<xsl:template name="isRssEnabled">false</xsl:template>
<xsl:template name="rssRelativeLink"><xsl:value-of select="currentUrl"/></xsl:template>
<xsl:template name="headerLink">
<xsl:param name="url"/>
@ -80,6 +81,9 @@
<xsl:variable name="isRssEnabled">
<xsl:call-template name="isRssEnabled"/>
</xsl:variable>
<xsl:variable name="rssRelativeLink">
<xsl:call-template name="rssRelativeLink"/>
</xsl:variable>
<xsl:variable name="prefix">
<xsl:text>https://</xsl:text>
<xsl:value-of select="url/host"/>
@ -112,7 +116,7 @@
<xsl:attribute name="href">
<xsl:value-of select="$prefix"/>
<xsl:text>449</xsl:text>
<xsl:value-of select="currentUrl"/>
<xsl:value-of select="$rssRelativeLink"/>
</xsl:attribute>
</xsl:if>
<img border="0">
@ -130,7 +134,7 @@
<xsl:attribute name="href">
<xsl:value-of select="$prefix"/>
<xsl:text>449</xsl:text>
<xsl:value-of select="currentUrl"/>
<xsl:value-of select="$rssRelativeLink"/>
</xsl:attribute>
</link>
</xsl:if>

Loading…
Cancel
Save