Sha256: 88eb3acf849754b0f9b0f3068af7aa6991e167b3108f66d5c6dfde1318973be7

Contents?: true

Size: 1.37 KB

Versions: 13

Compression:

Stored size: 1.37 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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' -%>
      <%= submit_tag t('page.search') -%>
    </p>
  <%- end -%>

<%= render 'list', checkouts: @checkouts -%>

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.back_to', model: t('activerecord.models.checkout')), checkouts_path -%></li>
  </ul>
  <%= render 'reserved_facet' %>
  <h4><%= t('page.other_format') %></h4>
  <ul>
    <li>
      <%= link_to 'RSS', checkouts_path(format: :rss, days_overdue: 1) -%>
      <%= link_to image_tag('icons/feed.png', size: '16x16', class: 'enju_icon', alt: 'RSS'), checkouts_path(format: :rss, days_overdue: 1) -%>
    </li>
    <li>
      <%= link_to 'TSV', checkouts_path(format: :txt, days_overdue: 1, locale: @locale.to_s) -%>
      <%= link_to image_tag('icons/page_white_excel.png', size: '16x16', class: 'enju_icon', alt: 'TSV'), checkouts_path(format: :txt, days_overdue: 1, locale: @locale.to_s) -%>
    </li>
  </ul>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
enju_circulation-0.3.3 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.3.2 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.3.1 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.3.0 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.3.0.rc.1 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.3.0.beta.1 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.5 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.4 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.3 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.2 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.1 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.0 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.2.0.beta.4 app/views/checkouts/_index_overdue.html.erb