Sha256: 250ae32dc675584b76caa6b356cf281fc16d1a11f8fe121fb1340702d041ef47

Contents?: true

Size: 1.5 KB

Versions: 31

Compression:

Stored size: 1.5 KB

Contents

  <input type="hidden" name="_method" value="put"/>
  <input class="content_type" type="hidden" name="content_type" value="mods_asset" />
  
  <p id="title_field" class="fedora-text-field"><%= fedora_field_label("descMetadata", [:title_info, :main_title], "Title:") %>
    <%= fedora_text_field(@document_fedora,"descMetadata", [:title_info, :main_title], :multiple=>false, :required=>true) %></p>
  <p id="language_field" class="fedora-text-field"><%= fedora_field_label("descMetadata", [:title_info, :language], "Language:") %>
    <%= fedora_text_field(@document_fedora, "descMetadata", [:title_info, :language], :multiple=>false, :required=>false ) %></p>  
    
  <fieldset id="contributor_fields">
    <legend>Contributors</legend>
    <p class="legend-caption">An individual or organizational contributor to the work.</p>
    <%= render :partial => "contributors/index" %>
  </fieldset>

  <p id="abstract_field" class="fedora-text-area"><%= fedora_field_label("descMetadata", [:abstract], "Abstract:") %>
    <%= fedora_text_area(@document_fedora,"descMetadata", [:abstract], :multiple=>false, :required=>false) %></p>
    
  <fieldset id="topic_fields">
    <legend>Topics</legend>
    <p class="legend-caption">Add topics that describe the work.</p>
      <p class="fedora-text-field"><%= fedora_text_field(@document_fedora,"descMetadata", [:subject, :topic], :multiple=>true, :required=>false) %></p>
      <p class="fedora-text-field-add"><%= fedora_text_field_insert_link "descMetadata", [:subject, :topic] %></p>
  </fieldset>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
hydra-head-4.0.0 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-4.0.0.rc6 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-4.0.0.rc5 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-4.0.0.rc4 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-4.0.0.rc3 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-4.0.0.rc2 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.3.0 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.2 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.1 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.0 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.0.pre3 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.0.pre2 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.2.0.pre1 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.5 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.4 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.3 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.2 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.1 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.0 app/views/generic_content_objects/_edit_description.html.erb
hydra-head-3.1.0.rc2 app/views/generic_content_objects/_edit_description.html.erb