Put bittorrents link above http links.

news-update
David Bartley 16 years ago
parent 1c863f29d9
commit d46b8e787e
  1. 12
      xsl/media.xsl

@ -82,12 +82,6 @@
<h2>Download</h2>
<div>
<xsl:copy-of select="$infotext" />
<p class="mediafile">
HTTP (web browser):
<xsl:apply-templates select="mediafile">
<xsl:with-param name="mirror" select="$mirror" />
</xsl:apply-templates>
</p>
<xsl:if test="$bittorrent = 'yes'">
<p class="mediafile">
BitTorrent:
@ -97,6 +91,12 @@
</xsl:apply-templates>
</p>
</xsl:if>
<p class="mediafile">
HTTP (web browser):
<xsl:apply-templates select="mediafile">
<xsl:with-param name="mirror" select="$mirror" />
</xsl:apply-templates>
</p>
</div>
</xsl:if>
<xsl:if test="@buttons = 'yes'">

Loading…
Cancel
Save