Merge branch 'master' of /users/www/www/

This commit is contained in:
David Tenty 2007-08-14 01:52:51 -04:00
commit 3049823c90
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'">