1 <% content_for :head do %>
 
   2   <%= javascript_include_tag "index" %>
 
   5 <% content_for(:body_class) { "map-layout" } %>
 
   7 <% if current_user and !current_user.home_lon.nil? and !current_user.home_lat.nil? %>
 
   8   <% content_for :greeting do %>
 
   9     <%= link_to t("layouts.home"),
 
  12                 :class => "set_position dropdown-item",
 
  13                 :data => { :lat => current_user.home_lat,
 
  14                            :lon => current_user.home_lon,
 
  19 <% content_for :header do %>
 
  20   <%= render :partial => "layouts/search", :locals => { :autofocus => false } %>
 
  23 <% content_for :content do %>
 
  25     <%= render :partial => "layouts/search", :locals => { :autofocus => true } %>
 
  28       <%= render :partial => "layouts/flash" %>
 
  31     <div id="browse_status"></div>
 
  33     <div id="sidebar_loader">
 
  34       <img alt="<%= t("browse.start_rjs.loading") %>" class="loader" src="<%= image_path("searching.gif") %>">
 
  37     <div id="sidebar_content">
 
  41     <% unless current_user %>
 
  43         <%= render "sidebar_header", :title => t("layouts.intro_header") %>
 
  44         <p><%= t "layouts.intro_text" %></p>
 
  45         <p><%= t "layouts.hosting_partners_html",
 
  46                  :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
 
  47                  :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
 
  48                  :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
 
  50         <div class="standard-form">
 
  51           <a class="button learn-more" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
 
  52           <a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
 
  58       <%= render :partial => "layouts/banner" %>
 
  64       <p><%= t "site.index.js_1" %></p>
 
  65       <p><%= t "site.index.js_2" %></p>
 
  72   <div id="map" tabindex="2">
 
  75   <div id="attribution">
 
  78         <td class="attribution_license"><%= t "site.index.license.license_url" %></td>
 
  79         <td class="attribution_project"><%= t "site.index.license.project_url" %></td>
 
  82         <td colspan="2" class="attribution_notice"><%= t "site.index.license.copyright" %></td>
 
  88 <%= render :template => "layouts/site" %>