3 @page_title = "Download " + @releasename
7 .hidden { display: none; }
10 <script language="javascript">
11 var mymedium = "<%= @medium %>";
14 var directory = "<%= @directory %>";
15 var isos = new Array();
16 <% @isos.each { |key, value| %>
17 <%= "isos['#{key}'] = '#{value}';" %>
20 function changeiso () {
22 if ($('#i686').attr('checked')) {
27 mylink = directory + "/iso/openSUSE-" + isos[mylink] + ".iso";
28 if ($('#p_torrent').attr('checked')) {
31 if ($('#p_metalink').attr('checked')) {
32 mylink += ".metalink";
34 if ($('#p_mirror').attr('checked')) {
35 mylink += "?mirrorlist";
37 $('#downloadtext').html(mylink);
42 $('.helplink').show();
44 $('.changeiso').click(function(){
48 $('button.changeiso').click(function(){
49 mymedium = this.id.substr(3);
53 $('#download').click(function() {
54 window.location = mylink;
57 $('#help_64').click(function() { $("#arch_64").fadeIn("slow"); $("#link_64").hide();});
58 $('#help_32').click(function() { $("#arch_32").fadeIn("slow"); $("#link_32").hide();});
65 <div class="helplink">
66 <a href="help_media.html" onclick="return popup(this.href,'Media','750','600')" title="Popup: Help on Download Media">Help</a>
68 <h2>Choose an Installation Medium</h2>
70 <%= render(:partial => "change_install", :locals => { :medium => "dvd", :comment => "DVD is the standard medium for most" }) %>
71 <%= render(:partial => "change_install", :locals => { :medium => "gnome", :comment => "Live CD with GNOME desktop" }) %>
72 <%= render(:partial => "change_install", :locals => { :medium => "kde", :comment => "Live CD with KDE desktop" }) %>
73 <%= render(:partial => "change_install", :locals => { :medium => "net", :comment => "Network installation for experts" }) %>
77 <form action="/main/download">
78 <div id="architecture">
79 <h4>Type of Computer</h4>
80 <div class="subcolumns">
81 <label for="i686" id="l_i686">
82 <input name="arch" value="i686" id="i686" checked="checked" type="radio" class="changeiso" />32 Bit PC
83 <span class="hidden helplink" id="link_32">(<a href="#" id="help_32">Help</a>)</span><br />
84 <span id="arch_32" class="hidden">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>
86 <label for="x86_64" id="l_x86_64" class="">
87 <input name="arch" value="x86_64" id="x86_64" type="radio" class="changeiso" />
88 64 Bit PC <span class="hidden helplink" id="link_64">(<a href="#" id="help_64">Help</a>)</span><br />
89 <span id="arch_64" class="hidden">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>
94 <div class="helplink">
95 <a href="help_method.html" onclick="return popup(this.href,'Method','750','600')" title="Popup: Help on Download Methods">Help</a>
97 <h4>Download Method</h4>
99 <input id="p_http" name="protocol" value="http" checked="checked" type="radio" class="changeiso"/>Direct Link
103 <input id="p_torrent" name="protocol" value="torrent" type="radio" class="changeiso"/>BitTorrent
107 <input id="p_metalink" name="protocol" value="metalink" type="radio" class="changeiso"/>Metalink
111 <input id="p_mirror" name="protocol" value="mirror" type="radio" class="changeiso"/>Pick Mirror
114 <div style="text-align: top; ">
116 <input type="image" src="/images/local/download-icon.png" alt="Download" style="width: 250px" id="download"/>
117 <span id="downloadtext"></span>
119 <input type="hidden" name="medium" value="<%= @medium %>"/>
120 <input type="hidden" name="release" value="developer"/>
126 <div id="download_links" style="clear: right;">
127 <h2>4. Start Download Here</h2>
128 <p class="info_text">
129 To download a file, right-click on the link and choose "Save as" from the pop-up menu.
131 In case of problems with the download, please <a href="http://en.opensuse.org/Download_Help">refer to the Download Help</a>.
134 <div id="script_only" class="hide">
135 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
136 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
137 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "32" }) %>
139 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "64" }) %>
140 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "64" }) %>
141 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "64" }) %>
143 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "32" }) %>
144 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "32" }) %>
146 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "64" }) %>
147 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "64" }) %>
152 <div id="download_help" class="info_text">
153 <h2>5. How to Proceed</h2>
154 <ol style="list-style-type:lower-latin">
155 <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>
156 <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>
157 <li>Instructions are available as follows:
159 <dt>Installation from DVD/CD:</dt>
161 <a href="http://www.novell.com/documentation/opensuse110/opensuse110_startup/data/opensuse110_startup.html">Official <%= @releasename %> Start-Up guide</a>
163 <a href="http://en.opensuse.org/INSTALL_Local">Step-by-step installation guide</a>
165 <dt>Network Installation</dt>
167 <a href="http://en.opensuse.org/INSTALL_Internet">Internet Installation</a>