summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-28 14:48:37 -0700
committerDan McGee <dan@archlinux.org>2013-01-28 14:48:37 -0700
commit6cf98552f1c83d8e4fca1526131febd17045eae7 (patch)
tree4a446b3585ee11d7712aa43d8674709756cbfc72 /templates
parenta471316a58a9c62b869696fe36d72abcbf9f2ab1 (diff)
downloadarchweb-6cf98552f1c83d8e4fca1526131febd17045eae7.tar.gz
archweb-6cf98552f1c83d8e4fca1526131febd17045eae7.zip
Slight reorginization in the download page template
Move things up that don't belong to the torrent section; make magnet link more prominent by using a bulleted list. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/public/download.html19
1 files changed, 12 insertions, 7 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index f385ea29..c68cf66b 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -28,6 +28,7 @@
<ul>
<li><strong>Current Release:</strong> {{ release.version }}</li>
{% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %}
+ {% if release.file_size %}<li><strong>ISO Size:</strong> {{ release.file_size|filesizeformat }}</li>{% endif %}
<li><a href="https://wiki.archlinux.org/index.php/Installation_Guide">Installation Guide</a></li>
<li><strong>Resources:</strong>
<ul>
@@ -56,17 +57,21 @@
<p>If you can spare the bytes, please leave the client open after your
download is finished, so you can seed it back to others.
<em>A web-seed capable client is recommended for fastest download speeds.</em></p>
- <p><a href="{% url 'releng-release-torrent' release.version %}"
- title="Download torrent">Download torrent for {{ release.version }}</a>
- (<a href="{{ release.magnet_uri }}">Magnet</a>)
- {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %}
- </p>
+
+ <ul>
+ <li><a href="{{ release.magnet_uri }}"
+ title="Magnet link">Magnet link for {{ release.version }}</a></li>
+ <li><a href="{% url 'releng-release-torrent' release.version %}"
+ title="Download torrent">Torrent for {{ release.version }}</a></li>
+ </ul>
<h3>Netboot</h3>
<p>If you have a wired connection, you can boot the latest release directly over the network.</p>
- <p><a href="{{ releng_pxeboot_url }}"
- title="Arch Linux Netboot Live System">Arch Linux Netboot</a></p>
+ <ul>
+ <li><a href="{{ releng_pxeboot_url }}"
+ title="Arch Linux Netboot Live System">Arch Linux Netboot</a></li>
+ </ul>
<h3>HTTP Direct Downloads</h3>