Sha256: 2e3154bf288136065a93d818a0ced56bbbbb7e89851044d76b340ff3955115ad

Contents?: true

Size: 427 Bytes

Versions: 64

Compression:

Stored size: 427 Bytes

Contents

<h1>Email This</h1>
<%= form_tag url_for(:controller => "catalog", :action => "email"), :id => 'email_form', :method => :post do %>
  <%= label_tag(:to, "Email:") %><br/>
  <%= text_field_tag :to %><br/>
  <%= label_tag(:message, "Message:") %><br/>
  <%= text_area_tag :message %><br/>
  <% @documents.each do |doc| %>
    <%=hidden_field_tag "id[]", doc.get(:id)%>
  <% end %>
  <%= submit_tag "Send" %>
<% end %>

Version data entries

64 entries across 64 versions & 3 rubygems

Version Path
blacklight-3.0.0pre4 app/views/catalog/_email_form.html.erb
blacklight-3.0.0pre3 app/views/catalog/_email_form.html.erb
blacklight-3.0pre2 app/views/catalog/_email_form.html.erb
blacklight-3.0pre1 app/views/catalog/_email_form.html.erb