2010-04-11 09:25:26 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
2014-11-03 01:03:05 +01:00
|
|
|
<% include DocumentationHead %>
|
|
|
|
|
2014-11-14 23:41:01 +01:00
|
|
|
<div id="masthead" <% if Versions %>class="has_versions"<% end_if %>>
|
2014-11-03 01:03:05 +01:00
|
|
|
<div class="wrapper">
|
|
|
|
<% if Breadcrumbs.count > 1 %>
|
|
|
|
<% include DocumentationBreadcrumbs %>
|
|
|
|
<% else_if Page.Title %>
|
|
|
|
<h1>$Page.Title</h1>
|
|
|
|
<% end_if %>
|
|
|
|
<% if Page.Introduction %>
|
|
|
|
<div class="introduction">
|
|
|
|
<p>$Page.Introduction</p>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2014-11-14 23:41:01 +01:00
|
|
|
|
|
|
|
<% include DocumentationVersions %>
|
2014-11-03 01:03:05 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2014-09-20 04:20:36 +02:00
|
|
|
<div class="wrapper">
|
|
|
|
<div id="layout" class="clearfix">
|
2014-11-03 01:03:05 +01:00
|
|
|
|
2014-09-20 04:20:36 +02:00
|
|
|
<% include DocumentationSidebar %>
|
2011-07-01 08:49:31 +02:00
|
|
|
|
2014-09-20 04:20:36 +02:00
|
|
|
<div id="content">
|
|
|
|
$Layout
|
|
|
|
|
|
|
|
<% include DocumentationFooter %>
|
2010-04-11 09:25:26 +02:00
|
|
|
</div>
|
2010-06-24 16:22:41 +02:00
|
|
|
</div>
|
2014-09-20 04:20:36 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<% if GoogleAnalyticsCode %>
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
2014-09-06 01:13:12 +02:00
|
|
|
|
2014-09-20 04:20:36 +02:00
|
|
|
ga('create', '$GoogleAnalyticsCode', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
<% end_if %>
|
2014-09-06 01:13:12 +02:00
|
|
|
|
2014-09-20 04:20:36 +02:00
|
|
|
<% include DocumentationEnd %>
|
2013-01-23 22:02:18 +01:00
|
|
|
</html>
|