Try to fix formating issue with rc download button
[grml.org.git] / download / index.html.tt2
index 9140c2b..3a7464e 100644 (file)
@@ -80,9 +80,8 @@
     <h1>Download Grml 2014.03</h1>
 
     <p>Get the current stable release here.<br />
-    <!--
+
     <a href="prerelease/">Looking for the current pre-release version instead?</a></p>
-    -->
 
     <p>Download the Grml flavour you need, then write it to a CD-R or an empty USB stick.</p>
 
 
     <select name="flavour" id="download_flavour" style="width:100%;">
     <option value="full" selected="selected">grml-full (~415MB)</option>
-    <option value="small">grml-small (~817MB)</option>
+    <option value="small">grml-small (~195MB)</option>
     </select>
     <br /><br />
     <select name="arch" id="download_arch" style="width:100%;">
     <option value="amd64" selected="selected">64-bit PC (amd64)</option>
     <option value="i386">32-bit PC (i586+)</option>
-    <option value="96">One for both (700MB)</option>
+    <option value="96">One for both (~800MB)</option>
     </select>
     <br />
     <br />
     <br />
     <br />
 
-    <!--
-    <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2014.03-rc1 instead!</span></a>
+    <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2014.10-rc1 instead!</span></a>
+    <br />
+    <br />
     <br />
-    -->
 
     <div style="font-size: 14pt;">
     <p><a href="http://grml.org/changelogs/README-grml-2014.03">Release Notes</a></p>
     <script type="text/javascript">
     function update_arch() {
         var flavour = document.getElementById('download_flavour').value;
-        if (flavour == 'small') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (300MB)</option>';
-        if (flavour == 'full') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (700MB)</option>';
+        if (flavour == 'small') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (~380MB)</option>';
+        if (flavour == 'full') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (~800MB)</option>';
         update_links();
     }
 
 
     <br />
     <br />
-    <a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Signing Key</a><br />
+    <a href="./gnupg-michael-prokop.txt">Signing Key</a>
+    (<a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Alternate location</a>)<br />
     <br />
     Please verify all downloads using GnuPG!
     </div></div>