3 @page_title = "Download " + @releasename
6 <form action="" name="download">
12 <div class="helplink">
13 <a href="help_media.html" onclick="return popup(this.href,'Media','750','600')" title="Popup: Help on Download Media">Help</a>
15 <h2>Choose an Installation Medium</h2>
17 <div style="background-color: transparent; background-color: lightgray; border: 2px gray solid; width: 70%; height: 50px; line-height: 10px">
18 <img src="/images/local/dvd_icon.png" style="width: 20x; height: 20px; margin: 10px; clear: right"/>
19 DVD is the standard medium for most
24 <div style="background-color: transparent; background-color: lightgray; border: 2px gray solid; width: 70%; height: 50px; line-height: 10px">
25 <img src="/images/local/gnome_icon.png" style="width: 20x; height: 20px; margin: 10px; clear: right"/>
26 Live CD with GNOME desktop
31 <div style="background-color: transparent; background-color: lightgray; border: 2px gray solid; width: 70%; height: 50px; line-height: 10px">
32 <img src="/images/local/kde_icon.png" style="width: 20x; height: 20px; margin: 10px; clear: right"/>
33 Live CD with KDE desktop
38 <div style="background-color: transparent; background-color: lightgray; border: 2px gray solid; width: 70%; height: 50px; line-height: 10px">
39 <img src="/images/local/network_icon.png" style="width: 20x; height: 20px; margin: 10px; clear: right"/>
40 Network installation for experts
46 <div id="architecture">
47 <h4>Type of Computer</h4>
48 <div class="subcolumns">
49 <label for="i686" id="l_i686" class="selected">
50 <input name="arch" value="i686" id="i686" checked="checked" type="radio" onclick="displayDownload()" />32 Bit PC<br />
51 <span class="arch_eg" style="display: none">x86: Computers with e.g. AMD® Sempron or Intel® Celeron™, almost all desktop computers dating 2004 or earlier. This version also runs on 64bit PCs.</span>
53 <label for="x86_64" id="l_x86_64" class="">
54 <input name="arch" value="x86_64" id="x86_64" type="radio" onclick="displayDownload()" />
56 <span class="arch_eg" style="display: none">x86-64: Most new computers with e.g. AMD®: Opteron™, Turion™ 64, Athlon™ 64, or Intel®: Core™2, Pentium® 4 6xx, Pentium® D CPUs</span>
61 <div class="helplink">
62 <a href="help_method.html" onclick="return popup(this.href,'Method','750','600')" title="Popup: Help on Download Methods">Help</a>
64 <h4>Download Method</h4>
65 <label for="http" id="l_http" class="selected">
66 <input name="protocol" value="http" id="http" checked="checked" type="radio" onclick="displayDownload()" />
69 <label for="torrent" id="l_torrent" class="">
70 <input name="protocol" value="torrent" id="torrent" type="radio" onclick="displayDownload()" />
74 <label for="metalink" id="l_metalink" class="">
75 <input name="protocol" value="metalink" id="metalink" type="radio" onclick="displayDownload()" />
80 <div style="text-align: top; ">
81 <img src="/images/local/download-icon.png" width="250"/>
87 <div id="download_links" style="clear: right;">
88 <h2>4. Start Download Here</h2>
90 To download a file, right-click on the link and choose "Save as" from the pop-up menu.
92 In case of problems with the download, please <a href="http://en.opensuse.org/Download_Help">refer to the Download Help</a>.
95 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
96 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
97 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "32" }) %>
99 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "64" }) %>
100 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "64" }) %>
101 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "64" }) %>
103 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "32" }) %>
104 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "32" }) %>
106 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "64" }) %>
107 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "64" }) %>
111 <div id="download_help" class="info_text">
112 <h2>5. How to Proceed</h2>
113 <ol style="list-style-type:lower-latin">
114 <li>After having successfully downloaded the ISO image(s), burn the image(s) with your favorite burning application to a DVD or CD. Please do <em>not</em> burn a data DVD/CD, but rather choose the option to burn an ISO image. <a href="http://en.opensuse.org/Download_Help#Burn_the_ISO_Image.28s.29">More information</a></li>
115 <li>Boot from the DVD or CD. In case your computer does not automatically boot from CD/DVD, open the BIOS setup to allow booting from CD or DVD.</li>
116 <li>Instructions are available as follows:
118 <dt>Installation from DVD/CD:</dt>
120 <a href="http://www.novell.com/documentation/opensuse110/opensuse110_startup/data/opensuse110_startup.html">Official <%= @releasename %> Start-Up guide</a>
122 <a href="http://en.opensuse.org/INSTALL_Local">Step-by-step installation guide</a>
124 <dt>Network Installation</dt>
126 <a href="http://en.opensuse.org/INSTALL_Internet">Internet Installation</a>