<% set_title(t(".title")) %> <%= render "sidebar_header", :title => t(".title") %>

<%= t(".intro") %>

<% if !current_user %>

<%= t ".anonymous_warning_html", :log_in => link_to(t(".anonymous_warning_log_in"), login_path(:referer => new_note_path)), :sign_up => link_to(t(".anonymous_warning_sign_up"), new_user_path) %>

<% if @anonymous_notes_count >= 10 %>

<%= t ".counter_warning_html", :x_anonymous_notes => t(".x_anonymous_notes", :count => @anonymous_notes_count), :contribute_by_yourself => link_to(t(".counter_warning_guide_link.text"), t(".counter_warning_guide_link.url")), :community_can_help => link_to(t(".counter_warning_forum_link.text"), t(".counter_warning_forum_link.url")) %>

<% end %>
<% end %>
<%= text_area_tag "text", "", :class => "form-control", :size => "40x10", :maxlength => "2000", :placeholder => t(".advice") %>
<%= submit_tag t(".add"), :name => "add", :disabled => 1, :class => "btn btn-primary" %>