mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
53 lines
1.4 KiB
Scheme
53 lines
1.4 KiB
Scheme
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<% base_tag %>
|
||
|
<meta charset="utf-8" />
|
||
|
<title><% if Title %>$Title<% end_if %> SilverStripe Documentation</title>
|
||
|
|
||
|
<% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %>
|
||
|
<% require css(themes/ssorgsites/css/ss.print.min.css, print) %>
|
||
|
<% 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>
|
||
|
</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>
|