|
|
@ -240,11 +240,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
<xsl:template match="pageOuter" mode="withoutCurrent"> |
|
|
|
<xsl:template match="pageOuter" mode="withoutCurrent"> |
|
|
|
<xsl:param name="baseLink"/> |
|
|
|
<xsl:param name="baseLink"/> |
|
|
|
|
|
|
|
<xsl:if test="isEmpty = 'false'"> |
|
|
|
|
|
|
|
<p> |
|
|
|
|
|
|
|
<xsl:text>Ñòðàíèöû: </xsl:text> |
|
|
|
<xsl:apply-templates select="pages/page" mode="withoutCurrent"> |
|
|
|
<xsl:apply-templates select="pages/page" mode="withoutCurrent"> |
|
|
|
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param> |
|
|
|
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param> |
|
|
|
<xsl:with-param name="postfix"/> |
|
|
|
<xsl:with-param name="postfix"/> |
|
|
|
<xsl:with-param name="selected">-1</xsl:with-param> |
|
|
|
<xsl:with-param name="selected">-1</xsl:with-param> |
|
|
|
</xsl:apply-templates> |
|
|
|
</xsl:apply-templates> |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
</xsl:if> |
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
<xsl:template match="pageOuter" mode="withCurrent"> |
|
|
|
<xsl:template match="pageOuter" mode="withCurrent"> |
|
|
@ -252,12 +257,13 @@ |
|
|
|
<xsl:variable name="postfix"> |
|
|
|
<xsl:variable name="postfix"> |
|
|
|
<xsl:if test="isReversed='true'">-reversed</xsl:if> |
|
|
|
<xsl:if test="isReversed='true'">-reversed</xsl:if> |
|
|
|
</xsl:variable> |
|
|
|
</xsl:variable> |
|
|
|
<xsl:text> </xsl:text> |
|
|
|
<xsl:when test="total > 0"> |
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
|
|
<xsl:call-template name="Messages_PageOuterTitle"/> |
|
|
|
|
|
|
|
<xsl:text>: </xsl:text> |
|
|
|
<xsl:apply-templates select="pages/page" mode="withoutCurrent"> |
|
|
|
<xsl:apply-templates select="pages/page" mode="withoutCurrent"> |
|
|
|
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param> |
|
|
|
<xsl:with-param name="baseLink"><xsl:value-of select="$baseLink"/></xsl:with-param> |
|
|
|
<xsl:with-param name="postfix"> |
|
|
|
<xsl:with-param name="postfix" select="$postfix"/> |
|
|
|
<xsl:value-of select="$postfix"/> |
|
|
|
|
|
|
|
</xsl:with-param> |
|
|
|
|
|
|
|
<xsl:with-param name="selected"> |
|
|
|
<xsl:with-param name="selected"> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:when test="unlimited='false'"> |
|
|
|
<xsl:when test="unlimited='false'"> |
|
|
@ -269,7 +275,7 @@ |
|
|
|
</xsl:choose> |
|
|
|
</xsl:choose> |
|
|
|
</xsl:with-param> |
|
|
|
</xsl:with-param> |
|
|
|
</xsl:apply-templates> |
|
|
|
</xsl:apply-templates> |
|
|
|
<xsl:if test="total <= 1000"> |
|
|
|
<xsl:if test="(total <= 1000) and isEmpty = 'false'"> |
|
|
|
<xsl:text> | </xsl:text> |
|
|
|
<xsl:text> | </xsl:text> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:choose> |
|
|
|
<xsl:when test="unlimited='false'"> |
|
|
|
<xsl:when test="unlimited='false'"> |
|
|
@ -298,6 +304,8 @@ |
|
|
|
<xsl:text>Ñëåäóþùàÿ ñòðàíèöà</xsl:text> |
|
|
|
<xsl:text>Ñëåäóþùàÿ ñòðàíèöà</xsl:text> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</xsl:if> |
|
|
|
</xsl:if> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</xsl:if> |
|
|
|
</xsl:template> |
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
<xsl:template match="user" mode="userLink"> |
|
|
|
<xsl:template match="user" mode="userLink"> |
|
|
|