global_searchbox.html
Google Adsense に対応した plone の検索ボックスのソース
サイズ 1.4 kB - File type text/htmlファイルのコンテンツ
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
i18n:domain="plone">
<body>
<!-- THE SEARCHBOX DEFINITION -->
<div id="portal-searchbox" metal:define-macro="quick_search">
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.co.jp/custom" target="_top">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="left"/></a>
<input type="hidden" name="domains" value="takanory.net" />
<input type="text" name="q" size="20" maxlength="255" value="" />
<input type="submit" name="sa" value="Search"
class="searchButton"
i18n:attributes="value label_search;" />
<br />
<input type="radio" name="sitesearch" value="" />
Web
<input type="radio" name="sitesearch" value="takanory.net" checked="checked" />
takanory.net
<input type="hidden" name="client" value="pub-8733335389423940" />
<input type="hidden" name="forid" value="1" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:241;L:http://takanory.net/logo.png;S:http://takanory.net;LP:1;FORID:1;" />
<input type="hidden" name="hl" value="ja" />
</form>
<!-- SiteSearch Google -->
</div>
</body>
</html>
Click here to get the file