blob: aaa440f67bcdbb73279857970a4388c001068e8d [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}{{ headers.title }}{% endblock %}</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="{{base}}bootstrap.css" rel="stylesheet">
<link href="{{base}}prettify.css" rel="stylesheet">
<link href="{{base}}bootstrap-mods.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
.sprite {
display: inline-block;
height: 20px;
margin: 0 auto 4px;
outline: medium none;
text-indent: -999em;
width: 24px;
background-image: url('{{base}}images/sprites.png');
background-repeat: no-repeat;
overflow: hidden;
cursor: pointer;
}
.fb-share {
background-position: 0px -40px;
}
.gp-share {
background-position: 0px 0px;
}
.tw-share {
background-position: 0px -80px;
}
</style>
<script type="text/javascript">
function fbshare () {
window.open(
"http://www.facebook.com/sharer/sharer.php?u="+document.URL,
'Share on Facebook',
'width=640,height=426');
};
function gpshare () {
window.open(
"https://plus.google.com/share?url="+document.URL,
'Share on Google+',
'width=584,height=385');
};
function twshare () {
window.open(
"https://twitter.com/intent/tweet?url="+document.URL+"&text={{ headers.title }}",
'Share on Twitter',
'width=800,height=526');
};
</script>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="{{base}}images/favicon.ico">
<link rel="apple-touch-icon" href="{{base}}images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="{{base}}images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="{{base}}images/apple-touch-icon-114x114.png">
<script src="{{base}}javascript/prettify.js" type="text/javascript"></script>
<script src="{{base}}javascript/jquery-latest.js"></script>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<script src="{{base}}javascript/common.js"></script>
<script src="{{base}}javascript/prettyprint.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2717626-1']);
_gaq.push(['_setDomainName', 'apache.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container">
<a class="brand" href="{{base}}index.html">Apache TomEE</a>
<ul class="nav">
<li><a href="{{base}}index.html">Home</a></li>
<li><a href="{{base}}downloads.html">Downloads</a></li>
<li><a href="{{base}}documentation.html">Documentation</a></li>
<li><a href="{{base}}support.html">Support</a></li>
</ul>
<!-- Google CSE Search Box Begins -->
<FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
<INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
<INPUT type="hidden" name="cof" value="FORID:0">
<INPUT name="q" type="text" placeholder="Search">
</FORM>
<!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
<!-- Google CSE Search Box Ends -->
</div>
</div>
</div>
<div class="container">
{% block content %}{{ content|markdown }}{% endblock %}
<footer>
<p>
Copyright &copy; 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
</p>
</footer>
</div> <!-- /container -->
</body>
</html>