blob: 7cb654e0d5e776fad0dfacd1c717f73be32d25e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div id="cse" style="width: 100%;">_GSS_LOADING_</div>
<script src="//www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : _GSS_LANG_});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl(_GSS_CSE_ID_);
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
customSearchControl.execute(_GSS_TERM_ESCAPE_);
}, true);
</script>
<link rel="stylesheet" href="//www.google.com/cse/style/look/default.css" type="text/css" />
|