Sha256: 2d52521abaf2938dd33fbcc39e5aed58a4184e351a918bb5bd6c1a4fad3ff337

Contents?: true

Size: 862 Bytes

Versions: 28

Compression:

Stored size: 862 Bytes

Contents

<%# This partial needs work -- needs to be progressively enhanceable AND work with JQuery UI Split Button #%>
<div id="add-contributor-box">
  <input id="re-run-add-contributor-action" type="button" value="Add a researcher" style="display:none"/>
  <button id="select-contributor-type" type="button" style="display:none">Select type of contributor to add</button>
  <ul id="add-contributor-menu">
    <li id="add_person"><%= link_to "Add a Person", new_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"person") %></li>
    <li id="add_organization"><%= link_to "Add an Organization", new_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"organization") %></li>
    <li id="add_conference"><%= link_to "Add a Conference", new_asset_contributor_path(:asset_id=>params[:id], :contributor_type=>"conference") %></li>
  </ul>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hydra-head-3.3.0 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.2 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.1 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.0 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.0.pre3 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.0.pre2 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.2.0.pre1 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.5 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.4 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.3 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.2 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.1 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.rc2 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.rc1 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.pre5 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.pre4 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.pre3 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.0.1 app/views/contributors/_add_contributor_split_button.html.erb
hydra-head-3.1.0.pre2 app/views/contributors/_add_contributor_split_button.html.erb