'All' link removed for huge lists

main
Inga 🏳‍🌈 14 years ago
parent 5e04600a01
commit 9319d404d1
  1. 24
      templates/Full/elems/Main.xslt

@ -196,18 +196,20 @@
</xsl:choose>
</xsl:with-param>
</xsl:apply-templates>
<xsl:text>&#8201;|&#8201;</xsl:text>
<xsl:choose>
<xsl:when test="unlimited='false'">
<a>
<xsl:attribute name="href"><xsl:value-of select="$baseLink"/>all</xsl:attribute>
<xsl:if test="total &lt;= 1000">
<xsl:text>&#8201;|&#8201;</xsl:text>
<xsl:choose>
<xsl:when test="unlimited='false'">
<a>
<xsl:attribute name="href"><xsl:value-of select="$baseLink"/>all</xsl:attribute>
<xsl:text>âñå</xsl:text>
</a>
</xsl:when>
<xsl:otherwise>
<xsl:text>âńĺ</xsl:text>
</a>
</xsl:when>
<xsl:otherwise>
<xsl:text>âñå</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
<xsl:if test="next">
<xsl:text>&#8201;|&#8201;</xsl:text>
<a rel="next">

Loading…
Cancel
Save