1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
### php
<?php
function plugin_google_convert()
{
return <<<EOF
<form action="http://www.google.co.jp/search" name="f" accept-charset="UTF-8" style="font-size:100%;">
<input value="ja" type="hidden" name="hl">
<input name="source" type="hidden" value="hp">
<input type="hidden" name="biw">
<input type="hidden" name="bih">
<input id="sf" maxlength="256" name="q" size="50" style="font-size:100%;">
<input type="hidden" name="lr" value="">
<input value="ググる" name="btnG" type="submit" onclick="document.charset='EUC-JP';" style="font-size:100%;">
</form>
EOF;
}
 
function plugin_google_inline()
{
    return plugin_google_convert();
}
?>
###
    初基 一覧 検索 最新 バックアップ リンク元   ヘルプ   最終更新のRSS