forked from ghaskins/riak_wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Layout.html
162 lines (131 loc) · 7.11 KB
/
_Layout.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Basho: {{ page.title }}</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="http://assets.basho.com/favicon.ico">
<link rel="apple-touch-icon" href="http://assets.basho.com/apple-touch-icon.png">
<!-- CSS : implied media="all" -->
<link rel="stylesheet" href="{{ wiki.base_path }}css/style.css?v=2">
<!-- Uncomment if you are specifically targeting less enabled mobile browsers
<link rel="stylesheet" media="handheld" href="{{ wiki.base_path }}css/handheld.css?v=2"> -->
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="http://assets.basho.com/js/libs/modernizr-1.6.min.js"></script>
<link rel="stylesheet" href="{{ wiki.base_path }}css/syntax.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="{{ wiki.base_path }}css/wiki_specific.css" type="text/css" charset="utf-8" />
</head>
<body>
<a id="github-ribbon" href="http://github.com/basho/riak_wiki">Fork me on GitHub</a>
<div id="container">
<header>
<h1><a href="/"><img src="{{ wiki.base_path }}images/logo_wiki.png" alt="basho"></a></h1>
<nav>
<ul class="dropdown">
<li><a href="http://www.basho.com/">Company</a>
</li>
<li><a href="#">Developers</a>
<ul class="sub_menu">
<li><a href="http://wiki.basho.com/">Documentation</a></li>
<li><a href="https://help.basho.com">Knowledge Base</a></li>
<li><a href="http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com">Mailing List</a></li>
<li><a href="http://contrib.basho.com/">Riak Function Contrib</a></li>
<li><a href="https://github.com/basho/">Basho on GitHub</a></li>
<li><a href="http://downloads.basho.com/riak/CURRENT/">Riak Downloads</a></li>
<li><a href="http://wiki.basho.com/The-Riak-Community.html">Riak Community</a></li>
</ul>
</li>
<li><a href="http://blog.basho.com/">Blog</a></li>
<li><a href="http://info.basho.com/contact.html">Contact</a></li>
</ul>
</nav>
<form action="http://s.basho.com/search.php" method="get">
<div class="search">
<input type="text" name="q" />
<input type="image" src="http://s.basho.com/images/btn_search.png" />
</div>
</form>
</header>
<div id="main">
<nav id="sidebar" class="wiki">
{{ page.sidebar }}
</nav>
<article>
<hgroup>
<h1>{{ page.title }}</h1>
<div class="clearfix"></div>
</hgroup>
{{ page.content }}
</article>
<div class="clearfix"></div>
</div>
</div> <!--! end of #container -->
<footer>
<p>Basho Technologies, Inc.<br />
485 Massachusetts Avenue · Suite 300 · Cambridge, MA · 02139<br />
(617) 714-1700<br />
<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
<br />
Copyright © <script type="text/javascript" language="javascript">d = new Date;document.write(d.getFullYear());</script> Basho Technologies, Inc. All rights reserved.
</p>
</footer>
<a id="feedback-link" href="https://github.com/basho/riak_wiki/issues" style="display: none" title="Have a comment, question, or issue about this page? Please open an issue.">Feedback?</a>
<!-- Javascript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="http://assets.basho.com/js/libs/jquery-1.4.2.js"%3E%3C/script%3E'))</script>
<!-- scripts concatenated and minified via ant build script-->
<script src="http://assets.basho.com/js/plugins.js"></script>
<script src="http://assets.basho.com/js/script.js"></script>
<script src="{{ wiki.base_path }}js/wiki_specific.js"></script>
<script src="{{ wiki.base_path }}js/bitcask_calculator.js"></script>
<!-- end concatenated and minified scripts-->
<script type="text/javascript" language="javascript" src="http://assets.basho.com/js/jquery.dropdownPlain.js"></script>
<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
<![endif]-->
<script type="text/javascript" src="http://fast.fonts.com/jsapi/ec69692f-f404-4e54-ac9e-f957fa43199c.js"></script>
<!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
change the UA-XXXXX-X to be your site's ID -->
<script>
var _gaq = [['_setAccount', 'UA-10051263-6'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>
<!-- Start of HubSpot Logging Code -->
<script type="text/javascript" language="javascript">
var hs_portalid=60327;
var hs_salog_version = "2.00";
var hs_ppa = "basho1.app6.hubspot.com";
document.write(unescape("%3Cscript src='" + document.location.protocol + "//" + hs_ppa + "/salog.js.aspx' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End of HubSpot Logging Code -->
<script type="text/javascript" charset="utf-8">
$(window).bind("resize", function() {
$('#feedback-link').toggle($(this).width() >= ($('#main').width() + 80));
}).trigger("resize");
</script>
<script type="text/javascript"> document.write('<scr'+'ipt type="text/javascript" src="' + document.location.protocol + '//munchkin.marketo.net/munchkin.js"><\/scr'+'ipt>');</script>
<script>mktoMunchkin("721-DGT-611");</script>
</body>
</html>