<%= link_to( image_tag("cc_button.png", :alt => t('layouts.license.alt'), :border => 0, :width => 88, :height => 31, :title => t('layouts.license.title')), "http://creativecommons.org/licenses/by-sa/2.0/", { :rel => "license" }) %>

<% if I18n.locale.to_s == "en" or params['locale'] == 'en' %> <% if params['orig_locale'] and params['orig_locale'] != params['locale'] %>

<%= t 'license_page.native.title' %>

<%= t 'license_page.native.text', :native_link => link_to(t('license_page.native.native_link'), :controller => 'site', :action => 'copyright'), :mapping_link => link_to(t('license_page.native.mapping_link'), :controller => 'site', :action => 'index') %>


<% end %> <%= t('license_page.legal_babble', :locale => 'en') %> <% else %> <% if t('license_page.legal_babble') != t('license_page.legal_babble', :locale => 'en') %>

<%= t 'license_page.foreign.title' %>

<%= t 'license_page.foreign.text', :english_original_link => link_to(t('license_page.foreign.english_link'), :controller => 'site', :action => 'copyright', :locale => 'en', :orig_locale => I18n.locale.to_s) %>


<% end %> <%= t('license_page.legal_babble') %> <% end %>