]> git.openstreetmap.org Git - rails.git/blob - app/views/site/index.html.erb
Update Potlatch 2 to 2.3-584-g996bb4d build
[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     <a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a>
23     <a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a>
24   </div>
25 </div>
26
27 <iframe id="linkloader" style="display: none">
28 </iframe>
29
30 <div id="attribution">
31   <table width="100%">
32     <tr>
33       <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
34       <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
35     </tr>
36     <tr>
37       <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
38     </tr>
39   </table>
40 </div>