<h1><%= t 'user.login.heading' %></h1>
+<div class="loginNotice"><%= t 'user.login.notice' %></div>
+
<p><%= t 'user.login.please login', :create_user_link => link_to(t('user.login.create_account'), :controller => 'user', :action => 'new', :referer => params[:referer]) %></p>
<% form_tag :action => 'login' do %>
account suspended: Sorry, your account has been suspended due to suspicious activity.<br />Please contact the {{webmaster}} if you wish to discuss this.
webmaster: webmaster
auth failure: "Sorry, could not log in with those details."
+ notice: "<a href=\"http://www.osmfoundation.org/wiki/License/We_Are_Changing_The_License\">Find out more about OpenStreetMap's upcoming license change</a> (<a href=\"http://wiki.openstreetmap.org/wiki/ODbL/We_Are_Changing_The_License\">translations</a>) (<a href=\"http://wiki.openstreetmap.org/wiki/Talk:ODbL/Upcoming\">discussion</a>)"
logout:
title: "Logout"
heading: "Logout from OpenStreetMap"
.table1 {
background: #fff;
}
+
+/* Rules for login notices, if any. */
+
+.loginNotice {
+ margin-top: 2px;
+ background-color:#E0EEE0;
+ border-color:#666666;
+ border-width:1px;
+ border-style:solid;
+ padding:1px;
+ font-weight:bold
+}