switch to new themes repo
[opensuse:software-o-o.git] / app / views / layouts / application.rhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4   <title>Software.openSUSE.org</title>
5   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6
7   <%= stylesheet_link_tag "/css/ui.dialog.css", "/themes/bento/css/style.css", "/css/software.css" %>
8   <link href="http://static.opensuse.org/hosts/software.o.o/images/favicon.ico" rel="shortcut icon" />
9   <%= javascript_include_tag "http://static.opensuse.org/themes/bento/js/jquery.js", "jquery-ui-1.7.2.js", "jrails.js", "application.js"  %>
10   <%= javascript_include_tag "http://static.opensuse.org/c/javascript/common/langsel.js" %>
11   <%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-" + @lang + ".js", "/themes/bento/js/global-navigation.js" %>
12   <%= javascript_include_tag "http://www.google-analytics.com/ga.js" %>
13  </head>
14  <body>
15
16   <div id="header">
17     <div id="header-content" class="container_12">
18       <a id="header-logo" href="#home">
19         <%= image_tag '/themes/bento/images/header-logo.png', :width => 46, :height => 26, :alt => _("Header Logo") %>
20       </a>
21       <ul id="global-navigation">
22         <li id="item-downloads"><a href="http://opensuse.org/sitemap#downloads"><%= _("Downloads") %></a></li>
23         <li id="item-support"><a href="http://opensuse.org/sitemap#support"><%= _("Support") %></a></li>
24         <li id="item-community"><a href="http://opensuse.org/sitemap#community"><%= _("Community") %></a></li>
25         <li id="item-development"><a href="http://opensuse.org/sitemap#development"><%= _("Development") %></a></li>
26       </ul>
27     </div>
28   </div>
29
30   <div id="content" class="container_12 content-wrapper">
31     <div class="grid_9 alpha">
32
33       <div class="box box-shadow grid_9 alpha">
34         <h2 class="box-header"><%=_("Package Search")%></h2>
35         <div id="get_software">
36             <p><%=_("Search and install software packages from the openSUSE Build Service:") %></p>
37             <div id="search_form">
38               <% form_tag ( {:controller => 'search'}, :method => :get ) do %>
39                 <%= text_field_tag 'q', @query, :size => 40 %>
40                 <div id="form_control">
41                   <%= select_tag 'baseproject', options_for_select(baseproject_list_for_select, (@baseproject or default_baseproject)) %>
42                   <%= submit_tag _('Search'), :name => nil, :class => 'download_buttonClass' %>
43                 </div>
44             <% end -%>
45             </div>
46         </div>
47       </div>
48
49       <div class="box box-shadow grid_9 alpha">
50         <h2 class="box-header">
51           <div style="float: left;"><%= @page_title -%></div>
52           <% if @right_box == :search -%>
53             <div style="float: right; padding-right: 10px;">
54             <% if @release != "developer" -%>
55               <%= _('switch to') -%> <%= link_to _('Development Version'), {:controller => "main", :action => "developer", :lang => @lang } -%>
56             <% else -%>
57               <%= _('switch to') -%> <%= link_to _('Released Version'), {:controller => "main", :action => "index", :lang => @lang } -%>
58             <% end -%>
59             </div>
60           <% end -%>
61         </h2>
62         <div>
63         <%= @content_for_layout %>
64         </div>
65       </div>
66
67     </div>
68     <div class="grid_3 omega">
69
70       <div class="box box-shadow grid_3 omega">
71         <h2 class="box-header"><%= _("Language") %></h2>
72         <div style="text-align: center;">
73           <%= %w[bg cs da de en es fi fr].map{ |i|
74                 link_to(image_tag("/images/lang_#{i}.png", :alt => "#{i}"), :controller => :main, :action => :index, :lang => "#{i}") + "\n"
75               }
76           %>
77         </div>
78         <div style="text-align: center;">
79           <%= %w[hu it ja ko lt nb nl pl].map{ |i|
80                 link_to(image_tag("/images/lang_#{i}.png", :alt => "#{i}"), :controller => :main, :action => :index, :lang => "#{i}") + "\n"
81               }
82           %>
83         </div>
84         <div style="text-align: center;">
85           <%= %w[pt_BR ru sk uk wa zh_TW].map{ |i|
86                 link_to(image_tag("/images/lang_#{i}.png", :alt => "#{i}"), :controller => :main, :action => :index, :lang => "#{i}") + "\n"
87               }
88           %>
89         </div>
90       </div>
91
92       <div class="box box-shadow grid_3 omega">
93          <h2 class="box-header"><%=_("Getting Help")%></h2>
94          <ul class="navlist">
95            <li><a href="http://en.opensuse.org/Download_Help"><%=_("Download Help")%></a></li>
96            <li><a href="http://en.opensuse.org/Download_Help#Burn_the_ISO_Image.28s.29"><%=_("Burn CD/DVD Image(s)")%></a></li>
97            <li><a href="http://en.opensuse.org/Installation"><%=_("Installation Guides")%></a></li>
98            <li><a href="http://www.novell.com/documentation/opensuse112/"><%=_("Official Manuals")%></a></li>
99            <li><a href="http://en.opensuse.org/Additional_YaST_Package_Repositories"><%=_("Package Repositories")%></a></li>
100         </ul>
101       </div>
102
103       <div class="box box-shadow grid_3 omega">
104         <h2 class="box-header"><%=_("Sponsored by")%></h2>
105         <!--<p style="color: #ccc; font-size: 0.8em; text-align: center;"><%=_("Platinum Sponsor")%></p>-->
106         <p style="color: #ccc; font-size: 0.8em; text-align: center;"><%=_("Gold Sponsor")%></p>
107         <p style="text-align: center;>
108           <a href="http://en.opensuse.org/Sponsors"><img title="<%=_("Sponsored by AMD")%>" alt="<%=_("Sponsored by AMD")%>" src="http://static.opensuse.org/c/images/common/Amd.png"/></a>
109           <a href="http://en.opensuse.org/Sponsors"><img title="<%=_("Sponsored by: IP Exchange")%>" alt="<%=_("Sponsored by: IP Exchange")%>" src="http://static.opensuse.org/c/images/common/Ip-exchange.gif"/></a>
110         </p>
111         <p style="color: #ccc; font-size: 0.8em; text-align: center;"><%=_("Silver Sponsor")%></p>
112         <p style="text-align: center;">
113           <a href="http://en.opensuse.org/Sponsors"><img title="<%=_("Sponsored by: B1 Systems")%>" alt="<%=_("Sponsored by: B1 Systems")%>" src="http://static.opensuse.org/c/images/common/B1-systems-1.jpg"/></a>
114         </p>
115         <!--<p style="color: #ccc; font-size: 0.8em; text-align: center;"><%=_("Bronze Sponsor")%></p>-->
116       </div>
117
118       <div class="box box-shadow grid_3 omega">
119         <h2 class="box-header"><%=_("Buy openSUSE")%></h2>
120           <div style="text-align: center; padding-left: 16px;">
121             <a href="<%= _("http://en.opensuse.org/Buy_openSUSE") %>"><img src="http://static.opensuse.org/c/images/common/openSUSE11.2_Box.jpg" title="<%=_("Buy openSUSE 11.2")%>" alt="<%=_("Buy openSUSE 11.2")%>"/></a>
122           </div>
123           <p style="text-align: center;">
124             <a href="<%= _("http://en.opensuse.org/Buy_openSUSE") %>" title="Buy openSUSE" style="text-decoration: none; font-weight: bold"><%=_("Buy openSUSE 11.2!")%></a>
125           </p>
126       </div>
127
128     </div>
129
130   </div>
131
132   <div id="footer" class="container_12">
133     <div id="footer-content" class="grid_12">
134     </div>
135     <div id="footer-legal" class="border-top grid_12">
136       <a href="http://en.opensuse.org/openSUSE:About">About openSUSE</a> |
137       <a href="http://en.opensuse.org/openSUSE:General_disclaimer">Legal information</a> |
138       <a href="mailto:webmaster@opensuse.org">Feedback</a>
139       <br/><br/>
140       <a href="http://www.novell.com/linux/"><img src="http://static.opensuse.org/c/images/common/founded_novell.gif" alt="Founded by Novell" /></a>
141     </div>
142   </div>
143
144   <% if @right_box == :search -%>
145   <!--[if lte IE 7]>
146     <script type="text/javascript">
147      alert("Please note that the Internet Explorer (all versions) is not capable of handling\nfiles larger than 4 GB.\n\nThis means that you will not be able to download the DVD images using IE.\n\nPlease use a different browser or a downloadmanager.")
148     </script>
149   <![endif]-->
150   <% end -%>
151
152  </body>
153 </html>