Adjust ISO name for grml32
[grml.org.git] / download / prerelease / index.html.tt2
index 1619c52..c6100c7 100644 (file)
@@ -78,11 +78,11 @@ exit;
 </head>
 
 <body>
-<?php include '../../static.inc'; ?>
+[% INCLUDE static.inc %]
 
 <div class="content">
 
-    <h1>Download Grml 2011.12-rc1</h1>
+    <h1>Download Grml 2012.05-rc1</h1>
 
     <p><strong>NOTE: This is a PRE-RELEASE, not a stable release yet.<br />
     You have been warned.</strong><br />
@@ -93,13 +93,14 @@ exit;
 
     <div class="download_group" id="download_group1">
     <form method="get" action="/download/bounce/">
-    <input type="hidden" name="version" value="2011.12-rc1"/>
+    <input type="hidden" name="version" value="2012.05-rc1"/>
     <div class="download_panel" id="download_panel1"><div>
 
     <h2>Options</h2>
 
     <select name="flavour" id="download_flavour" style="width:100%;">
     <option value="full" selected="selected">grml (350MB)</option>
+    <option value="small">grml-small (150MB)</option>
     </select>
     <br /><br />
     <select name="arch" id="download_arch" style="width:100%;">
@@ -111,7 +112,7 @@ exit;
     <br />
     <br />
     <br />
-    <a href="/changelogs/README-grml-2011.12-rc1/">Release Notes</a>
+    <a href="/changelogs/README-grml-2012.05-rc1/">Release Notes</a>
     </div></div>
 
     <div class="download_panel" id="download_panel2"><div>
@@ -132,11 +133,12 @@ exit;
     </form>
     <script type="text/javascript">
     function update_links() {
-        var current_version = "2011.12-rc1";
+        var current_version = "2012.05-rc1";
         var product = 'grml';
         var arch = document.getElementById('download_arch').value;
         var flavour = document.getElementById('download_flavour').value;
         if (arch == 'amd64') product = 'grml64';
+        if (arch == 'i386') product = 'grml32';
         if (flavour != 'full') product += '-' + flavour;
         var iso = product + '_' + current_version + '.iso';
         var mirror_url = "http://download.grml.org/devel/";
@@ -163,7 +165,7 @@ exit;
     <a href="http://daily.grml.org/">Daily images</a><br />
     <a href="http://download.grml.org/">Older releases</a><br />
     <a href="http://download.grml.org/devel/">chroots for remastering</a> (prerelease)<br />
-    <a href="http://download.grml.org/devel/grml_sources-2011.12-rc1.tgz">Source code</a> (one tgz for both architectures)<br />
+    <a href="http://download.grml.org/devel/grml_sources-2012.05-rc1.tgz">Source code</a> (one tgz for both architectures)<br />
     <br />
     <a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Signing Key</a><br />
     <br />
@@ -174,7 +176,7 @@ exit;
     <b>Boot from USB stick</b><br />
     <br />
     Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB stick!<br /><br />
-    <code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
+    <code>dd if=grml_2012.05-rc1.iso of=/dev/USB_STICK</code>
     <br /><br />
 
     <b>Troubleshooting</b><br /><br />
@@ -189,4 +191,4 @@ exit;
 
 </div>
 
-<?php include '../../static_bottom.inc'; ?>
+[% INCLUDE static_bottom.inc %]