Sha256: c9c072d37959dad604f6cc538d70605380d1edff55f7f0e6183b00957537e697

Contents?: true

Size: 781 Bytes

Versions: 9

Compression:

Stored size: 781 Bytes

Contents

<div data-role="header">
<h1 class="title"><%= t('page.search_resource', :model => t('page.resource')) -%></h1>
</div>

<div data-role="content">
  <div data-role="fieldcontain">
    <%= form_for :manifestations, :html => {:method => 'get'} do -%>
      <label for="search_form_top"><%= t('page.search_term') -%>:</label>
      <%= search_field_tag 'query', h(@query), {:id => 'search_form_top', :class => 'search_form', :placeholder => t('page.search_term')} -%>
      <%= submit_tag t('page.search') -%>
    <% end %>
  </div>
</div>

<ul data-role="listview">
<% @manifestations.each do |manifestation| %>
  <li><%= link_to manifestation.original_title, manifestation %></li>
<% end %>
</ul>

<%= will_paginate(@manifestations, :renderer => WillPaginateJqueryMobileRenderer) %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_biblio-0.0.9 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.8 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.7 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.6 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.5 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.4 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.3 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.2 app/views/manifestations/index.mobile.erb
enju_biblio-0.0.1 app/views/manifestations/index.mobile.erb