2010-10-28 23:28:45 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<% base_tag %>
|
|
|
|
<meta charset="utf-8" />
|
2011-01-13 21:39:36 +01:00
|
|
|
<title><% if PageTitle %>$PageTitle <% end_if %>SilverStripe Documentation</title>
|
2011-08-02 03:50:38 +02:00
|
|
|
|
2012-09-05 11:43:50 +02:00
|
|
|
<link type="text/css" rel="stylesheet" href="http://silverstripe.org/toolbar/css/toolbar.css" />
|
2010-10-28 23:28:45 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2011-08-02 03:50:38 +02:00
|
|
|
<div id="container" class="container">
|
2010-10-28 23:28:45 +02:00
|
|
|
<div id="header">
|
2011-01-12 01:41:46 +01:00
|
|
|
<h1>
|
2011-08-02 03:50:38 +02:00
|
|
|
<a href="http://www.silverstripe.org" title="Visit SilverStripe.org" class="logo"> </a>
|
2011-01-13 21:20:04 +01:00
|
|
|
<a href="$Top.Link" title="Documentation"><span><% _t('SILVERSTRIPEDOCUMENTATION', 'Documentation') %></span></a>
|
2011-01-12 01:41:46 +01:00
|
|
|
</h1>
|
2010-10-28 23:28:45 +02:00
|
|
|
</div>
|
|
|
|
|
2011-01-12 01:41:46 +01:00
|
|
|
|
2010-10-28 23:28:45 +02:00
|
|
|
<div id="layout">
|
2012-11-09 23:20:03 +01:00
|
|
|
<div id="search-bar">
|
2011-01-13 03:54:45 +01:00
|
|
|
<div id="search">
|
|
|
|
$DocumentationSearchForm
|
|
|
|
</div>
|
2012-11-09 23:20:03 +01:00
|
|
|
<div id="top-nav">
|
2011-07-01 08:39:14 +02:00
|
|
|
|
2012-11-09 23:20:03 +01:00
|
|
|
<% if Entities %>
|
|
|
|
<div id="entities-nav" class="documentation-nav clearfix">
|
|
|
|
<h2>Modules:</h2>
|
|
|
|
<ul>
|
|
|
|
<% control Entities %>
|
|
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if Versions %>
|
|
|
|
<div id="versions-nav" class="documentation-nav clearfix">
|
|
|
|
<h2>Versions:</h2>
|
|
|
|
<ul>
|
|
|
|
<% control Versions %>
|
|
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2011-01-13 03:54:45 +01:00
|
|
|
</div>
|
2010-10-28 23:28:45 +02:00
|
|
|
</div>
|
|
|
|
|
2012-09-25 09:39:45 +02:00
|
|
|
<div id="content" class="typography">
|
2010-10-28 23:28:45 +02:00
|
|
|
$Layout
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
2013-04-02 01:56:58 +02:00
|
|
|
<p>Documentation powered by <a href="http://www.silverstripe.org">SilverStripe</a> (<a href="https://github.com/silverstripe/doc.silverstripe.org">code</a>). <a href="{$BaseHref}sapphire/en/misc/contributing/documentation">Contribute to doc.silverstripe.org</a>, <a href="https://github.com/silverstripe/sapphire/issues/new?labels=documentation">raise a bug or enhancement ticket</a>.
|
2011-03-04 04:39:40 +01:00
|
|
|
<br />Except where otherwise noted, content on this wiki is licensed under <a class="urlextern" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC Attribution-Noncommercial-Share Alike 3.0 Unported</a><a href="http://creativecommons.org/licenses/by/3.0/nz/" rel="license"><img class="cc-logo" src="http://i.creativecommons.org/l/by/3.0/nz/80x15.png" style="border-width: 0pt;" alt="Creative Commons License"></a></p>
|
2010-10-28 23:28:45 +02:00
|
|
|
</div>
|
2011-01-13 21:20:04 +01:00
|
|
|
|
2012-09-05 11:43:50 +02:00
|
|
|
<script src="framework/thirdparty/jquery/jquery.js"></script>
|
|
|
|
<script src="http://silverstripe.org/toolbar/javascript/toolbar.js?site=doc&searchShow=true"></script>
|
|
|
|
|
2011-01-13 21:20:04 +01:00
|
|
|
<% if GoogleAnalyticsCode %>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', '$GoogleAnalyticsCode']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<% end_if %>
|
2010-10-28 23:28:45 +02:00
|
|
|
</body>
|
|
|
|
</html>
|