3 @page_title = "Download " + @releasename
6 <script language="javascript">
7 var mymedium = "<%= @medium %>";
10 var directory = "<%= @directory %>";
11 var isos = new Array();
12 <% @isos.each { |key, value| %>
13 <%= "isos['#{key}'] = '#{value}';" %>
16 function changeiso () {
18 if ($('#i686').attr('checked')) {
23 mylink = directory + "/iso/openSUSE-" + isos[mylink] + ".iso";
24 if ($('#p_torrent').attr('checked')) {
27 if ($('#p_metalink').attr('checked')) {
28 mylink += ".metalink";
30 if ($('#p_mirror').attr('checked')) {
31 mylink += "?mirrorlist";
33 $('#downloadtext').html(mylink);
39 $('.changeiso').click(function(){
43 $('button.changeiso').click(function(){
44 mymedium = this.id.substr(3);
48 $('#download').click(function() {
49 window.location = mylink;
58 <div class="helplink">
59 <a href="help_media.html" onclick="return popup(this.href,'Media','750','600')" title="Popup: Help on Download Media">Help</a>
61 <h2>Choose an Installation Medium</h2>
63 <%= render(:partial => "change_install", :locals => { :medium => "dvd", :comment => "DVD is the standard medium for most" }) %>
64 <%= render(:partial => "change_install", :locals => { :medium => "gnome", :comment => "Live CD with GNOME desktop" }) %>
65 <%= render(:partial => "change_install", :locals => { :medium => "kde", :comment => "Live CD with KDE desktop" }) %>
66 <%= render(:partial => "change_install", :locals => { :medium => "net", :comment => "Network installation for experts" }) %>
70 <form action="/main/download">
71 <div id="architecture">
72 <h4>Type of Computer</h4>
73 <div class="subcolumns">
74 <label for="i686" id="l_i686" class="selected">
75 <input name="arch" value="i686" id="i686" checked="checked" type="radio" class="changeiso" />32 Bit PC<br />
76 <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>
78 <label for="x86_64" id="l_x86_64" class="">
79 <input name="arch" value="x86_64" id="x86_64" type="radio" class="changeiso" />
81 <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>
86 <div class="helplink">
87 <a href="help_method.html" onclick="return popup(this.href,'Method','750','600')" title="Popup: Help on Download Methods">Help</a>
89 <h4>Download Method</h4>
91 <input id="p_http" name="protocol" value="http" checked="checked" type="radio" class="changeiso"/>Direct Link
95 <input id="p_torrent" name="protocol" value="torrent" type="radio" class="changeiso"/>BitTorrent
99 <input id="p_metalink" name="protocol" value="metalink" type="radio" class="changeiso"/>Metalink
103 <input id="p_mirror" name="protocol" value="mirror" type="radio" class="changeiso"/>Pick Mirror
106 <div style="text-align: top; ">
108 <input type="image" src="/images/local/download-icon.png" alt="Download" style="width: 250px" id="download"/>
109 <span id="downloadtext"></span>
111 <input type="hidden" name="medium" value="<%= @medium %>"/>
112 <input type="hidden" name="release" value="developer"/>
118 <div id="download_links" style="clear: right;">
119 <h2>4. Start Download Here</h2>
120 <p class="info_text">
121 To download a file, right-click on the link and choose "Save as" from the pop-up menu.
123 In case of problems with the download, please <a href="http://en.opensuse.org/Download_Help">refer to the Download Help</a>.
126 <div id="script_only" class="hide">
127 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
128 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "32" } ) %>
129 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "32" }) %>
131 <%= render(:partial => "dvd_block", :locals => { :torrent => 0, :arch => "64" }) %>
132 <%= render(:partial => "livecd_block", :locals => { :torrent => 0, :arch => "64" }) %>
133 <%= render(:partial => "net_block", :locals => { :torrent => 0, :arch => "64" }) %>
135 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "32" }) %>
136 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "32" }) %>
138 <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "64" }) %>
139 <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "64" }) %>
144 <div id="download_help" class="info_text">
145 <h2>5. How to Proceed</h2>
146 <ol style="list-style-type:lower-latin">
147 <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>
148 <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>
149 <li>Instructions are available as follows:
151 <dt>Installation from DVD/CD:</dt>
153 <a href="http://www.novell.com/documentation/opensuse110/opensuse110_startup/data/opensuse110_startup.html">Official <%= @releasename %> Start-Up guide</a>
155 <a href="http://en.opensuse.org/INSTALL_Local">Step-by-step installation guide</a>
157 <dt>Network Installation</dt>
159 <a href="http://en.opensuse.org/INSTALL_Internet">Internet Installation</a>