restore functionality without javascript
[opensuse:software-o-o.git] / app / views / main / _options.rhtml
1 <div>
2   <form id="downloadForm" action="/main/download" style="height: 10em">
3     <div id="downloadMethodDiv">
4       <h4><%=_("Download Method")%> <%= image_tag '/images/help-browser.png', :id => "downloadMethodHelpPopup", :class => "help_icon", :alt => "?" %></h4>
5       <div>
6         <label class="l_change"><input id="p_http" name="protocol" value="http" checked="checked" type="radio" class="changeiso"/><%=_("Direct Link")%></label>
7         <label class="l_change <%= if @medium == 'net': "notavailable" end %>" id="l_torrent"><input id="p_torrent" name="protocol" value="torrent" type="radio" class="changeiso"/><%=_("BitTorrent")%></label>
8         <label class="l_change"><input id="p_metalink" name="protocol" value="metalink" type="radio" class="changeiso"/><%=_("Metalink")%></label>
9         <label class="l_change"><input id="p_mirror" name="protocol" value="mirror" type="radio" class="changeiso"/><%=_("Pick Mirror")%></label>
10       </div>
11
12       <div class="hidden" id="help_method_content">
13         <h2><%=_("Help on Download Method")%></h2>
14         <p>
15           <%=_("openSUSE is available via http (direct link) or BitTorrent. The CD for network installation is only vailable via http.")%>
16         </p>
17         <h3><%=_("Direct Link")%></h3>
18         <p>
19           <%=_("When downloading images other than the CD for network installation, it is <i>strongly</i> recommended to use a proper download manager to reduce the risk of corrupted data.")%>
20         </p>
21         <h3><%=_("BitTorrent")%></h3>
22         <p>
23           <%=_("Using BitTorrent is recommended on slow links, especially when downloading the DVD image. BitTorrent downloads have several benefits, the clients protect against data corruption and you help relieving the load on the servers by participating in the upload - if enough people participate it will also be faster than the centralized servers - for everybody. Whatsmore, it allows you to stop the download at any time and resume it later. More information is available at <a href=\"http://en.opensuse.org/BitTorrent_and_openSUSE\">BitTorrent and openSUSE</a>.")%>
24         </p>
25         <h3><%=_("Metalink")%></h3>
26         <p>
27           <%=_("<a href=\"http://en.opensuse.org/Metalink\">Metalink</a> is an open standard that bundles the various ways (FTP/HTTP/BitTorrent) to get files into one format for easier downloads. This makes it good for downloading ISOs; particularly for people who can't use P2P because of restrictions from their ISP or University. It can deliver very fast download speeds since most clients support multiple connections, to multiple mirrors, automatically. In addition, it can do automatic error detection, and correction. It needs a special client to handle it though.")%>
28         </p>
29         <h3><%=_("Pick Mirror")%></h3>
30         <p>
31           <%=_("If you want to use a direct link but live in a place in the world where our download redirector has not enough information to redirect to the fastest mirror, you can pick a mirror yourself.")%>
32         </p>
33       </div>
34     </div>
35
36     <div id="TypeOfComputerDiv">
37       <h4><%= _("Type of Computer") %> <%= image_tag '/images/help-browser.png', :id => "architectureTypeHelpPopup", :class=>"help_icon", :alt=>"?" %></h4>
38
39       <div>
40         <label id="l_i686" class="l_change"><input id="i686" name="arch" value="i686" checked="checked" type="radio" class="changeiso" /><%=_("32&nbsp;Bit&nbsp;PC")%></label>
41         <label id="l_x86_64" class="l_change"><input id="x86_64" name="arch" value="x86_64" type="radio" class="changeiso" /><%=_("64 Bit PC")%></label>
42         <div id="help_arch_content" class="hidden">
43           <h2><%=_("Help on Type of Computer")%></h2>
44           <p>
45             <%= _("openSUSE only supports PCs with 32 Bits and 64 Bits.") %>
46           </p>
47           <h3><%=_("64 Bit PC")%></h3>
48           <p>
49             <%= _("Most new computers support <a href=\"http://en.wikipedia.org/wiki/X86-64\">x86-64</a> (also known as AMD64 and Intel64), but some laptop processors and netbook processors do not support it. So you need to check wikipedia if you want to be sure your computer supports it.") %>
50           </p>
51           <h3><%=_("32 Bit PC")%></h3>
52           <p>
53             <%= _("This version runs on all PCs including those that support 64 Bit. If you have more than 3 GB of RAM you should prefer the 64 Bit version though. openSUSE does not support processors before Pentium - the live CDs even support only i686 (Pentium Pro and later).") %>
54           </p>
55         </div>
56       </div>
57
58       <div id="downloadButtonDiv">
59         <button class="download_buttonClass" id="download_button">
60           <%= _("Download") %>
61         </button>
62         <span class="hidden" id="download_kde"><%= _("Download&nbsp;KDE") %></span>
63         <span class="hidden" id="download_gnome"><%= _("Download&nbsp;GNOME") %></span>
64         <span class="hidden" id="download_dvd"><%= _("Download&nbsp;DVD") %></span>
65         <span class="hidden" id="download_net"><%= _("Download&nbsp;Network") %></span>
66         <input type="hidden" name="medium" value="<%= @medium %>"/>
67         <input type="hidden" name="release" value="<%= @release %>"/>
68       </div>
69
70     </div>
71
72
73   </form>
74 </div>