forked from earthlab/earthlab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
59 lines (50 loc) · 1.59 KB
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: archive
title: Search
permalink: /search/
sitemap: false
---
Earth Lab data tutorials - search results.
<!-- https://support.google.com/gsa/answer/6329200#enhance -->
<div id="main-search">
<form role="search" method="get" action="/search/">
<input id="q" name="q"
placeholder="Enter another topic to search for here." type="text">
<input id="searchButton" name="googleSearchName" type="submit" value="Search">
</form>
</div>
<div id="home-search" class="home">
<script>
(function() {
var cx = '009878393705905880463:ovlxxcvw4k0';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only queryParameterName="q"></gcse:searchresults-only>
</div>
<!--
<div id="search">
<form role="search" method="get" action="/search/">
<input id="q" name="q"
placeholder="My stuff" type="text">
<input id="searchButton" name="googleSearchName" type="submit" value="Search">
</form>
</div>
<script>
(function() {
var cx = '';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only queryParameterName="q"></gcse:searchresults-only>
-->