2010-04-11 09:25:26 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<% base_tag %>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>SilverStripe Documentation</title>
|
2012-11-12 16:24:55 +01:00
|
|
|
<% require css(docsviewer/css/DocumentationViewer.css) %>
|
2010-04-11 09:25:26 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="header">
|
2010-06-24 16:22:41 +02:00
|
|
|
<h1><a href="$Link"><% _t('SILVERSTRIPEDOCUMENTATION', 'SilverStripe Documentation') %></a></h1>
|
|
|
|
|
|
|
|
<div id="language">
|
|
|
|
$LanguageForm
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="layout">
|
2011-07-01 08:49:31 +02:00
|
|
|
<div id="search-bar">
|
|
|
|
|
|
|
|
<div id="search">
|
|
|
|
$DocumentationSearchForm
|
|
|
|
</div>
|
2012-11-09 22:52:11 +01:00
|
|
|
|
2012-11-08 16:24:20 +01:00
|
|
|
<div id="top-nav">
|
2011-07-01 08:49:31 +02:00
|
|
|
<% if Entities %>
|
2012-11-08 16:24:20 +01:00
|
|
|
<div id="entities-nav" class="documentation-nav">
|
|
|
|
<h2>Modules:</h2>
|
|
|
|
<ul>
|
|
|
|
<% control Entities %>
|
|
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if Versions %>
|
|
|
|
<div id="versions-nav" class="documentation-nav">
|
|
|
|
<h2>Versions:</h2>
|
|
|
|
<ul>
|
|
|
|
<% control Versions %>
|
|
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2011-07-01 08:49:31 +02:00
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2010-06-24 16:22:41 +02:00
|
|
|
</div>
|
2011-07-01 08:49:31 +02:00
|
|
|
|
|
|
|
<div id="content" class="typography">
|
2010-06-24 16:22:41 +02:00
|
|
|
$Layout
|
|
|
|
</div>
|
2010-04-11 09:25:26 +02:00
|
|
|
</div>
|
2010-06-24 16:22:41 +02:00
|
|
|
</div>
|
|
|
|
|
2011-07-01 08:49:31 +02:00
|
|
|
<% include DocumentationFooter %>
|
2010-04-11 09:25:26 +02:00
|
|
|
</body>
|
2010-06-24 16:22:41 +02:00
|
|
|
</html>
|