Sha256: cb6f704dc06af9124c66ae903608ce701417cb7b95667bba4d374f9ae1925a9f

Contents?: true

Size: 576 Bytes

Versions: 10

Compression:

Stored size: 576 Bytes

Contents

<h2>Import</h2>

<%= form_tag import_url, :method => :post, :multipart => true , :class => "form" do %>
  <fieldset>
    <ol>

      <li>
        <%= label_tag "ntriples_file", "NTriples File: " %>
        <%= file_field_tag 'ntriples_file'  %>
      </li>

      <li>
        <%= label_tag "default_namespace", "Default namespace: " %>
        <%= text_field_tag 'default_namespace', root_url(:format => nil, :lang => nil, :trailing_slash => true).gsub(/\/\/$/, "/")  %>
      </li>

      <li>
        <%= submit_tag "Start" %>
      </li>

    </ol>
  </fieldset>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iqvoc-3.5.7 app/views/import/index.html.erb
iqvoc-3.5.6 app/views/import/index.html.erb
iqvoc-3.5.5 app/views/import/index.html.erb
iqvoc-3.5.4 app/views/import/index.html.erb
iqvoc-3.5.3 app/views/import/index.html.erb
iqvoc-3.5.2 app/views/import/index.html.erb
iqvoc-3.5.1 app/views/import/index.html.erb
iqvoc-3.5.0 app/views/import/index.html.erb
iqvoc-3.4.0 app/views/import/index.html.erb
iqvoc-3.3.4 app/views/import/index.html.erb