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> <h2>Download</h2>
<div> <div>
<xsl:copy-of select="$infotext" /> <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'"> <xsl:if test="$bittorrent = 'yes'">
<p class="mediafile"> <p class="mediafile">
BitTorrent: BitTorrent:
@ -97,6 +91,12 @@
</xsl:apply-templates> </xsl:apply-templates>
</p> </p>
</xsl:if> </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> </div>
</xsl:if> </xsl:if>
<xsl:if test="@buttons = 'yes'"> <xsl:if test="@buttons = 'yes'">