小修正
authorkatz <katz@neko-mori.sakura.ne.jp>
Fri, 18 Oct 2019 11:30:32 +0000 (20:30 +0900)
committerkatz <katz@neko-mori.sakura.ne.jp>
Fri, 18 Oct 2019 11:30:32 +0000 (20:30 +0900)
sinatra/app/models/books_db.rb
sinatra/app/views/book_delete.haml
sinatra/app/views/book_list.haml
sinatra/app/views/book_regist.haml
sinatra/app/views/login.haml
sinatra/app/views/logout.haml
sinatra/app/views/signup.haml
sinatra/app/views/user_edit.haml
sinatra/app/views/user_home.haml

index a269d31..6c5fd31 100644 (file)
@@ -257,7 +257,7 @@ class BookManager
     return parsons_hash
   end
   
-  # ISBNからopenBDを検索してハッシュで返却
+  # ISBNから国立図書館を検索してハッシュで返却
   # @param [String] isbn 
   # @return [Hash] 書籍情報
   def self.getHashOfNDL(isbn)
index 0817e9e..7442011 100644 (file)
@@ -19,6 +19,3 @@
   %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 => 'もどる' }
-
-
-  
index a406808..d6c5a5d 100644 (file)
         %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 => '削除' }
-
-        
-        
index 3aa9eba..2dd92fd 100644 (file)
       %hr
       %input{ :type => 'submit', :class=>'push_button', :value => '送信', :onclick => 'validDateId("pubdate")'}
       %input{ :type => 'button', :class=>'push_button', :onclick =>"location.href='/user_home'", :value => 'もどる' }
-  
-  
index 676631f..cb56e2d 100644 (file)
@@ -25,4 +25,3 @@
     %hr
     %input{ :type => 'submit', :class=>"push_button", :value => '送信'}
     %input{ :type => 'button', :class=>"push_button", :onclick =>"location.href='/'", :value => 'もどる' }
-  
index 64a16e7..0a1a3cc 100644 (file)
@@ -4,5 +4,3 @@
 
 .buttons
   %input{ :type => 'button', :class=>"push_button", :onclick =>"location.href='/'", :value => 'メインにもどる' }
-      
-
index 09bb91c..675206e 100644 (file)
@@ -45,5 +45,3 @@
       %hr
       %input{ :type => 'submit', :class=>'push_button', :value => '送信'}
       %input{ :type => 'button', :class=>'push_button', :onclick =>"location.href='/'", :value => 'もどる' }
-  
-  
index 10c6f29..20da5e1 100644 (file)
@@ -64,5 +64,3 @@
       %hr
       %input{ :type => 'submit', :class => 'push_button', :value => '送信'}
       %input{ :type => 'button', :class => 'push_button', :onclick =>"location.href='/user_home'", :value => 'もどる' }
-  
-  
index 087e1f1..2767ce3 100644 (file)
@@ -14,5 +14,3 @@
       %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")})
-
-