~ubuntu-branches/ubuntu/saucy/tdiary/saucy-proposed

« back to all changes in this revision

Viewing changes to misc/plugin/zh/search_form.rb

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# search_form.rb Chinese resource. $Revision: 1.1 $
 
1
# search_form.rb Chinese resource.
2
2
 
3
3
def google_form( button_name = "Google Search", size = 20, default_text = "" )
4
4
        first = %Q[<a href="http://www.google.com/">
13
13
                        style="border-width: 0px; vertical-align: middle;" alt="[Yahoo!]"></a>]
14
14
        search_form( "http://search.yahoo.com/search", "p", button_name, size, default_text, first, "" )
15
15
end
 
16
 
 
17
# Local Variables:
 
18
# mode: ruby
 
19
# indent-tabs-mode: t
 
20
# tab-width: 3
 
21
# ruby-indent-level: 3
 
22
# End: