adding a dummy prototype
[opensuse:software-o-o.git] / app / views / main / developer2.rhtml
1     <% 
2       @right_box = :search 
3       @page_title = "Download " + @releasename
4     -%>
5
6     <form action="" name="download">
7         
8       <table>
9       <tr>
10       <td width="70%">
11
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>
14         </div>
15         <h2>Choose an Installation Medium</h2>
16            <a >
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
20       </div>
21       </a>
22   <br/>
23      <a >
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
27       </div>
28       </a>
29       <br/>
30       <a >
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
34       </div>
35       </a>
36 <br/>
37       <a >
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
41       </div>
42       </a>
43
44       </td>
45       <td>
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&nbsp;Bit&nbsp;PC<br />
51                 <span class="arch_eg" style="display: none">x86: Computers with e.g. AMD&reg; Sempron or Intel&reg; Celeron&trade;, almost all desktop computers dating 2004 or earlier. This version also runs on 64bit PCs.</span>
52               </label>
53               <label for="x86_64" id="l_x86_64" class="">
54                 <input name="arch" value="x86_64" id="x86_64" type="radio" onclick="displayDownload()" />
55                 64 Bit PC<br />
56                 <span class="arch_eg" style="display: none">x86-64: Most new computers with e.g. AMD&reg;: Opteron&trade;, Turion&trade; 64, Athlon&trade; 64, or Intel&reg;: Core&trade;2, Pentium&reg; 4 6xx, Pentium&reg; D CPUs</span>
57               </label>
58         </div>
59       </div>
60       <div id="protocol">
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>
63         </div>
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()" />
67           Standard (http)
68         </label> <br/>
69         <label for="torrent" id="l_torrent" class="">
70           <input name="protocol" value="torrent" id="torrent" type="radio" onclick="displayDownload()" />
71           BitTorrent
72         </label>
73         <br/>
74         <label for="metalink" id="l_metalink" class="">
75           <input name="protocol" value="metalink" id="metalink" type="radio" onclick="displayDownload()" />
76           Metalink
77         </label>
78
79       </div>
80       <div style="text-align: top; ">
81       <img src="/images/local/download-icon.png" width="250"/>
82       </div>
83
84      </td></tr></table>
85     </form>
86
87     <div id="download_links" style="clear: right;">
88       <h2>4. Start Download Here</h2>
89       <p class="info_text">
90         To download a file, right-click on the link and choose "Save as" from the pop-up menu.
91         <br />
92         In case of problems with the download, please <a href="http://en.opensuse.org/Download_Help">refer to the Download Help</a>.
93       </p>
94
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" }) %>
98
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" }) %>
102
103       <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "32" }) %>
104       <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "32" }) %>
105     
106       <%= render(:partial => "dvd_block", :locals => { :torrent => 1, :arch => "64" }) %>
107       <%= render(:partial => "livecd_block", :locals => { :torrent => 1, :arch => "64" }) %>
108     
109     </div>
110     <hr />
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:
117           <dl>
118             <dt>Installation from DVD/CD:</dt>
119             <dd>
120               <a href="http://www.novell.com/documentation/opensuse110/opensuse110_startup/data/opensuse110_startup.html">Official <%= @releasename %> Start-Up guide</a>
121               <br />
122               <a href="http://en.opensuse.org/INSTALL_Local">Step-by-step installation guide</a>
123             </dd>
124             <dt>Network Installation</dt>
125             <dd>
126               <a href="http://en.opensuse.org/INSTALL_Internet">Internet Installation</a>
127             </dd>
128           </dl>
129         </li>
130       </ol>
131     </div>