enju_message 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. data/Rakefile +8 -9
  2. data/app/controllers/messages_controller.rb +2 -1
  3. data/app/models/message.rb +1 -0
  4. data/app/models/message_request.rb +3 -1
  5. data/app/models/message_template.rb +1 -0
  6. data/app/views/baskets/edit.html.erb +30 -0
  7. data/app/views/baskets/index.html.erb +31 -0
  8. data/app/views/baskets/new.html.erb +29 -0
  9. data/app/views/baskets/show.html.erb +23 -0
  10. data/app/views/carrier_type_has_checkout_types/_form.html.erb +19 -0
  11. data/app/views/carrier_type_has_checkout_types/edit.html.erb +13 -0
  12. data/app/views/carrier_type_has_checkout_types/index.html.erb +33 -0
  13. data/app/views/carrier_type_has_checkout_types/new.html.erb +12 -0
  14. data/app/views/carrier_type_has_checkout_types/show.html.erb +29 -0
  15. data/app/views/checked_items/_checkouts.html.erb +20 -0
  16. data/app/views/checked_items/_list.html.erb +39 -0
  17. data/app/views/checked_items/edit.html.erb +21 -0
  18. data/app/views/checked_items/index.html.erb +32 -0
  19. data/app/views/checked_items/index.js.erb +1 -0
  20. data/app/views/checked_items/new.html.erb +20 -0
  21. data/app/views/checked_items/show.html.erb +24 -0
  22. data/app/views/checkins/_form.html.erb +24 -0
  23. data/app/views/checkins/_list.html.erb +51 -0
  24. data/app/views/checkins/edit.html.erb +26 -0
  25. data/app/views/checkins/index.html.erb +16 -0
  26. data/app/views/checkins/index.js.erb +1 -0
  27. data/app/views/checkins/new.html.erb +14 -0
  28. data/app/views/checkins/show.html.erb +24 -0
  29. data/app/views/checkout_stat_has_manifestations/_form.html.erb +15 -0
  30. data/app/views/checkout_stat_has_manifestations/edit.html.erb +13 -0
  31. data/app/views/checkout_stat_has_manifestations/index.html.erb +33 -0
  32. data/app/views/checkout_stat_has_manifestations/new.html.erb +12 -0
  33. data/app/views/checkout_stat_has_manifestations/show.html.erb +28 -0
  34. data/app/views/checkout_stat_has_users/_form.html.erb +15 -0
  35. data/app/views/checkout_stat_has_users/edit.html.erb +13 -0
  36. data/app/views/checkout_stat_has_users/index.html.erb +33 -0
  37. data/app/views/checkout_stat_has_users/new.html.erb +12 -0
  38. data/app/views/checkout_stat_has_users/show.html.erb +28 -0
  39. data/app/views/checkout_types/_form.html.erb +19 -0
  40. data/app/views/checkout_types/edit.html.erb +13 -0
  41. data/app/views/checkout_types/index.html.erb +50 -0
  42. data/app/views/checkout_types/new.html.erb +12 -0
  43. data/app/views/checkout_types/show.html.erb +38 -0
  44. data/app/views/checkouts/_form.html.erb +28 -0
  45. data/app/views/checkouts/_index.html.erb +23 -0
  46. data/app/views/checkouts/_index_overdue.html.erb +33 -0
  47. data/app/views/checkouts/_index_user.html.erb +44 -0
  48. data/app/views/checkouts/_list.html.erb +45 -0
  49. data/app/views/checkouts/edit.html.erb +51 -0
  50. data/app/views/checkouts/index.atom.builder +14 -0
  51. data/app/views/checkouts/index.csv.erb +4 -0
  52. data/app/views/checkouts/index.html.erb +11 -0
  53. data/app/views/checkouts/index.ics.erb +13 -0
  54. data/app/views/checkouts/index.rss.builder +38 -0
  55. data/app/views/checkouts/new.html.erb +20 -0
  56. data/app/views/checkouts/show.html.erb +35 -0
  57. data/app/views/circulation_statuses/_form.html.erb +19 -0
  58. data/app/views/circulation_statuses/edit.html.erb +13 -0
  59. data/app/views/circulation_statuses/index.html.erb +43 -0
  60. data/app/views/circulation_statuses/new.html.erb +12 -0
  61. data/app/views/circulation_statuses/show.html.erb +29 -0
  62. data/app/views/item_has_use_restrictions/edit.html.erb +27 -0
  63. data/app/views/item_has_use_restrictions/index.html.erb +32 -0
  64. data/app/views/item_has_use_restrictions/new.html.erb +25 -0
  65. data/app/views/item_has_use_restrictions/show.html.erb +29 -0
  66. data/app/views/lending_policies/_form.html.erb +41 -0
  67. data/app/views/lending_policies/edit.html.erb +13 -0
  68. data/app/views/lending_policies/index.html.erb +42 -0
  69. data/app/views/lending_policies/new.html.erb +12 -0
  70. data/app/views/lending_policies/show.html.erb +50 -0
  71. data/app/views/manifestation_checkout_stats/_form.html.erb +19 -0
  72. data/app/views/manifestation_checkout_stats/edit.html.erb +13 -0
  73. data/app/views/manifestation_checkout_stats/index.html.erb +35 -0
  74. data/app/views/manifestation_checkout_stats/new.html.erb +12 -0
  75. data/app/views/manifestation_checkout_stats/show.csv.erb +4 -0
  76. data/app/views/manifestation_checkout_stats/show.html.erb +55 -0
  77. data/app/views/manifestation_reserve_stats/_form.html.erb +19 -0
  78. data/app/views/manifestation_reserve_stats/edit.html.erb +13 -0
  79. data/app/views/manifestation_reserve_stats/index.html.erb +35 -0
  80. data/app/views/manifestation_reserve_stats/new.html.erb +12 -0
  81. data/app/views/manifestation_reserve_stats/show.csv.erb +4 -0
  82. data/app/views/manifestation_reserve_stats/show.html.erb +55 -0
  83. data/app/views/reserve_stat_has_manifestations/_form.html.erb +15 -0
  84. data/app/views/reserve_stat_has_manifestations/edit.html.erb +13 -0
  85. data/app/views/reserve_stat_has_manifestations/index.html.erb +33 -0
  86. data/app/views/reserve_stat_has_manifestations/new.html.erb +12 -0
  87. data/app/views/reserve_stat_has_manifestations/show.html.erb +28 -0
  88. data/app/views/reserve_stat_has_users/_form.html.erb +15 -0
  89. data/app/views/reserve_stat_has_users/edit.html.erb +13 -0
  90. data/app/views/reserve_stat_has_users/index.html.erb +33 -0
  91. data/app/views/reserve_stat_has_users/new.html.erb +12 -0
  92. data/app/views/reserve_stat_has_users/show.html.erb +28 -0
  93. data/app/views/reserves/_form.html.erb +49 -0
  94. data/app/views/reserves/_new.html.erb +44 -0
  95. data/app/views/reserves/_new_user.html.erb +50 -0
  96. data/app/views/reserves/_title.html.erb +19 -0
  97. data/app/views/reserves/edit.html.erb +42 -0
  98. data/app/views/reserves/index.atom.builder +14 -0
  99. data/app/views/reserves/index.csv.erb +4 -0
  100. data/app/views/reserves/index.html.erb +75 -0
  101. data/app/views/reserves/index.rss.builder +41 -0
  102. data/app/views/reserves/new.html.erb +5 -0
  103. data/app/views/reserves/show.html.erb +61 -0
  104. data/app/views/use_restrictions/_form.html.erb +19 -0
  105. data/app/views/use_restrictions/edit.html.erb +13 -0
  106. data/app/views/use_restrictions/index.html.erb +43 -0
  107. data/app/views/use_restrictions/new.html.erb +12 -0
  108. data/app/views/use_restrictions/show.html.erb +29 -0
  109. data/app/views/user_checkout_stats/_form.html.erb +19 -0
  110. data/app/views/user_checkout_stats/edit.html.erb +13 -0
  111. data/app/views/user_checkout_stats/index.html.erb +35 -0
  112. data/app/views/user_checkout_stats/new.html.erb +12 -0
  113. data/app/views/user_checkout_stats/show.csv.erb +4 -0
  114. data/app/views/user_checkout_stats/show.html.erb +55 -0
  115. data/app/views/user_group_has_checkout_types/edit.html.erb +63 -0
  116. data/app/views/user_group_has_checkout_types/index.html.erb +32 -0
  117. data/app/views/user_group_has_checkout_types/new.html.erb +62 -0
  118. data/app/views/user_group_has_checkout_types/show.html.erb +64 -0
  119. data/app/views/user_reserve_stats/_form.html.erb +19 -0
  120. data/app/views/user_reserve_stats/edit.html.erb +13 -0
  121. data/app/views/user_reserve_stats/index.html.erb +35 -0
  122. data/app/views/user_reserve_stats/new.html.erb +12 -0
  123. data/app/views/user_reserve_stats/show.csv.erb +4 -0
  124. data/app/views/user_reserve_stats/show.html.erb +54 -0
  125. data/lib/enju_message/version.rb +1 -1
  126. data/spec/controllers/message_requests_controller_spec.rb +1 -1
  127. data/spec/dummy/db/development.sqlite3 +0 -0
  128. data/spec/dummy/db/production.sqlite3 +0 -0
  129. data/spec/dummy/db/test.sqlite3 +0 -0
  130. data/spec/dummy/solr/data/test/index/_0.fdt +0 -0
  131. data/spec/dummy/solr/data/test/index/_0.fdx +0 -0
  132. data/spec/dummy/solr/data/test/index/_0.fnm +3 -0
  133. data/spec/dummy/solr/data/test/index/_0.frq +1 -0
  134. data/spec/dummy/solr/data/test/index/_0.nrm +1 -0
  135. data/spec/dummy/solr/data/test/index/_0.prx +0 -0
  136. data/spec/dummy/solr/data/test/index/_0.tii +0 -0
  137. data/spec/dummy/solr/data/test/index/_0.tis +0 -0
  138. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  139. data/spec/dummy/solr/data/test/index/segments_2 +0 -0
  140. data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
  141. data/spec/factories/message_request.rb +1 -0
  142. metadata +143 -4
  143. data/spec/dummy/solr/data/test/index/segments_1 +0 -0
@@ -0,0 +1,19 @@
1
+ <%= form_for(@manifestation_checkout_stat) do |f| -%>
2
+ <%= f.error_messages -%>
3
+
4
+ <div class="field">
5
+ <%= f.label :start_date -%><br />
6
+ <%= f.datetime_select :start_date -%>
7
+ </div>
8
+ <div class="field">
9
+ <%= f.label :end_date -%><br />
10
+ <%= f.datetime_select :end_date -%>
11
+ </div>
12
+ <div class="field">
13
+ <%= f.label :note -%><br />
14
+ <%= f.text_area :note -%>
15
+ </div>
16
+ <div class="actions">
17
+ <%= f.submit %>
18
+ </div>
19
+ <%- end -%>
@@ -0,0 +1,13 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.editing', :model => t('activerecord.models.manifestation_checkout_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.show'), @manifestation_checkout_stat -%></li>
11
+ <li><%= link_to t('page.back'), manifestation_checkout_stats_path -%></li>
12
+ </ul>
13
+ </div>
@@ -0,0 +1,35 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.manifestation_checkout_stat')) -%></h1>
3
+ <div id="content_list">
4
+
5
+ <table class="index">
6
+ <tr>
7
+ <th><%= t('activerecord.attributes.manifestation_checkout_stat.start_date') -%></th>
8
+ <th><%= t('activerecord.attributes.manifestation_checkout_stat.end_date') -%></th>
9
+ <th><%= t('activerecord.attributes.manifestation_checkout_stat.state') -%></th>
10
+ <th></th>
11
+ </tr>
12
+
13
+ <%- @manifestation_checkout_stats.each do |manifestation_checkout_stat| -%>
14
+ <tr class="line<%= cycle("0", "1") -%>">
15
+ <td><%= l(manifestation_checkout_stat.start_date) -%></td>
16
+ <td><%= l(manifestation_checkout_stat.end_date) -%></td>
17
+ <td><%= manifestation_checkout_stat.state -%></td>
18
+ <td>
19
+ <%= link_to t('page.show'), manifestation_checkout_stat -%>
20
+ <%= link_to t('page.edit'), edit_manifestation_checkout_stat_path(manifestation_checkout_stat) -%>
21
+ <%= link_to t('page.destroy'), manifestation_checkout_stat, :confirm => t('page.are_you_sure'), :method => :delete -%>
22
+ </td>
23
+ </tr>
24
+ <%- end -%>
25
+ </table>
26
+
27
+ <%= will_paginate(@manifestation_checkout_stats) -%>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="submenu" class="ui-corner-all">
32
+ <ul>
33
+ <li><%= link_to t('page.new', :model => t('activerecord.models.manifestation_checkout_stat')), new_manifestation_checkout_stat_path -%></li>
34
+ </ul>
35
+ </div>
@@ -0,0 +1,12 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.new', :model => t('activerecord.models.manifestation_checkout_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.back'), manifestation_checkout_stats_path -%></li>
11
+ </ul>
12
+ </div>
@@ -0,0 +1,4 @@
1
+ <%=h @manifestation_checkout_stat.start_date -%>,<%=h @manifestation_checkout_stat.end_date -%><%= "\n" -%>
2
+ <%- @stats.each do |stat| -%>
3
+ "<%=h stat.user.username -%>","<%=h stat.checkouts_count -%>"<%= "\n" -%>
4
+ <%- end -%>
@@ -0,0 +1,55 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.manifestation_checkout_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <p id="notice"><%= notice %></p>
5
+
6
+ <p>
7
+ <strong><%= t('activerecord.attributes.manifestation_checkout_stat.start_date') -%>:</strong>
8
+ <%= l(@manifestation_checkout_stat.start_date) -%>
9
+ </p>
10
+
11
+ <p>
12
+ <strong><%= t('activerecord.attributes.manifestation_checkout_stat.end_date') -%>:</strong>
13
+ <%= l(@manifestation_checkout_stat.end_date) -%>
14
+ </p>
15
+
16
+ <p>
17
+ <strong><%= t('activerecord.attributes.manifestation_checkout_stat.state') -%>:</strong>
18
+ <%= @manifestation_checkout_stat.state -%>
19
+ </p>
20
+
21
+ <p>
22
+ <strong><%= t('activerecord.attributes.manifestation_checkout_stat.note') -%>:</strong>
23
+ <%= @manifestation_checkout_stat.note -%>
24
+ </p>
25
+
26
+ <table class="index">
27
+ <tr>
28
+ <th><%= t('activerecord.models.manifestation') -%></th>
29
+ <th><%= t('activerecord.attributes.checkout_stat_has_manifestation.checkouts_count') -%></th>
30
+ </tr>
31
+ <%- @stats.each do |stat| -%>
32
+ <tr class="line<%= cycle("0", "1") -%>">
33
+ <td>
34
+ <%= render 'manifestations/show_index', :manifestation => stat.manifestation -%>
35
+ </td>
36
+ <td><%= stat.checkouts_count -%></td>
37
+ </tr>
38
+ <%- end -%>
39
+ </table>
40
+
41
+ <%= will_paginate(@stats) -%>
42
+
43
+ </div>
44
+ </div>
45
+
46
+ <div id="submenu" class="ui-corner-all">
47
+ <ul>
48
+ <li><%= link_to t('page.edit'), edit_manifestation_checkout_stat_path(@manifestation_checkout_stat) -%></li>
49
+ <li><%= back_to_index(flash[:page_info]) -%></li>
50
+ </ul>
51
+ <h4><%= t('page.export') -%></h4>
52
+ <ul>
53
+ <li><%= link_to 'CSV', manifestation_checkout_stat_path(@manifestation_checkout_stat, :format => :csv, :locale => @locale.to_s) -%></li>
54
+ </ul>
55
+ </div>
@@ -0,0 +1,19 @@
1
+ <%= form_for(@manifestation_reserve_stat) do |f| -%>
2
+ <%= f.error_messages -%>
3
+
4
+ <div class="field">
5
+ <%= f.label :start_date -%><br />
6
+ <%= f.datetime_select :start_date -%>
7
+ </div>
8
+ <div class="field">
9
+ <%= f.label :end_date -%><br />
10
+ <%= f.datetime_select :end_date -%>
11
+ </div>
12
+ <div class="field">
13
+ <%= f.label :note -%><br />
14
+ <%= f.text_area :note -%>
15
+ </div>
16
+ <div class="actions">
17
+ <%= f.submit %>
18
+ </div>
19
+ <%- end -%>
@@ -0,0 +1,13 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.editing', :model => t('activerecord.models.manifestation_reserve_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.show'), @manifestation_reserve_stat -%></li>
11
+ <li><%= link_to t('page.back'), manifestation_reserve_stats_path -%></li>
12
+ </ul>
13
+ </div>
@@ -0,0 +1,35 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.manifestation_reserve_stat')) -%></h1>
3
+ <div id="content_list">
4
+
5
+ <table class="index">
6
+ <tr>
7
+ <th><%= t('activerecord.attributes.manifestation_reserve_stat.start_date') -%></th>
8
+ <th><%= t('activerecord.attributes.manifestation_reserve_stat.end_date') -%></th>
9
+ <th><%= t('activerecord.attributes.manifestation_reserve_stat.state') -%></th>
10
+ <th></th>
11
+ </tr>
12
+
13
+ <%- @manifestation_reserve_stats.each do |manifestation_reserve_stat| -%>
14
+ <tr class="line<%= cycle("0", "1") -%>">
15
+ <td><%= l(manifestation_reserve_stat.start_date) -%></td>
16
+ <td><%= l(manifestation_reserve_stat.end_date) -%></td>
17
+ <td><%= manifestation_reserve_stat.state -%></td>
18
+ <td>
19
+ <%= link_to t('page.show'), manifestation_reserve_stat -%>
20
+ <%= link_to t('page.edit'), edit_manifestation_reserve_stat_path(manifestation_reserve_stat) -%>
21
+ <%= link_to t('page.destroy'), manifestation_reserve_stat, :confirm => t('page.are_you_sure'), :method => :delete -%>
22
+ </td>
23
+ </tr>
24
+ <%- end -%>
25
+ </table>
26
+
27
+ <%= will_paginate(@manifestation_reserve_stats) -%>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="submenu" class="ui-corner-all">
32
+ <ul>
33
+ <li><%= link_to t('page.new', :model => t('activerecord.models.manifestation_reserve_stat')), new_manifestation_reserve_stat_path -%></li>
34
+ </ul>
35
+ </div>
@@ -0,0 +1,12 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.new', :model => t('activerecord.models.manifestation_reserve_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.back'), manifestation_reserve_stats_path -%></li>
11
+ </ul>
12
+ </div>
@@ -0,0 +1,4 @@
1
+ <%=h @manifestation_reserve_stat.start_date -%>,<%=h @manifestation_reserve_stat.end_date -%><%= "\n" -%>
2
+ <%- @stats.each do |stat| -%>
3
+ "<%=h stat.user.username -%>","<%=h stat.reserves_count -%>"<%= "\n" -%>
4
+ <%- end -%>
@@ -0,0 +1,55 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.manifestation_reserve_stat')) -%></h1>
3
+ <div id="content_list">
4
+ <p id="notice"><%= notice %></p>
5
+
6
+ <p>
7
+ <strong><%= t('activerecord.attributes.manifestation_reserve_stat.start_date') -%>:</strong>
8
+ <%= l(@manifestation_reserve_stat.start_date) -%>
9
+ </p>
10
+
11
+ <p>
12
+ <strong><%= t('activerecord.attributes.manifestation_reserve_stat.end_date') -%>:</strong>
13
+ <%= l(@manifestation_reserve_stat.end_date) -%>
14
+ </p>
15
+
16
+ <p>
17
+ <strong><%= t('activerecord.attributes.manifestation_reserve_stat.state') -%>:</strong>
18
+ <%= @manifestation_reserve_stat.state -%>
19
+ </p>
20
+
21
+ <p>
22
+ <strong><%= t('activerecord.attributes.manifestation_reserve_stat.note') -%>:</strong>
23
+ <%= @manifestation_reserve_stat.note -%>
24
+ </p>
25
+
26
+ <table class="index">
27
+ <tr>
28
+ <th><%= t('activerecord.models.manifestation') -%></th>
29
+ <th><%= t('activerecord.attributes.reserve_stat_has_manifestation.reserves_count') -%></th>
30
+ </tr>
31
+ <%- @stats.each do |stat| -%>
32
+ <tr class="line<%= cycle("0", "1") -%>">
33
+ <td>
34
+ <%= render 'manifestations/show_index', :manifestation => stat.manifestation -%>
35
+ </td>
36
+ <td><%= stat.reserves_count -%></td>
37
+ </tr>
38
+ <%- end -%>
39
+ </table>
40
+
41
+ <%= will_paginate(@stats) -%>
42
+
43
+ </div>
44
+ </div>
45
+
46
+ <div id="submenu" class="ui-corner-all">
47
+ <ul>
48
+ <li><%= link_to t('page.edit'), edit_manifestation_reserve_stat_path(@manifestation_reserve_stat) -%></li>
49
+ <li><%= back_to_index(flash[:page_info]) -%></li>
50
+ </ul>
51
+ <h4><%= t('page.export') -%></h4>
52
+ <ul>
53
+ <li><%= link_to 'CSV', manifestation_reserve_stat_path(@manifestation_reserve_stat, :format => :csv, :locale => @locale.to_s) -%></li>
54
+ </ul>
55
+ </div>
@@ -0,0 +1,15 @@
1
+ <%= form_for(@reserve_stat_has_manifestation) do |f| -%>
2
+ <%= f.error_messages -%>
3
+
4
+ <div class="field">
5
+ <%= f.label t('activerecord.models.manifestation_reserve_stat') -%><br />
6
+ <%= f.text_field :manifestation_reserve_stat_id -%>
7
+ </div>
8
+ <div class="field">
9
+ <%= f.label t('activerecord.models.manifestation') -%><br />
10
+ <%= f.text_field :manifestation_id -%>
11
+ </div>
12
+ <div class="actions">
13
+ <%= f.submit %>
14
+ </div>
15
+ <%- end -%>
@@ -0,0 +1,13 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.editing', :model => t('activerecord.models.reserve_stat_has_manifestation')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.show'), @reserve_stat_has_manifestation -%></li>
11
+ <li><%= link_to t('page.back'), reserve_stat_has_manifestations_path -%></li>
12
+ </ul>
13
+ </div>
@@ -0,0 +1,33 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('activerecord.models.reserve_stat_has_manifestation') -%></h1>
3
+ <div id="content_list">
4
+
5
+ <table class="index">
6
+ <tr>
7
+ <th><%= t('activerecord.models.manifestation_reserve_stat') -%></th>
8
+ <th><%= t('activerecord.models.manifestation') -%></th>
9
+ <th><%= t('activerecord.attributes.reserve_stat_has_manifestation.reserves_count') -%></th>
10
+ </tr>
11
+
12
+ <%- @reserve_stat_has_manifestations.each do |reserve_stat_has_manifestation| -%>
13
+ <tr class="line<%= cycle("0", "1") -%>">
14
+ <td><%= link_to reserve_stat_has_manifestation.manifestation_reserve_stat.id, reserve_stat_has_manifestation.manifestation_reserve_stat -%></td>
15
+ <td><%= link_to reserve_stat_has_manifestation.manifestation.original_title, reserve_stat_has_manifestation.manifestation -%></td>
16
+ <td><%= reserve_stat_has_manifestation.reserves_count -%></td>
17
+ <td><%= link_to t('page.show'), reserve_stat_has_manifestation -%></td>
18
+ <td><%= link_to t('page.edit'), edit_reserve_stat_has_manifestation_path(reserve_stat_has_manifestation) -%></td>
19
+ <td><%= link_to t('page.destroy'), reserve_stat_has_manifestation, :confirm => t('page.are_you_sure'), :method => :delete -%></td>
20
+ </tr>
21
+ <%- end -%>
22
+ </table>
23
+
24
+ <%= will_paginate(@reserve_stat_has_manifestations) -%>
25
+
26
+ </div>
27
+ </div>
28
+
29
+ <div id="submenu" class="ui-corner-all">
30
+ <ul>
31
+ <li><%= link_to t('page.new', :model => t('activerecord.models.reserve_stat_has_manifestation')), new_reserve_stat_has_manifestation_path -%></li>
32
+ </ul>
33
+ </div>
@@ -0,0 +1,12 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.new', :model => t('activerecord.models.reserve_stat_has_manifestation')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.back'), reserve_stat_has_manifestations_path -%></li>
11
+ </ul>
12
+ </div>
@@ -0,0 +1,28 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.reserve_stat_has_manifestation')) -%></h1>
3
+ <div id="content_list">
4
+ <p id="notice"><%= notice %></p>
5
+
6
+ <p>
7
+ <strong><%= t('activerecord.models.manifestation_reserve_stat') -%></strong>
8
+ <%= link_to @reserve_stat_has_manifestation.manifestation_reserve_stat.id, @reserve_stat_has_manifestation.manifestation_reserve_stat -%>
9
+ </p>
10
+
11
+ <p>
12
+ <strong><%= t('activerecord.models.manifestation') -%>:</strong>
13
+ <%= link_to @reserve_stat_has_manifestation.manifestation.original_title, @reserve_stat_has_manifestation.manifestation -%>
14
+ </p>
15
+
16
+ <p>
17
+ <strong><%= t('activerecord.attributes.reserve_stat_has_manifestation.reserves_count') -%></strong>
18
+ <%= @reserve_stat_has_manifestation.reserves_count -%>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ <div id="submenu" class="ui-corner-all">
24
+ <ul>
25
+ <li><%= link_to t('page.edit'), edit_reserve_stat_has_manifestation_path(@reserve_stat_has_manifestation) -%></li>
26
+ <li><%= back_to_index(flash[:page_info]) -%></li>
27
+ </ul>
28
+ </div>
@@ -0,0 +1,15 @@
1
+ <%= form_for(@reserve_stat_has_user) do |f| -%>
2
+ <%= f.error_messages -%>
3
+
4
+ <div class="field">
5
+ <%= f.label t('activerecord.models.user_reserve_stat') -%><br />
6
+ <%= f.text_field :user_reserve_stat_id -%>
7
+ </div>
8
+ <div class="field">
9
+ <%= f.label t('activerecord.models.user') -%><br />
10
+ <%= f.text_field :user_id -%>
11
+ </div>
12
+ <div class="actions">
13
+ <%= f.submit %>
14
+ </div>
15
+ <%- end -%>
@@ -0,0 +1,13 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('page.editing', :model => t('activerecord.models.reserve_stat_has_user')) -%></h1>
3
+ <div id="content_list">
4
+ <%= render 'form' %>
5
+ </div>
6
+ </div>
7
+
8
+ <div id="submenu" class="ui-corner-all">
9
+ <ul>
10
+ <li><%= link_to t('page.show'), @reserve_stat_has_user -%></li>
11
+ <li><%= link_to t('page.back'), reserve_stat_has_users_path -%></li>
12
+ </ul>
13
+ </div>
@@ -0,0 +1,33 @@
1
+ <div id="content_detail" class="ui-corner-all">
2
+ <h1 class="title"><%= t('activerecord.models.reserve_stat_has_user') -%></h1>
3
+ <div id="content_list">
4
+
5
+ <table class="index">
6
+ <tr>
7
+ <th><%= t('activerecord.models.user_reserve_stat') -%></th>
8
+ <th><%= t('activerecord.models.user') -%></th>
9
+ <th><%= t('activerecord.attributes.reserve_stat_has_user.reserves_count') -%></th>
10
+ </tr>
11
+
12
+ <%- @reserve_stat_has_users.each do |reserve_stat_has_user| -%>
13
+ <tr class="line<%= cycle("0", "1") -%>">
14
+ <td><%= link_to reserve_stat_has_user.user_reserve_stat.id, reserve_stat_has_user.user_reserve_stat -%></td>
15
+ <td><%= link_to reserve_stat_has_user.user.username, reserve_stat_has_user.user -%></td>
16
+ <td><%= reserve_stat_has_user.reserves_count -%></td>
17
+ <td><%= link_to t('page.show'), reserve_stat_has_user -%></td>
18
+ <td><%= link_to t('page.edit'), edit_reserve_stat_has_user_path(reserve_stat_has_user) -%></td>
19
+ <td><%= link_to t('page.destroy'), reserve_stat_has_user, :confirm => 'Are you sure?', :method => :delete -%></td>
20
+ </tr>
21
+ <%- end -%>
22
+ </table>
23
+
24
+ <%= will_paginate(@reserve_stat_has_users) -%>
25
+
26
+ </div>
27
+ </div>
28
+
29
+ <div id="submenu" class="ui-corner-all">
30
+ <ul>
31
+ <li><%= link_to t('page.new', :model => t('activerecord.models.reserve_stat_has_user')), new_reserve_stat_has_user_path -%></li>
32
+ </ul>
33
+ </div>