-<% content_for :head do %>
- <%= javascript_include_tag "index" %>
-<% end %>
+<h2>
+ <%= t 'layouts.intro_header' %>
+ <span class="icon close"></span>
+</h2>
-<% unless STATUS == :api_offline or STATUS == :database_offline -%>
- <% content_for :editmenu do -%>
- <li><%= link_to t("browse.start_rjs.notes_layer_name"), notes_url(:format => :json), :id => "show_notes" %></li>
- <li><%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %></li>
- <% end -%>
-<% end -%>
+<p class="inner22"><%= t 'layouts.intro_text' %></p>
-<% content_for :left_menu do %>
- <li><%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %></li>
-<% end %>
+<div class='footer'>
+ <a title="<%= t('layouts.make_a_donation.title') %>" href="http://donate.openstreetmap.org/" class="donate">
+ <span class='icon donate'></span>
+ <span><%= t('layouts.make_a_donation.text') %></span>
+ </a>
-<%= render :partial => 'home_link' %>
-<%= render :partial => 'sidebar' %>
-<%= render :partial => 'search' %>
-
-<noscript>
- <div id="noscript">
- <p><%= t 'site.index.js_1' %></p>
- <p><%= t 'site.index.js_2' %></p>
- </div>
-</noscript>
-
-<div id="map">
- <div id="permalink">
- <a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a>
- <a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a>
- <%= link_to t("site.index.createnote"), notes_url,
- :id => "createnoteanchor",
- :data => { :minzoom => 12 },
- :title => "javascripts.site.createnote_tooltip",
- :class => "geolink"
- %>
- </div>
-</div>
-
-<iframe id="linkloader" style="display: none">
-</iframe>
-
-<div id="attribution">
- <table width="100%">
- <tr>
- <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
- <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
- </tr>
- <tr>
- <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
- </tr>
- </table>
+ <p class='credits inner22'>
+ <%= t 'layouts.partners_html',
+ :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
+ :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
+ :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
+ :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
+ </p>
</div>