'> '> '> <%= render(:partial => 'textile_quick_reference') if @article.is_a?(TextileArticle) %>
<%= _('Insert media') %>
<% form_tag({ :action => 'media_upload' }, :multipart => true) do %>
<%= select_profile_folder(_('Choose folder to upload files:'), :parent_id, profile) %>

<%= file_field_tag('file1') %>

<%= file_field_tag('file2') %>

<%= file_field_tag('file3') %>

<% button_bar do %> <%= submit_button(:save, _('Upload')) %> <% end %> <% end %>