Sha256: 45ebec80afab9366c58b7b3e407171d1d6ebee82661910c4ca1d7998c8970d7f

Contents?: true

Size: 1.92 KB

Versions: 5

Compression:

Stored size: 1.92 KB

Contents

<fieldset class="required">
  <legend>Required Information</legend>

  <div class="row">

    <div class="span6">
      <%= f.input :title,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :alternate_title,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :abstract,
        as: :text,
        input_html: {
          class: 'input-xxxlarge',
          rows: '14'
        }
      %>
    </div>

    <div class="span6">
      <%= render partial: 'linked_contributors', locals: {f: f, label: 'Creator'} %>

      <%= f.input :subject,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :country,
        as: :string,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :advisor,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>
    </div>

  </div>

  <div class="row">

    <div class="span6">
      <%= f.input :language,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :contributor,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :contributor_role,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>
    </div>

    <div class="span6">
      <%= f.input :publisher,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :coverage_temporal,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :coverage_spatial,
        as: :multi_value,
        input_html: { class: 'input-xlarge' }
      %>
    </div>

  </div>

  <div class="row">

    <div class="span8">
      <%= f.input :date_created,
        input_html: { class: 'input-xlarge' }
      %>

      <%= f.input :note,
        as: :text,
        input_html: { class: 'input-xxxlarge' }
      %>
    </div>

  </div>
</fieldset>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
curate-0.6.5 app/views/curation_concern/etds/_form_descriptive_fields.erb
curate-0.6.4 app/views/curation_concern/etds/_form_descriptive_fields.erb
curate-0.6.3 app/views/curation_concern/etds/_form_descriptive_fields.erb
curate-0.6.1 app/views/curation_concern/etds/_form_descriptive_fields.erb
curate-0.6.0 app/views/curation_concern/etds/_form_descriptive_fields.erb