return parsons_hash
end
- # ISBNからopenBDを検索してハッシュで返却
+ # ISBNから国立図書館を検索してハッシュで返却
# @param [String] isbn
# @return [Hash] 書籍情報
def self.getHashOfNDL(isbn)
%hr
%input{ :type => 'button', :class=>'push_button', :onclick => "location.href='/book_delete/result/#{isbn}'", :value => 'Ok'}
%input{ :type => 'button', :class=>'push_button', :onclick =>"location.href='/user_home'", :value => 'もどる' }
-
-
-
%td.controll
%input{ :type => 'button', :class => 'side_button', :onclick =>"location.href='/book_edit/#{isbn}'", :value => '編集' }
%input{ :type => 'button', :class => 'side_button', :onclick =>"location.href='/book_delete/#{isbn}'", :value => '削除' }
-
-
-
%hr
%input{ :type => 'submit', :class=>'push_button', :value => '送信', :onclick => 'validDateId("pubdate")'}
%input{ :type => 'button', :class=>'push_button', :onclick =>"location.href='/user_home'", :value => 'もどる' }
-
-
%hr
%input{ :type => 'submit', :class=>"push_button", :value => '送信'}
%input{ :type => 'button', :class=>"push_button", :onclick =>"location.href='/'", :value => 'もどる' }
-
.buttons
%input{ :type => 'button', :class=>"push_button", :onclick =>"location.href='/'", :value => 'メインにもどる' }
-
-
%hr
%input{ :type => 'submit', :class=>'push_button', :value => '送信'}
%input{ :type => 'button', :class=>'push_button', :onclick =>"location.href='/'", :value => 'もどる' }
-
-
%hr
%input{ :type => 'submit', :class => 'push_button', :value => '送信'}
%input{ :type => 'button', :class => 'push_button', :onclick =>"location.href='/user_home'", :value => 'もどる' }
-
-
%li #{item[:title]} (登録日時:#{item[:create_at].strftime("%Y/%m/%d %T")})
- else
%li #{item[:title]} : #{item[:volume]} 巻 (登録日時:#{item[:create_at].strftime("%Y/%m/%d %T")})
-
-