enju_flower 0.1.0.pre13 → 0.1.0.pre14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +2 -2
- data/app/views/manifestations/_show_detail_librarian.html.erb +3 -3
- data/app/views/manifestations/_show_detail_user.html.erb +2 -0
- data/app/views/manifestations/_show_holding.html.erb +3 -0
- data/app/views/manifestations/_show_reservation.html.erb +27 -0
- data/app/views/manifestations/_show_series_detail.html.erb +12 -0
- data/app/views/manifestations/index.mobile.erb +1 -1
- data/app/views/page/_footer.html.erb +3 -3
- data/lib/enju_flower/version.rb +1 -1
- data/spec/dummy/config/initializers/devise.rb +2 -0
- data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +9 -0
- data/spec/dummy/db/schema.rb +184 -188
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/conf/schema.xml +4 -0
- data/spec/dummy/solr/conf/solrconfig.xml +588 -855
- data/spec/dummy/solr/default/data/index/_xg.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_xg.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_xg.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_xg.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_xg.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_xg.si +0 -0
- data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_xg_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/_xh.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_xh.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_xh.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_xh.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_xh.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_xh.si +0 -0
- data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_xh_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/_xi.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_xi.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_xi.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_xi.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_xi.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_xi.si +0 -0
- data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_xi_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/segments.gen +0 -0
- data/spec/dummy/solr/default/data/index/segments_178 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001552 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001553 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000001554 +0 -0
- data/spec/dummy/solr/{data/test/spellchecker → development/data/index}/segments.gen +0 -0
- data/spec/dummy/solr/development/data/index/segments_1 +0 -0
- data/spec/dummy/solr/solr.xml +8 -0
- data/spec/dummy/solr/test/data/index/segments.gen +0 -0
- data/spec/dummy/solr/test/data/index/segments_1 +0 -0
- data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
- data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
- data/spec/factories/user.rb +1 -1
- data/spec/fixtures/user_groups.yml +1 -1
- metadata +130 -137
- data/app/controllers/manifestations_controller.rb +0 -771
- data/app/views/layouts/agents.html.erb +0 -26
- data/app/views/layouts/agents.mobile.erb +0 -18
- data/app/views/layouts/manifestations.html.erb +0 -32
- data/app/views/layouts/manifestations.mobile.erb +0 -18
- data/app/views/page/add_on.html.erb +0 -13
- data/app/views/page/msie_acceralator.builder +0 -15
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +0 -9
- data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +0 -12
- data/spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb +0 -5
- data/spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb +0 -5
- data/spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb +0 -5
- data/spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb +0 -5
- data/spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb +0 -5
- data/spec/dummy/solr/data/test/index/_20.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_20.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_20.fnm +0 -7
- data/spec/dummy/solr/data/test/index/_20.frq +0 -0
- data/spec/dummy/solr/data/test/index/_20.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_20.prx +0 -0
- data/spec/dummy/solr/data/test/index/_20.tii +0 -0
- data/spec/dummy/solr/data/test/index/_20.tis +0 -0
- data/spec/dummy/solr/data/test/index/_21.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_21.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_21.fnm +0 -7
- data/spec/dummy/solr/data/test/index/_21.frq +0 -0
- data/spec/dummy/solr/data/test/index/_21.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_21.prx +0 -0
- data/spec/dummy/solr/data/test/index/_21.tii +0 -0
- data/spec/dummy/solr/data/test/index/_21.tis +0 -0
- data/spec/dummy/solr/data/test/index/_22.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_22.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_22.fnm +0 -8
- data/spec/dummy/solr/data/test/index/_22.frq +0 -0
- data/spec/dummy/solr/data/test/index/_22.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_22.prx +0 -0
- data/spec/dummy/solr/data/test/index/_22.tii +0 -0
- data/spec/dummy/solr/data/test/index/_22.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/segments_2s +0 -0
- data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
- data/spec/fixtures/agent_import_files.yml +0 -47
- data/spec/fixtures/agent_import_results.yml +0 -29
- data/spec/fixtures/circulation_statuses.yml +0 -136
- data/spec/fixtures/event_categories.yml +0 -55
- data/spec/fixtures/events.yml +0 -142
- data/spec/fixtures/item_has_use_restrictions.yml +0 -61
@@ -1,26 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= @locale.to_s -%>" lang="<%= @locale.to_s -%>">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8" />
|
5
|
-
<title><%= title(controller.controller_name) %></title>
|
6
|
-
<%= render 'page/include' %>
|
7
|
-
<%- if controller.action_name == 'index' -%>
|
8
|
-
<%= auto_discovery_link_tag(:rss, url_for(params.merge(:format => 'rss', :page => nil, :commit => nil, :only_path => true)), :title => (t('agent.library_group_agent', :library_group_name => @library_group.display_name.localize) + " (RSS)")) %>
|
9
|
-
<%= auto_discovery_link_tag(:atom, url_for(params.merge(:format => 'atom', :page => nil, :commit => nil, :only_path => true)), :title => (t('agent.library_group_agent', :library_group_name => @library_group.display_name.localize) + " (Atom)")) %>
|
10
|
-
<%- end -%>
|
11
|
-
</head>
|
12
|
-
<body>
|
13
|
-
|
14
|
-
<%= render 'page/header' %>
|
15
|
-
<%= render 'page/menu' %>
|
16
|
-
|
17
|
-
<div id="content">
|
18
|
-
|
19
|
-
<%= yield %>
|
20
|
-
|
21
|
-
</div>
|
22
|
-
|
23
|
-
<%= render 'page/footer' %>
|
24
|
-
|
25
|
-
</body>
|
26
|
-
</html>
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title><%= title(controller.controller_name) %></title>
|
5
|
-
<%= render 'page/mobile' %>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
|
9
|
-
<div data-role="page">
|
10
|
-
|
11
|
-
<%= yield %>
|
12
|
-
|
13
|
-
<%= render 'page/footer' %>
|
14
|
-
|
15
|
-
</div>
|
16
|
-
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,32 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= @locale.to_s -%>" lang="<%= @locale.to_s -%>">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8" />
|
5
|
-
<title><%= resource_title(@manifestation, controller.action_name) %></title>
|
6
|
-
<%= render 'page/include' %>
|
7
|
-
<%- if controller.action_name == 'index' -%>
|
8
|
-
<%= auto_discovery_link_tag(:rss, url_for(params.merge(:format => :rss, :page => nil, :commit => nil, :only_path => true)), :title => (t('manifestation.library_group_manifestation', :library_group_name => @library_group.display_name.localize) + " (RSS)")) %>
|
9
|
-
<%= auto_discovery_link_tag(:atom, url_for(params.merge(:format => :atom, :page => nil, :commit => nil, :only_path => true)), :title => (t('manifestation.library_group_manifestation', :library_group_name => @library_group.display_name.localize) + " (Atom)")) %>
|
10
|
-
<%- end -%>
|
11
|
-
<% if controller.action_name == 'show' %>
|
12
|
-
<% if Setting.book_jacket.source == :google %>
|
13
|
-
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
|
14
|
-
<%= render 'manifestations/google_book_thumbnail_header' %>
|
15
|
-
<% end %>
|
16
|
-
<% end %>
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
|
20
|
-
<%= render 'page/header' %>
|
21
|
-
<%= render 'page/menu' %>
|
22
|
-
|
23
|
-
<div id="content">
|
24
|
-
|
25
|
-
<%= yield %>
|
26
|
-
|
27
|
-
</div>
|
28
|
-
|
29
|
-
<%= render 'page/footer' %>
|
30
|
-
|
31
|
-
</body>
|
32
|
-
</html>
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title><%= resource_title(@manifestation, controller.action_name) %></title>
|
5
|
-
<%= render 'page/mobile' %>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
|
9
|
-
<div data-role="page">
|
10
|
-
|
11
|
-
<%= yield %>
|
12
|
-
|
13
|
-
<%= render 'page/footer' %>
|
14
|
-
|
15
|
-
</div>
|
16
|
-
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
xml.openServiceDescription("xmlns" => "http://www.microsoft.com/schemas/openservicedescription/1.0") do
|
2
|
-
xml.homepageUrl LibraryGroup.site_config.url
|
3
|
-
xml.display do
|
4
|
-
xml.name LibraryGroup.system_name(@locale)
|
5
|
-
xml.description t('page.search_catalog_at', :library_name => LibraryGroup.system_name(@locale))
|
6
|
-
end
|
7
|
-
xml.activity("category" => t('page.search')) do
|
8
|
-
xml.activityAction do
|
9
|
-
xml.preview("action" => manifestations_url)
|
10
|
-
xml.execute("action" => manifestations_url) do
|
11
|
-
xml.parameter("name" => "query", "value" => "{selection}")
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
Binary file
|
@@ -1,12 +0,0 @@
|
|
1
|
-
class CreateSeriesStatementMerges < ActiveRecord::Migration
|
2
|
-
def change
|
3
|
-
create_table :series_statement_merges do |t|
|
4
|
-
t.integer :series_statement_id, :null => false
|
5
|
-
t.integer :series_statement_merge_list_id, :null => false
|
6
|
-
|
7
|
-
t.timestamps
|
8
|
-
end
|
9
|
-
add_index :series_statement_merges, :series_statement_id
|
10
|
-
add_index :series_statement_merges, :series_statement_merge_list_id
|
11
|
-
end
|
12
|
-
end
|
Binary file
|
Binary file
|
@@ -1,7 +0,0 @@
|
|
1
|
-
����,idtype
|
2
|
-
class_nametitle_smconnect_title_sconnect_creator_sconnect_publisher_sisbn_smcarrier_type_s
|
3
|
-
library_sm
|
4
|
-
language_sitem_identifier_smshelf_smcreated_at_dupdated_at_dcreator_ids_imcontributor_ids_impublisher_ids_imitem_ids_imrequired_role_id_istart_page_i
|
5
|
-
end_page_inumber_of_pages_irepository_content_b
|
6
|
-
creator_smsort_title_speriodical_bseries_master_bresource_master_b
|
7
|
-
title_textcreator_textcontributor_textpublisher_textitem_identifier_textaulast_textaufirst_textau_textbtitle_text isbn_textissn_smoriginal_manifestation_ids_im
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
NRM�turxtuxutrtwsssuuvyrttrvrrtxtxswuywtrtyvywtuwwttptxy|||||||||||tuuu|||||||||||||||||||||||||||||||||wxwwx|||||||||||||||||||||||||||||||||||||||||||||wxwwx|||||||||||||||||||||||||||u|||||||||||||||||uvw|||||||x|||||||||||||||||||||||||||||||||||||||y||||||||||||w���|||||||||||||||||||||||||||||||||��|||||||||||w���|||||||||||||||||||||||||||||||||xy|||||||||||tuuu|||||||||||||||||||||||||||||||||turxtuxutrtwsssuuvyrttrvrrtxtxswuywtrtyvywtuwwttptyyyy||yyyy||||||||||||||||y|y|||y|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,7 +0,0 @@
|
|
1
|
-
����,idtype
|
2
|
-
class_nametitle_smconnect_title_sconnect_creator_sconnect_publisher_sisbn_smcarrier_type_s
|
3
|
-
library_sm
|
4
|
-
language_sitem_identifier_smshelf_smcreated_at_dupdated_at_dcreator_ids_imcontributor_ids_impublisher_ids_imitem_ids_imrequired_role_id_istart_page_i
|
5
|
-
end_page_inumber_of_pages_irepository_content_b
|
6
|
-
creator_smsort_title_speriodical_bseries_master_bresource_master_b
|
7
|
-
title_textcreator_textcontributor_textpublisher_textitem_identifier_textaulast_textaufirst_textau_textbtitle_text isbn_textissn_smoriginal_manifestation_ids_im
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
NRM�xuuwuyutxxvxvxwtyvxwxxxvvtwwxvytwxwrwvxxyxuyxyuysx||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||xuuwuyutxxvxvxwtyvxwxxxvvtwwxvytwxwrwvxxyxuyxyuysx||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,8 +0,0 @@
|
|
1
|
-
����4idtype
|
2
|
-
class_nametitle_smconnect_title_sconnect_creator_sconnect_publisher_sisbn_smcarrier_type_s
|
3
|
-
library_sm
|
4
|
-
language_sitem_identifier_smshelf_smcreated_at_dupdated_at_dcreator_ids_imcontributor_ids_impublisher_ids_imitem_ids_imrequired_role_id_istart_page_i
|
5
|
-
end_page_inumber_of_pages_irepository_content_b
|
6
|
-
creator_smsort_title_speriodical_bseries_master_bresource_master_b
|
7
|
-
title_textcreator_textcontributor_textpublisher_textitem_identifier_textaulast_textaufirst_textau_textbtitle_text isbn_textissn_smoriginal_manifestation_ids_im
|
8
|
-
pub_year_i
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
NRM�vruwvvuur|xutusttwwuuuuuuxx||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||xtt|uuutt||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||vruwvvuur|x||u|ttwwuuuuuuxx||||yx||y||||||||||||||||||||||||||||||||||||||||||||||||||||||||ww|s||||||||||||||||||||||||||s||||||||||||
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,47 +0,0 @@
|
|
1
|
-
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2
|
-
|
3
|
-
agent_import_file_00001:
|
4
|
-
id: 1
|
5
|
-
agent_import_file_name: MyString
|
6
|
-
agent_import_file_size: 1
|
7
|
-
user_id: 1
|
8
|
-
agent_import_content_type: text/csv
|
9
|
-
state: completed
|
10
|
-
agent_import_file_00002:
|
11
|
-
id: 2
|
12
|
-
agent_import_file_name: MyString
|
13
|
-
agent_import_file_size: 1
|
14
|
-
user_id: 1
|
15
|
-
agent_import_content_type: text/csv
|
16
|
-
state: pending
|
17
|
-
agent_import_file_00003:
|
18
|
-
id: 3
|
19
|
-
agent_import_file_name: MyString
|
20
|
-
agent_import_file_size: 1
|
21
|
-
user_id: 1
|
22
|
-
agent_import_content_type: text/csv
|
23
|
-
state: pending
|
24
|
-
|
25
|
-
# == Schema Information
|
26
|
-
#
|
27
|
-
# Table name: agent_import_files
|
28
|
-
#
|
29
|
-
# id :integer not null, primary key
|
30
|
-
# parent_id :integer
|
31
|
-
# content_type :string(255)
|
32
|
-
# size :integer
|
33
|
-
# user_id :integer
|
34
|
-
# note :text
|
35
|
-
# executed_at :datetime
|
36
|
-
# state :string(255)
|
37
|
-
# agent_import_file_name :string(255)
|
38
|
-
# agent_import_content_type :string(255)
|
39
|
-
# agent_import_file_size :integer
|
40
|
-
# agent_import_updated_at :datetime
|
41
|
-
# created_at :datetime not null
|
42
|
-
# updated_at :datetime not null
|
43
|
-
# agent_import_fingerprint :string(255)
|
44
|
-
# error_message :text
|
45
|
-
# edit_mode :string(255)
|
46
|
-
#
|
47
|
-
|
@@ -1,29 +0,0 @@
|
|
1
|
-
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2
|
-
|
3
|
-
one:
|
4
|
-
id: 1
|
5
|
-
agent_import_file_id: 1
|
6
|
-
agent_id: 1
|
7
|
-
user_id: 1
|
8
|
-
body: MyText
|
9
|
-
|
10
|
-
two:
|
11
|
-
id: 2
|
12
|
-
agent_import_file_id: 1
|
13
|
-
agent_id: 1
|
14
|
-
user_id: 1
|
15
|
-
body: MyText
|
16
|
-
|
17
|
-
# == Schema Information
|
18
|
-
#
|
19
|
-
# Table name: agent_import_results
|
20
|
-
#
|
21
|
-
# id :integer not null, primary key
|
22
|
-
# agent_import_file_id :integer
|
23
|
-
# agent_id :integer
|
24
|
-
# user_id :integer
|
25
|
-
# body :text
|
26
|
-
# created_at :datetime not null
|
27
|
-
# updated_at :datetime not null
|
28
|
-
#
|
29
|
-
|
@@ -1,136 +0,0 @@
|
|
1
|
-
---
|
2
|
-
circulation_status_00005:
|
3
|
-
name: In Process
|
4
|
-
display_name: In Process
|
5
|
-
updated_at: 2008-02-15 17:31:42.422676 +09:00
|
6
|
-
id: 5
|
7
|
-
note: ""
|
8
|
-
created_at: 2008-02-15 17:31:42.422676 +09:00
|
9
|
-
position: 5
|
10
|
-
circulation_status_00006:
|
11
|
-
name: In Transit Between Library Locations
|
12
|
-
display_name: In Transit Between Library Locations
|
13
|
-
updated_at: 2008-02-15 17:31:51.227056 +09:00
|
14
|
-
id: 6
|
15
|
-
note: ""
|
16
|
-
created_at: 2008-02-15 17:31:51.227056 +09:00
|
17
|
-
position: 6
|
18
|
-
circulation_status_00007:
|
19
|
-
name: Lost
|
20
|
-
display_name: Lost
|
21
|
-
updated_at: 2008-02-15 17:31:58.627987 +09:00
|
22
|
-
id: 7
|
23
|
-
note: ""
|
24
|
-
created_at: 2008-02-15 17:31:58.627987 +09:00
|
25
|
-
position: 7
|
26
|
-
circulation_status_00008:
|
27
|
-
name: Missing
|
28
|
-
display_name: Missing
|
29
|
-
updated_at: 2008-02-15 17:32:07.006541 +09:00
|
30
|
-
id: 8
|
31
|
-
note: ""
|
32
|
-
created_at: 2008-02-15 17:32:07.006541 +09:00
|
33
|
-
position: 8
|
34
|
-
circulation_status_00010:
|
35
|
-
name: On Loan
|
36
|
-
display_name: On Loan
|
37
|
-
updated_at: 2008-02-15 17:32:22.969896 +09:00
|
38
|
-
id: 10
|
39
|
-
note: ""
|
40
|
-
created_at: 2008-02-15 17:32:22.969896 +09:00
|
41
|
-
position: 10
|
42
|
-
circulation_status_00009:
|
43
|
-
name: Not Available
|
44
|
-
display_name: Not Available
|
45
|
-
updated_at: 2008-02-15 17:32:15.454067 +09:00
|
46
|
-
id: 9
|
47
|
-
note: ""
|
48
|
-
created_at: 2008-02-15 17:32:15.454067 +09:00
|
49
|
-
position: 9
|
50
|
-
circulation_status_00011:
|
51
|
-
name: On Order
|
52
|
-
display_name: On Order
|
53
|
-
updated_at: 2008-02-15 17:32:30.675735 +09:00
|
54
|
-
id: 11
|
55
|
-
note: ""
|
56
|
-
created_at: 2008-02-15 17:32:30.675735 +09:00
|
57
|
-
position: 11
|
58
|
-
circulation_status_00012:
|
59
|
-
name: Pending Transfer
|
60
|
-
display_name: Pending Transfer
|
61
|
-
updated_at: 2008-02-15 17:32:39.395000 +09:00
|
62
|
-
id: 12
|
63
|
-
note: ""
|
64
|
-
created_at: 2008-02-15 17:32:39.395000 +09:00
|
65
|
-
position: 12
|
66
|
-
circulation_status_00001:
|
67
|
-
name: Available For Pickup
|
68
|
-
display_name: Available For Pickup
|
69
|
-
updated_at: 2008-02-15 17:31:10.588524 +09:00
|
70
|
-
id: 1
|
71
|
-
note: ""
|
72
|
-
created_at: 2008-02-15 17:31:10.588524 +09:00
|
73
|
-
position: 1
|
74
|
-
circulation_status_00002:
|
75
|
-
name: Available On Shelf
|
76
|
-
display_name: Available On Shelf
|
77
|
-
updated_at: 2008-02-15 17:31:18.946298 +09:00
|
78
|
-
id: 2
|
79
|
-
note: ""
|
80
|
-
created_at: 2008-02-15 17:31:18.946298 +09:00
|
81
|
-
position: 2
|
82
|
-
circulation_status_00013:
|
83
|
-
name: Recalled
|
84
|
-
display_name: Recalled
|
85
|
-
updated_at: 2008-02-15 17:32:48.355304 +09:00
|
86
|
-
id: 13
|
87
|
-
note: ""
|
88
|
-
created_at: 2008-02-15 17:32:48.355304 +09:00
|
89
|
-
position: 13
|
90
|
-
circulation_status_00014:
|
91
|
-
name: Waiting To Be Reshelved
|
92
|
-
display_name: Waiting To Be Reshelved
|
93
|
-
updated_at: 2008-02-15 17:32:59.078750 +09:00
|
94
|
-
id: 14
|
95
|
-
note: ""
|
96
|
-
created_at: 2008-02-15 17:32:59.078750 +09:00
|
97
|
-
position: 14
|
98
|
-
circulation_status_00003:
|
99
|
-
name: Circulation Status Undefined
|
100
|
-
display_name: Circulation Status Undefined
|
101
|
-
updated_at: 2008-02-15 17:31:26.564769 +09:00
|
102
|
-
id: 3
|
103
|
-
note: ""
|
104
|
-
created_at: 2008-02-15 17:31:26.564769 +09:00
|
105
|
-
position: 3
|
106
|
-
circulation_status_00004:
|
107
|
-
name: Claimed Returned Or Never Borrowed
|
108
|
-
display_name: Claimed Returned Or Never Borrowed
|
109
|
-
updated_at: 2008-02-15 17:31:35.786404 +09:00
|
110
|
-
id: 4
|
111
|
-
note: ""
|
112
|
-
created_at: 2008-02-15 17:31:35.786404 +09:00
|
113
|
-
position: 4
|
114
|
-
circulation_status_00015:
|
115
|
-
name: Removed
|
116
|
-
display_name: "en: Removed\r\n\
|
117
|
-
ja: 除籍済み"
|
118
|
-
id: 15
|
119
|
-
updated_at: 2008-02-15 17:31:35.786404 +09:00
|
120
|
-
note: ""
|
121
|
-
created_at: 2008-02-15 17:31:35.786404 +09:00
|
122
|
-
position: 15
|
123
|
-
|
124
|
-
# == Schema Information
|
125
|
-
#
|
126
|
-
# Table name: circulation_statuses
|
127
|
-
#
|
128
|
-
# id :integer not null, primary key
|
129
|
-
# name :string(255) not null
|
130
|
-
# display_name :text
|
131
|
-
# note :text
|
132
|
-
# position :integer
|
133
|
-
# created_at :datetime
|
134
|
-
# updated_at :datetime
|
135
|
-
#
|
136
|
-
|
@@ -1,55 +0,0 @@
|
|
1
|
-
---
|
2
|
-
event_category_00002:
|
3
|
-
name: closed
|
4
|
-
display_name: 休館日
|
5
|
-
updated_at: 2008-01-01 16:24:32.561469 +09:00
|
6
|
-
id: 2
|
7
|
-
note: ""
|
8
|
-
created_at: 2008-01-01 16:17:34.642433 +09:00
|
9
|
-
position: 2
|
10
|
-
event_category_00003:
|
11
|
-
name: おはなし会
|
12
|
-
display_name: おはなし会
|
13
|
-
updated_at: 2008-01-01 16:24:45.267241 +09:00
|
14
|
-
id: 3
|
15
|
-
note: ""
|
16
|
-
created_at: 2008-01-01 16:17:45.415487 +09:00
|
17
|
-
position: 3
|
18
|
-
event_category_00004:
|
19
|
-
name: 上映会
|
20
|
-
display_name: 上映会
|
21
|
-
updated_at: 2008-01-01 16:24:55.261682 +09:00
|
22
|
-
id: 4
|
23
|
-
note: ""
|
24
|
-
created_at: 2008-01-01 16:18:08.868680 +09:00
|
25
|
-
position: 4
|
26
|
-
event_category_00005:
|
27
|
-
name: 講演会
|
28
|
-
display_name: 講演会
|
29
|
-
updated_at: 2008-01-01 16:25:04.251141 +09:00
|
30
|
-
id: 5
|
31
|
-
note: ""
|
32
|
-
created_at: 2008-01-01 16:25:04.251141 +09:00
|
33
|
-
position: 5
|
34
|
-
event_category_00001:
|
35
|
-
name: unknown
|
36
|
-
display_name: (not specified)
|
37
|
-
updated_at: 2008-01-01 16:24:17.869192 +09:00
|
38
|
-
id: 1
|
39
|
-
note: ""
|
40
|
-
created_at: 2008-01-01 16:17:12.549565 +09:00
|
41
|
-
position: 1
|
42
|
-
|
43
|
-
# == Schema Information
|
44
|
-
#
|
45
|
-
# Table name: event_categories
|
46
|
-
#
|
47
|
-
# id :integer not null, primary key
|
48
|
-
# name :string(255) not null
|
49
|
-
# display_name :text
|
50
|
-
# note :text
|
51
|
-
# position :integer
|
52
|
-
# created_at :datetime
|
53
|
-
# updated_at :datetime
|
54
|
-
#
|
55
|
-
|