Sha256: ad997b69ddc70f95ef365a793ac4bbb378cdd3f6c81da0903c14abd86944f6b0

Contents?: true

Size: 1.3 KB

Versions: 88

Compression:

Stored size: 1.3 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('checkout.listing_overdue_item') -%></h1>
<div id="content_list">

  <%= form_for(:checkouts, :url => checkouts_path, :html => {:method => 'get'}) do -%>
    <p>
      <%= t('checkout.number_of_day_overdue') -%>:
      <%= text_field_tag 'days_overdue', h(@days_overdue), :class => 'resource_integer' -%>
      <%= hidden_field_tag 'view', 'overdue' -%>
      <%= submit_tag t('page.search') -%>
    </p>
  <%- end -%>

<%= render 'list' -%>

<%- if @checkouts.size == 0 -%>
  <p><%= t('checkout.no_checkout') -%></p>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.back_to', :model => t('activerecord.models.checkout')), checkouts_path -%></li>
  </ul>
  <p>
    <%= link_to (image_tag 'icons/feed.png', :size => '16x16', :alt => 'RSS', :class => 'icon'), checkouts_path(:format => :rss, :view => 'overdue') -%>
    (<%= link_to 'RSS', checkouts_path(:format => :rss, :view => 'overdue') -%>)
    <%= link_to (image_tag 'icons/page_white_excel.png', :size => '16x16', :alt => 'CSV', :class => 'icon'), checkouts_path(:format => :csv, :view => 'overdue', :locale => @locale.to_s) -%>
    (<%= link_to 'CSV', checkouts_path(:format => :csv, :view => 'overdue', :locale => @locale.to_s) -%>)
  </p>
</div>

Version data entries

88 entries across 88 versions & 2 rubygems

Version Path
enju_message-0.1.11 app/views/checkouts/_index_overdue.html.erb
enju_message-0.0.25 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.69 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.68 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.67 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.66 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.65 app/views/checkouts/_index_overdue.html.erb
enju_message-0.1.9 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.64 app/views/checkouts/_index_overdue.html.erb
enju_message-0.0.24 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.63 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.62 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.61 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.60 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.59 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.58 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.57 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.56 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.55 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.0.54 app/views/checkouts/_index_overdue.html.erb