1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en " dir ="ltr ">
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en " dir ="ltr ">
3
3
< head >
4
- < title > elasticsearch - {{ page.cat }} - {{ page.title }}</ title >
5
- < META HTTP-EQUIV =" CACHE-CONTROL " CONTENT =" NO-CACHE " >
6
- < META HTTP-EQUIV =" PRAGMA " CONTENT =" NO-CACHE " >
7
- < meta http-equiv ="Content-Type " content ="text/html;charset=utf-8 " >
8
- < meta name ="description " content ="elasticsearch ">
9
- < meta name ="keywords " content ="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon ">
10
- < meta name ="author " content ="elasticsearch ">
4
+ < title > elasticsearch - {{ page.cat }} - {{ page.title }}</ title >
5
+ < meta http-equiv =" cache-control " content =" no-cache " / >
6
+ < meta http-equiv =" pragma " content =" no-cache " />
7
+ < meta http-equiv ="content-type " content ="text/html;charset=utf-8 " / >
8
+ < meta name ="description " content ="elasticsearch " / >
9
+ < meta name ="keywords " content ="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon " / >
10
+ < meta name ="author " content ="elasticsearch " / >
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 ">
15
- < link href ="//fonts.googleapis.com/css?family=Neuton:regular " rel ="stylesheet " type ="text/css " >
16
- < link rel ="stylesheet " type ="text/css " href ="/styles/screen.css ">
14
+ < link rel ="stylesheet " type ="text/css " href ="/scripts/prettify/prettify.css " />
15
+ < link href ="#//fonts.googleapis.com/css?family=Neuton:regular " rel ="stylesheet " type ="text/css " />
16
+ < link rel ="stylesheet " type ="text/css " href ="/styles/reset.css " />
17
+ < link rel ="stylesheet " type ="text/css " href ="/styles/screen.css " />
17
18
18
19
< script type ="text/javascript " src ="/scripts/jquery-1.5.min.js "> </ script >
19
20
<!-- Analytics -->
31
32
32
33
</ script >
33
34
</ head >
34
-
35
+
35
36
< body >
36
- {% include top_left_menu.html %}
37
37
< div id ="wrapper ">
38
38
< div id ="all ">
39
39
{% include header.html %}
40
- < div id ="content ">
41
- < div id ="{{ page.cat}} " class ="{{ page.width }} ">
42
- < div style ="height: 80px; font-size: 34px; padding-top: 30px; ">
43
- {% if page.title_in_header != false %}
44
- {{ page.title }}
45
- {% endif %}
46
- </ div >
47
- < div class ="clear "> </ div >
48
- {{ content }}
49
- </ div >
40
+ {% if page.title_in_header != false %}
41
+ < h2 class ="page_title "> {{ page.title }} </ h2 >
42
+ {% else %}
43
+ < div id ="header_spacer "> </ div >
44
+ {% endif %}
45
+ < div id ="content " class ="{{ page.cat}} ">
46
+ {{ content }}
50
47
</ div >
51
48
{% include footer.html %}
52
49
</ div >
53
50
</ div >
54
51
< a href ="http://github.com/elasticsearch "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png " alt ="Fork me on GitHub " /> </ a >
55
-
56
-
52
+
53
+
57
54
< script type ="text/javascript " src ="/scripts/prettify/prettify.js "> </ script >
58
55
< script type ="text/javascript ">
59
56
prettyPrint ( ) ;
60
- </ script >
57
+ </ script >
61
58
</ body >
62
- </ html >
59
+ </ html >
0 commit comments