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>
|
2011-01-10 22:30:29 +01:00
|
|
|
|
|
|
|
<div id="comments">
|
|
|
|
<p class="notice">
|
|
|
|
<strong>Comment policy:</strong> Please use comments for <strong>tips and corrections</strong> about the described
|
|
|
|
functionality. <br />
|
|
|
|
Comments are moderated, we reserve the right to remove comments that are inappropriate or are no longer relevant. Use the <strong><a href="http://silverstripe.com/silverstripe-forum">Silverstripe Forum</a></strong> to ask questions.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/silverstripe-doc/embed.js"></script><noscript><a href="http://silverstripe-doc.disqus.com/?url=ref">View the forum thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
|
|
|
|
</div>
|
2010-10-28 23:28:45 +02:00
|
|
|
</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>
|