7124a525a2
Google custom search replacement
76 lines
No EOL
2.9 KiB
HTML
76 lines
No EOL
2.9 KiB
HTML
<!-- <form class="wy-form" action="{{ pathto('search') }}" method="get">
|
||
<input type="text" name="q" placeholder="Search docs" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form> -->
|
||
|
||
<script type="text/javascript">
|
||
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
|
||
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
|
||
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
|
||
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
|
||
|
||
_st('install','AG-cRmit6D-ZGiWz61k_','2.0.0');
|
||
</script>
|
||
|
||
<!-- the above was added by swills/docschick as the new custom search engine, Swiftype, while the original CGS content below is commented out,
|
||
this can only be tested once built (I can't see it locally) and I didn't want to remove the old content until this was built/tested 7-Jan-16) -->
|
||
|
||
|
||
|
||
<!-- <script>
|
||
(function() {
|
||
var cx = '006019874985968165468:eu5pbnxp4po';
|
||
var gcse = document.createElement('script');
|
||
gcse.type = 'text/javascript';
|
||
gcse.async = true;
|
||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
||
'//www.google.com/cse/cse.js?cx=' + cx;
|
||
var s = document.getElementsByTagName('script')[0];
|
||
s.parentNode.insertBefore(gcse, s);
|
||
})();
|
||
</script>
|
||
|
||
<form id="search-form-id" action="">
|
||
<input type="text" name="query" id="search-box-id" />
|
||
<a class="search-reset-start" id="search-reset"><i class="fa fa-times"></i></a>
|
||
<a class="search-reset-start" id="search-start"><i class="fa fa-search"></i></a>
|
||
</form>
|
||
|
||
<script type="text/javascript" src="http://www.google.com/cse/brand?form=search-form-id&inputbox=search-box-id"></script>
|
||
|
||
<script>
|
||
function executeQuery() {
|
||
var input = document.getElementById('search-box-id');
|
||
var element = google.search.cse.element.getElement('searchresults-only0');
|
||
element.resultsUrl = '/htmlout/search.html'
|
||
if (input.value == '') {
|
||
element.clearAllResults();
|
||
$('#page-content, .rst-footer-buttons, #search-start').show();
|
||
$('#search-results, #search-reset').hide();
|
||
} else {
|
||
$('#page-content, .rst-footer-buttons, #search-start').hide();
|
||
$('#search-results, #search-reset').show();
|
||
element.execute(input.value);
|
||
}
|
||
return false;
|
||
}
|
||
|
||
$('#search-reset').hide();
|
||
|
||
$('#search-box-id').css('background-position', '1em center');
|
||
|
||
$('#search-box-id').on('blur', function() {
|
||
$('#search-box-id').css('background-position', '1em center');
|
||
});
|
||
|
||
$('#search-start').click(function(e) { executeQuery(); });
|
||
$('#search-reset').click(function(e) { $('#search-box-id').val(''); executeQuery(); });
|
||
|
||
$('#search-form-id').submit(function(e) {
|
||
console.log('submitting!');
|
||
executeQuery();
|
||
e.preventDefault();
|
||
});
|
||
</script>
|
||
--> |