<%= @box_title || @page_title -%> <% if @right_box == :search -%> <% if !@release.blank? and @release != "developer" -%> <%= _('switch to') -%> <%= link_to _('Development Version'), {:controller => "main", :action => "developer", :lang => @lang } -%> <% elsif !@release.blank? -%> <%= _('switch to') -%> <%= link_to _('Released Version'), {:controller => "main", :action => "index", :lang => @lang } -%> <% end -%> <% end -%>
<%= _("Popular Software") %>
<% top = top_downloads if !top.blank? top1=top[0][:count] top10=top[-1][:count] top.each do |query| -%> <% queryclass=((Float(query[:count] - top10) / (top1 - top10)) * 5).round %> <%= query[:query] %> <% end end -%>
<%=_("Getting Help")%>
<%=_("Countdown")%>
<%=_("Buy openSUSE")%>
" title="Buy openSUSE" style="text-decoration: none; font-weight: bold"><%=_("Buy openSUSE 11.3!")%>
<%=_("Sponsored by")%>
<%=_("Gold Sponsor")%>
" alt="<%=_("Sponsored by AMD")%>" src="http://static.opensuse.org/c/images/common/Amd.png" width="136" height="66"/>
" alt="<%=_("Sponsored by: IP Exchange")%>" src="http://static.opensuse.org/c/images/common/Ip-exchange.gif" width="180" height="85"/>
<%=_("Silver Sponsor")%>
<%= _("Language") %>
<% # flags are from: http://www.famfamfam.com/lab/icons/flags/ -%><% LANGUAGES.each do |lang| %> <%= link_to(image_tag("/images/lang/lang_#{lang}.png", :alt => "#{lang}", :width => 16, :height => 11), :controller => :main, :action => :index, :lang => "#{lang}") %> <% end -%>