mirror of
https://github.com/boostorg/website.git
synced 2026-01-25 18:52:30 +00:00
17 lines
855 B
HTML
17 lines
855 B
HTML
<div id="search">
|
|
<!-- Created at http://www.google.com/cse/ -->
|
|
<div id="cse-search-form" style="width: 100%;">Loading</div>
|
|
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
google.load('search', '1', {language : 'en'});
|
|
google.setOnLoadCallback(function() {
|
|
var customSearchControl = new google.search.CustomSearchControl('011577717147771266991:jigzgqluebe');
|
|
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
|
var options = new google.search.DrawOptions();
|
|
options.enableSearchboxOnly("http://google.com/cse?cx=011577717147771266991:jigzgqluebe");
|
|
customSearchControl.draw('cse-search-form', options);
|
|
}, true);
|
|
</script>
|
|
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
|
|
</div>
|