Sha256: f82e4aa82150cc38b9904f250a0365cc411e28d2f2cab3d6d04a19b024c2823a

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 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' -%>
      <%= 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 ui-widget-content">
  <ul>
    <li><%= link_to t('page.back_to', model: t('activerecord.models.checkout')), checkouts_path -%></li>
  </ul>
  <%= render 'reserved_facet' %>
  <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: 'TSV', class: 'icon'), checkouts_path(format: :txt, view: 'overdue', locale: @locale.to_s) -%>
    (<%= link_to 'TSV', checkouts_path(format: :txt, view: 'overdue', locale: @locale.to_s) -%>)
  </p>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre41 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre40 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre39 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre38 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre37 app/views/checkouts/_index_overdue.html.erb