% html_title l(:label_paste_new) %>
<%= f.text_field :title, :label => :field_paste_title %>
<%= f.check_box :secure, :label => :field_paste_secure %> <%=l :paste_security_hint %>
<%= select_tag 'paste[expires]', options_from_collection_for_select(pastebin_expiration_choices, :last, :first) %>
<%= f.select :lang, pastebin_language_choices, :label => :field_paste_lang %>
<%= f.text_area :text, :label => :field_paste_text, :rows => 25, :cols => 80 %>