File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< link href ="http://www.elasticsearch.org/atom.xml " rel ="alternate " title ="elasticsearch " type ="application/atom+xml " />
13
13
14
- < link rel ="stylesheet " type ="text/css " href ="/scripts/prettify/prettify.css " / >
14
+ < link rel ="stylesheet " type ="text/css " href ="/scripts/prettify/prettify.css ">
15
15
< link rel ="stylesheet " type ="text/css " href ="/styles/reset.css " />
16
16
< link rel ="stylesheet " type ="text/css " href ="/styles/screen.css?1000 " />
17
+ < link rel ="stylesheet " type ="text/css " href ="/styles/jquery-ui/ui-lightness/jquery-ui-1.8.9.custom.css ">
17
18
18
19
< script type ="text/javascript " src ="/scripts/jquery-1.5.min.js "> </ script >
20
+ < script type ="text/javascript " src ="/scripts/jquery-ui-1.8.9.custom.min.js "> </ script >
21
+ < script type ="text/javascript " src ="/scripts/jquery.ui.autocomplete.html.js "> </ script >
22
+
19
23
<!-- Analytics -->
20
24
< script type ="text/javascript ">
21
25
35
39
< body >
36
40
< div id ="wrapper ">
37
41
< div id ="all ">
42
+ < div id ="search-box "> </ div >
38
43
{% include header.html %}
39
44
{% if page.title_in_header != false %}
40
45
< h2 class ="page_title "> {{ page.title }} </ h2 >
@@ -54,5 +59,9 @@ <h2 class="page_title">{{ page.title }} </h2>
54
59
< script type ="text/javascript ">
55
60
prettyPrint ( ) ;
56
61
</ script >
62
+
63
+ </ script >
64
+ < script > $ ( '#search-box' ) . load ( '/search.html' ) ; </ script >
65
+
57
66
</ body >
58
67
</ html >
You can’t perform that action at this time.
0 commit comments