<%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
<%= t 'layouts.project_name.h1' %>
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %>
<%= yield %>
<%= link_to(image_tag("osm_logo.png",
:size => "120x120",
:alt => t('layouts.logo.alt_text')),
root_path) %>
<%= t 'layouts.project_name.h1' %>
<%= t('layouts.tag_line') %>
<%= yield :optionals %>
<% unless @user %>
<% end %>
<% if STATUS == :database_offline or STATUS == :api_offline %>
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
<% end %>
<% if false %>
<% end %>
<%= link_to image_tag("sotmpdx.png",
:alt => t('layouts.sotm2012'),
:title => t('layouts.sotm2012'),
:border => "0"), "http://stateofthemap.us/" %>
<% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%>