Sha256: 7eefa4822c348d1dca636300a93dee8588af6887e9396ae72c2fd5a6bba8c1c4

Contents?: true

Size: 660 Bytes

Versions: 4

Compression:

Stored size: 660 Bytes

Contents

<%= simple_form_for [sufia, @form], html: { multipart: true } do |f| %>
  <% content_for :files_tab do %>
    <p class="switch-upload-type">To create a single work for all the files, go to <%= link_to "New Work", new_curation_concerns_generic_work_path %></p>
        <p class="instructions"><%= t("sufia.batch_uploads.files.instructions") %></p>
  <% end %>
  <%= render 'curation_concerns/base/guts4form', f: f, tabs: %w[files metadata relationships share] do %>
  <% end %>
<% end %>

<script type="text/javascript">
  Blacklight.onLoad(function() {
    $("#fileupload").fileupload('option', 'downloadTemplateId', 'batch-template-download')
  });
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sufia-7.0.0.beta4 app/views/sufia/batch_uploads/_form.html.erb
sufia-7.0.0.beta3 app/views/sufia/batch_uploads/_form.html.erb
sufia-7.0.0.beta2 app/views/sufia/batch_uploads/_form.html.erb
sufia-7.0.0.beta1 app/views/sufia/batch_uploads/_form.html.erb