Put bittorrents link above http links.

This commit is contained in:
David Bartley 2007-08-14 01:51:27 -04:00
parent 1c863f29d9
commit d46b8e787e
1 changed files with 6 additions and 6 deletions

View File

@ -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'">