misc/plugin/ja/search_form.rb in tdiary-4.0.2.20140201 vs misc/plugin/ja/search_form.rb in tdiary-4.0.3
- old
+ new
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
# search_form.rb japanese resource.
def googlej_form( button_name = "Google 検索", size = 20, default_text = "" )
first = %Q[<a href="http://www.google.com/">
- <img src="http://www.google.com/logos/Logo_40wht.gif"
+ <img src="http://www.google.com/logos/Logo_40wht.gif"
style="border-width: 0px; vertical-align: middle;" alt="Google"></a>]
last = %Q[<input type="hidden" name="hl" value="ja"><input type="hidden" name="ie" value="utf-8">]
search_form( "http://www.google.com/search", "q", button_name, size, default_text, first, last )
end
@@ -13,10 +13,10 @@
googlej_form( button_name, size, default_text )
end
def yahooj_form( button_name = "Yahoo! 検索", size = 20, default_text = "" )
first = %Q[<a href="http://www.yahoo.co.jp/">
- <img src="http://img.yahoo.co.jp/images/yahoojp_sm.gif"
+ <img src="http://img.yahoo.co.jp/images/yahoojp_sm.gif"
style="border-width: 0px; vertical-align: middle;" alt="Yahoo! JAPAN"></a>]
search_form( "http://search.yahoo.co.jp/bin/search", "p", button_name, size, default_text, first, "" )
end
def yahoo_form( button_name = "Yahoo! 検索", size = 20, default_text = "" )