2010-10-28 23:28:45 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<% base_tag %>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title><% if Title %>$Title<% end_if %> SilverStripe Documentation</title>
|
|
|
|
|
2010-10-29 01:09:28 +02:00
|
|
|
<% require javascript(sapphire/thirdparty/jquery/jquery.js) %>
|
2011-01-10 22:30:29 +01:00
|
|
|
<% require javascript(toolbar/javascript/toolbar.js?site=doc&searchShow=false) %>
|
2010-10-29 01:09:28 +02:00
|
|
|
<% require css(toolbar/css/toolbar.css) %>
|
|
|
|
|
2010-10-28 23:28:45 +02:00
|
|
|
<% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %>
|
|
|
|
<% require css(themes/ssorgsites/css/ss.print.min.css, print) %>
|
2010-10-29 01:09:28 +02:00
|
|
|
|
2010-10-28 23:28:45 +02:00
|
|
|
<% require themedCSS(DocumentationViewer) %>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="header">
|
|
|
|
<h1><a href="$Link"><% _t('SILVERSTRIPEDOCUMENTATION', 'SilverStripe Documentation') %></a></h1>
|
|
|
|
|
|
|
|
<div id="language">
|
|
|
|
$LanguageForm
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="breadcrumbs">
|
|
|
|
<% include DocBreadcrumbs %>
|
|
|
|
</div>
|
2010-12-21 11:04:15 +01:00
|
|
|
|
|
|
|
<div id="search">
|
|
|
|
$DocumentationSearchForm
|
|
|
|
</div>
|
2010-10-28 23:28:45 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="layout">
|
|
|
|
<div id="versions-nav">
|
|
|
|
<h2>Versions:</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<% control Versions %>
|
|
|
|
<% if MajorRelease %>
|
|
|
|
<li class="major-release"><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% else %>
|
|
|
|
<li class="module-only"><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% end_if %>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="content" class="typography">
|
|
|
|
$Layout
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<p>Documentation powered by <a href="http://www.silverstripe.org">SilverStripe</a>. Found a typo? <a href="http://github.com/chillu/silverstripe-doc-restructuring">Contribute to the Documentation Project</a>.</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|