]> git.openstreetmap.org Git - rails.git/blob - app/views/layouts/site.rhtml
Made a lot of things translatable and added title="" tooltips
[rails.git] / app / views / layouts / site.rhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<% t'html.dir' %>">
3   <head>
4     <%= javascript_include_tag 'prototype' %>
5     <%= javascript_include_tag 'site' %>
6     <!--[if lt IE 7]><%= javascript_include_tag 'pngfix' %><![endif]--> <!-- thanks, microsoft! -->
7     <%= stylesheet_link_tag 'site' %>
8     <%= stylesheet_link_tag 'print', :media => "print" %>
9     <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %>
10     <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %>
11     <%= yield :head %>
12     <title><%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %></title>
13   </head>
14   <body>
15     <div id="content">
16       <% if @notice || flash[:notice] %>
17         <div id="notice"><%= @notice || flash[:notice] %></div>
18       <% end %>
19
20       <%= yield %>
21     </div>
22
23     <span id="greeting">
24       <% if @user and @user.id %>
25         <%= t 'layouts.welcome_user', :user_link => (link_to h(@user.display_name), {:controller => 'user', :action => 'view', :display_name => @user.display_name}, :title => t('layouts.welcome_user_link_tooltip')) %> | 
26         <%= yield :greeting %>
27         <%= link_to t('layouts.inbox', :size => @user.new_messages.size), {:controller => 'message', :action => 'inbox', :display_name => @user.display_name}, case @user.new_messages.size when 0 then { :title => t('layouts.inbox_tooltip_0') } when 1 then { :class => 'greeting-bar-unread', :title => t('layouts.inbox_tooltip_1') } else { :class => 'greeting-bar-unread', :title => t('layouts.inbox_tooltip_n', :size => @user.new_messages.size) } end %> |
28         <%= link_to t('layouts.logout'), {:controller => 'user', :action => 'logout', :referer => request.request_uri}, {:id => 'logoutanchor', :title => t('layouts.logout_tooltip')}%>
29       <% else %>
30         <%= link_to t('layouts.log_in'), {:controller => 'user', :action => 'login', :referer => request.request_uri}, {:id => 'loginanchor', :title => t('layouts.log_in_tooltip')} %>
31         <%= link_to t('layouts.sign_up'), {:controller => 'user', :action => 'new'}, {:id => 'registeranchor', :title => t('layouts.sign_up_tooltip')} %>
32       <% end %>
33     </span>
34
35     <div>
36       <ul id="tabnav">
37         <%
38         viewclass = ''
39         editclass = ''
40         historyclass = ''
41         exportclass = ''
42         traceclass = ''
43         viewclass = 'active' if params['controller'] == 'site' and params['action'] == 'index' 
44         editclass = 'active' if params['controller'] == 'site' and params['action'] == 'edit' 
45         historyclass = 'active' if params['controller'] == 'changeset' and params['action'] == 'list_bbox' 
46         exportclass = 'active' if params['controller'] == 'site' and params['action'] == 'export'
47         traceclass = 'active' if params['controller'] == 'trace'
48         diaryclass = 'active' if params['controller'] == 'diary_entry'
49         %>
50         <li><%= link_to t('layouts.view'), {:controller => 'site', :action => 'index'}, {:id => 'viewanchor', :title => t('layouts.view_tooltip'), :class => viewclass} %></li>
51         <li><%= link_to t('layouts.edit'), {:controller => 'site', :action => 'edit'}, {:id => 'editanchor', :title => t('layouts.edit_tooltip'), :class => editclass} %></li>
52         <li><%= link_to t('layouts.history'), {:controller => 'changeset', :action => 'list_bbox' }, {:id => 'historyanchor', :title => t('layouts.history_tooltip'), :class => historyclass} %></li>
53         <% if params['controller'] == 'site' and (params['action'] == 'index' or params['action'] == 'export') %>
54         <li><%= link_to_remote t('layouts.export'), {:url => {:controller => 'export', :action => 'start'}}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass, :href => url_for(:controller => 'site', :action => 'export')} %></li>
55         <% else %>
56         <li><%= link_to t('layouts.export'), {:controller => 'site', :action => 'export'}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass} %></li>
57         <% end %>
58         <li><%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list'}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip'), :class => traceclass} %></li>
59         <li><%= link_to t('layouts.user_diaries'), {:controller => 'diary_entry', :action => 'list', :display_name => nil}, {:id => 'diaryanchor', :title => t('layouts.user_diaries_tooltip'), :class => diaryclass} %></li>
60       </ul>
61     </div>
62
63     <div id="left">
64
65       <div id="logo">
66         <center>
67           <h1><%= t 'layouts.project_name.h1' %></h1>
68           <%= link_to(image_tag("osm_logo.png", :size => "120x120", :border => 0, :alt => t('layouts.logo.alt_text')), :controller => 'site', :action => 'index') %><br/>
69           <h2 class="nowrap"><%= t('layouts.tag_line') %></h2>
70         </center>
71       </div>
72
73       <% unless @user %>
74       <div id="intro">
75         <p>
76           <%= t 'layouts.intro_1' %>
77         </p>
78         <p>
79           <%= t 'layouts.intro_2' %>.
80         </p>
81         <p>
82         <%= t 'layouts.intro_3', 
83               :ucl => '<a href="http://www.vr.ucl.ac.uk">' + t('layouts.intro_3_ucl') + '</a>', 
84               :bytemark => '<a href="http://www.bytemark.co.uk">' + t('layouts.intro_3_bytemark') + '</a>' %>
85         </p>
86       </div>
87       <% end %>
88
89       <% if OSM_STATUS == :database_offline or OSM_STATUS == :api_offline %>
90       <div id="alert">
91         <%= t 'layouts.offline' %>
92       </div>
93       <% elsif OSM_STATUS == :database_readonly or OSM_STATUS == :api_readonly %>
94       <div id="alert">
95         <%= t 'layouts.read_only' %>
96       <% end %>
97
98       <% if false %>
99       <div id="donate" class="notice">
100         <%= t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %>
101       </div>
102       <% end %>
103
104       <div id="left_menu" class="left_menu">
105         <a href="<%= t 'layouts.help_wiki_url' %>"><%= t 'layouts.help_wiki' %></a><br />
106         <a href="http://www.opengeodata.org/"><%= t 'layouts.news_blog' %></a><br />
107         <a href="<%= t 'layouts.shop_url' %>"><%= t 'layouts.shop' %></a><br />
108         <%= yield :left_menu %>
109       </div>
110
111       <div id="sotm" class="notice">
112         <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/register" %>
113       </div>
114
115       <%= yield :optionals %>
116
117       <center>
118         <div class="button" style="width: 115px">
119           <a href="http://donate.openstreetmap.org/"><img src="/images/donate.png" border="0" alt="<%= t 'layouts.alt_donation' %>" title="<%= t 'layouts.alt_donation' %>" /></a>
120         </div>
121
122         <div id="cclogo" class="button" style="width: 88px">
123           <%= link_to image_tag("cc_button.png", :alt => "CC by-sa 2.0", :border => "0"), "http://creativecommons.org/licenses/by-sa/2.0/" %>
124         </div>
125       </center>
126     </div>
127   </body>
128 </html>