]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/site.html.erb
Compact user menu
[rails.git] / app / views / layouts / site.html.erb
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%= dir %>">
3   <%= render :partial => "layouts/head" %>
4   <body class="<%= body_class %>">
5     <h1 id="small-title">
6       <%= image_tag "osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text') %>
7       <%= t 'layouts.project_name.h1' %>
8     </h1>
9     <div id="left">
10       <div id="logo">
11         <%= link_to(image_tag("osm_logo.png",
12           :size => "120x120",
13           :alt => t('layouts.logo.alt_text')),
14           root_path) %>
15         <h1><%= t 'layouts.project_name.h1' %></h1>
16         <h2><%= t('layouts.tag_line') %></h2>
17       </div>
18       <%= yield :optionals %>
19       <% unless @user %>
20       <div class="sidebar-copy intro">
21         <p><%= t 'layouts.intro_1' %></p>
22         <p>
23         <%= t 'layouts.intro_2_html',
24           :download => link_to(t('layouts.intro_2_download'), "http://planet.openstreetmap.org/"),
25           :use => link_to(t('layouts.intro_2_use'), t('layouts.intro_2_use_url')),
26           :license => link_to(t('layouts.intro_2_license'), copyright_path),
27           :create_account => link_to(t('layouts.intro_2_create_account'), user_new_path)
28         %>
29         </p>
30       </div>
31       <% end %>
32       <% if STATUS == :database_offline or STATUS == :api_offline %>
33       <div class="sidebar-alert">
34         <p><%= t 'layouts.osm_offline' %></p>
35       </div>
36       <% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
37       <div class="sidebar-alert">
38         <p><%= t 'layouts.osm_read_only' %></p>
39       </div>
40       <% end %>
41       <ul id="left_menu" class="left_menu">
42         <li>
43           <h4><%= t'layouts.help' %></h4>
44           <ul>
45             <li><%= link_to(t('layouts.help_centre'), t('layouts.help_url'), :title => t('layouts.help_title')) %></li>
46             <li><%= link_to(t('layouts.documentation'), t('layouts.wiki_url'), :title => t('layouts.documentation_title')) %></li>
47           </ul>
48         </li>
49         <li>
50           <h4><%= t'layouts.community' %></h4>
51           <ul>
52             <li><a href="http://blogs.openstreetmap.org/" title="<%= t 'layouts.community_blogs_title' %>"><%= t 'layouts.community_blogs' %></a></li>
53             <li><a href="http://www.osmfoundation.org" title="<%= t 'layouts.foundation_title' %>"><%= t 'layouts.foundation' %></a></li>
54             <li><%= link_to(t('layouts.user_diaries'), diary_path, {
55               :title => t('layouts.user_diaries_tooltip')
56             }) %></li>
57           </ul>
58         </li>
59         <li>
60           <h4><%= t'layouts.data' %></h4>
61           <ul>
62             <li><%= link_to t('layouts.copyright'), copyright_path %></li>
63           </ul>
64           <ul>
65             <li><%= link_to t('layouts.export_data'), export_path %></li>
66           </ul>
67           <ul>
68             <li><%= link_to t('layouts.gps_traces'), traces_path %></li>
69           </ul>
70         </li>
71         <%= yield :left_menu %>
72       </ul>
73       <div class='ad-container inner11'>
74         <div class='ads'>
75           <%= ad = [{:image => 'sotm-birmingham-ad.png',
76                      :title => 'State of the Map Birmingham',
77                      :href =>'http://stateofthemap.org/'},
78                     {:image => 'donate-ad.png',
79                      :title => 'Server Donation Drive',
80                      :href =>'http://donate.openstreetmap.org/'}].sample
81
82               link_to ad[:href], :title => ad[:title] do
83                 image_tag ad[:image], :class => :ad
84               end
85           %>
86         </div>
87       </div>
88       <a title="<%= h(t('layouts.make_a_donation.title')) %>" href="http://donate.openstreetmap.org/" class="donate">
89         <span class='icon donate'></span>
90         <span><%= h(t('layouts.make_a_donation.text')) %></span>
91       </a>
92       <div class='sidebar-copy'>
93         <p class='deemphasize'><%= t 'layouts.partners_html',
94           :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
95           :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
96           :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
97           :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
98         </p>
99       </div>
100     </div>
101     <div id='top-bar'>
102       <% if @user and @user.id %>
103         <%= render :partial => "layouts/user_menu" %>
104       <% else %>
105         <ul class='secondary-actions' id='greeting'>
106           <li><%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath), {:id => 'loginanchor', :title => t('layouts.log_in_tooltip')} %></li>
107           <li><%= link_to t('layouts.sign_up'), user_new_path, {:id => 'registeranchor', :title => t('layouts.sign_up_tooltip')} %></li>
108         </ul>
109       <% end %>
110       <ul id="tabnav">
111         <li><%= link_to t('layouts.view'), root_path, {
112           :id => 'viewanchor',
113           :title => t('layouts.view_tooltip'),
114           :class => 'geolink llz layers'
115         } %></li>
116         <li><%= link_to h(t('layouts.edit')) + content_tag(:span, "▼", :class => "menuicon"), edit_path, {
117           :id => 'editanchor',
118           :title => t('javascripts.site.edit_tooltip'),
119           :data => { :minzoom => 13, :editor => preferred_editor },
120           :class => 'geolink llz object disabled'
121         } %></li>
122         <li><%= link_to t('layouts.history'), browse_changesets_path, {
123           :id => 'historyanchor',
124           :data => { :minzoom => 11 },
125           :title => t('javascripts.site.history_tooltip'),
126           :class => 'geolink bbox'
127         } %></li>
128       </ul>
129     </div>
130     <div id="editmenu" class="menu">
131       <ul>
132         <% Editors::RECOMMENDED_EDITORS.each do |editor| %>
133           <li><%= link_to t('layouts.edit_with',
134             :editor => t("editor.#{editor}.description")),
135             edit_path(:editor => editor), {
136             :data => { :editor => editor },
137             :class => "geolink llz object"
138           } %></li>
139         <% end %>
140         <%= yield :editmenu %>
141       </ul>
142     </div>
143     <script type="text/javascript">
144       createMenu("editanchor", "editmenu", "left");
145     </script>
146     <div class="wrapper">
147       <%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
148       <% if content_for? :heading %>
149       <div class="content-heading">
150         <%= yield :heading %>
151       </div>
152       <% end %>
153       <div id="content" class="clearfix">
154         <%= yield %>
155       </div>
156     </div>
157     <% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%>
158     <noscript><p><img src="<%= request.protocol %><%= PIWIK_LOCATION %>/piwik.php?idsite=<%= PIWIK_SITE %>" style="border:0" alt="" /></p></noscript>
159     <% end -%>
160   </body>
161 </html>