]> git.openstreetmap.org Git - rails.git/blob - app/views/site/index.html.erb
Merge branch 'master' into notes
[rails.git] / app / views / site / index.html.erb
1 <% content_for :head do %>
2   <%= javascript_include_tag "index" %>
3 <% end %>
4
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>
7 <% end %>
8
9 <%= render :partial => 'home_link' %>
10 <%= render :partial => 'sidebar' %>
11 <%= render :partial => 'search' %>
12
13 <noscript>
14   <div id="noscript">
15     <p><%= t 'site.index.js_1' %></p>
16     <p><%= t 'site.index.js_2' %></p>
17   </div>
18 </noscript>
19
20 <div id="map">
21   <div id="permalink">
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",
29           :class => "geolink"
30       %></li>
31     </ul>
32   </div>
33 </div>
34
35 <iframe id="linkloader" style="display: none">
36 </iframe>
37
38 <div id="attribution">
39   <table width="100%">
40     <tr>
41       <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
42       <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
43     </tr>
44     <tr>
45       <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
46     </tr>
47   </table>
48 </div>
49