blob: b855dd70e3927f05095bc3fd6433d5971d78d79a [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>
<!-- FIXME -->
<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; 2009-2012, The Apache Software Foundation Apache Wink is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</p>
</footer>
</div> <!-- /container -->
</body>
</html>