Books

<%= form_tag({:controller=>'resolve', :action=>@submit_action}, {:method=>'get', :class=>"form-horizontal"}) %>
<%= hidden_field_tag "rfr_id", "info:sid/umlaut.code4lib.org:citation" %> <%= hidden_field_tag "url_ver", "Z39.88-2004" %> <%= hidden_field_tag "url_ctx_fmt", "info:ofi/fmt:kev:mtx:ctx" %> <%= hidden_field_tag "ctx_ver", "Z39.88-2004" %> <%= hidden_field_tag "rft_val_fmt", "info:ofi/fmt:kev:mtx:book" %> <%= hidden_field_tag "rft.genre", "book" %>
<%= label :book, :title, t('umlaut.citation.title_of_x', :x => t('umlaut.citation.genre.book')), :class => "control-label col-sm-3" %>
<%= text_field :book, :title, {:name=>'rft.btitle', :class=>"title_search form-control"} %>
<%= label :book, :date, t('datetime.prompts.year'), :class=> "control-label col-sm-3" %>
<%= text_field :book, :date, {:name=>'rft.date', :class=>"date form-control"} %>
<%= label :book, :volume, t('umlaut.citation.volume'), :class=>"control-label col-sm-3" %>
<%= text_field :book, :volume, {:name=>'rft.volume', :max_length => "5", :class=>"volume form-control"} %>
<%= label :book, :part, t('umlaut.citation.title_of_x', :x => t('umlaut.citation.genre.bookitem')) , :class => "control-label col-sm-3" %>
<%= text_field :book, :part, {:name=>'rft.part', :class=>"part form-control"} %>
<%= label :book, :isbn, t('umlaut.citation.isbn'), :class => "control-label col-sm-3" %>
<%= text_field :book, :isbn, {:name=>'rft.isbn', :max_length => "17", :class=>"isbn form-control"} %>
Author
<%= label :book, :aulast, t('umlaut.citation.author.last'), :class => "control-label col-sm-3" %>
<%= text_field :book, :aulast, {:name=>'rft.aulast', :class=>"aulast form-control"} %>
<%= label :book, :aufirst, t('umlaut.citation.author.first'), :class => "control-label col-sm-3" %>
<%= text_field :book, :aufirst, {:name=>'rft.aufirst', :class=>"aufirst form-control"} %>
<%= submit_tag t('umlaut.search.action_label'), :class => "btn btn-default" %>