%- stylesheet_links << "progressBox" %> <%- @ds_desc_metadata = @document_fedora.datastreams["descMetadata"] %> <%- author_entries = @ds_desc_metadata.find_by_terms_and_value('//oxns:name[@type="personal" and contains(oxns:role, "Author") and string-length(oxns:namePart[@type="family"]) > 0 ]') %> <%- title_values = @ds_desc_metadata.term_values(:title_info, :main_title) %>
<%= fedora_field_label("properties", [:release_to], "Released to") %> <%= fedora_select(@document_fedora, "properties", [:release_to], :choices => {"Public" => "public", "UVa Only"=>"registered"}) %> <%= tag(:input, :type=>"hidden", :name=>"asset[properties][released][0]", :value=>"true")%>