<% if environment.enabled?('display_wizard_signup') && !logged_in? %> <%= lightbox_button(:new, _('Signup'), { :controller => 'account', :action => 'wizard' }, :class => 'wizard', :id => 'signup-wizard') %> <% end %> <% if @has_news %>

<%= _('News') %>

<% cache @news_cache_key do %>
<% @highlighted_news.each_with_index do |highlighted, index| %>

<%= link_to(highlighted.title, highlighted.url, :class => 'post-title') %>

<%= highlighted.first_paragraph %>


<% end%>
<% @area_news.each_with_index do |folder, i| %> <% content_tag(:div, :class => ["news-area", ['even', 'odd'][i%2]].join(' ')) do %>

<%= link_to folder.title, folder.url %>

<%= link_to _('View more'), folder.url, :class => 'news-see-more' %> <%end %> <% end %> <% end %> <% else %> <%= environment.description %> <% end %> <% if environment.enabled?('enterprise_activation') %>
<% form_tag({:controller => 'account', :action => 'activation_question'}, {:method => 'get'}) do %>

<%= __('Activate your enterprise') %>

<%= labelled_form_field(__('Enterprise activation code') + ':', text_field_tag('enterprise_code')) %> <%= submit_button(:ok, _('Activate')) %> <% end %>
<% end %> <% if environment.enabled?('search_in_home') %> <% end %>