1 <% content_for :head do %>
2 <%= javascript_include_tag "index" %>
5 <% content_for :left_menu do %>
6 <li><h4><%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %></h4></li>
9 <%= render :partial => 'home_link' %>
10 <%= render :partial => 'sidebar' %>
11 <%= render :partial => 'search' %>
15 <p><%= t 'site.index.js_1' %></p>
16 <p><%= t 'site.index.js_2' %></p>
22 <ul class="secondary-actions">
23 <li><a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a></li>
24 <li><a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a></li>
25 <li><%= link_to t("site.index.createnote"), notes_url(:format => :json),
26 :id => "createnoteanchor",
27 :data => { :minzoom => 12 },
28 :title => "javascripts.site.createnote_tooltip",
35 <iframe id="linkloader" style="display: none">
38 <div id="attribution">
41 <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
42 <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
45 <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>