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>
|
2010-10-28 23:28:45 +02:00
|
|
|
|
2010-10-29 01:09:28 +02:00
|
|
|
<% require javascript(sapphire/thirdparty/jquery/jquery.js) %>
|
|
|
|
|
2011-03-04 04:39:40 +01:00
|
|
|
<% if IsDev %>
|
2011-04-05 04:32:16 +02:00
|
|
|
<% require javascript(toolbar/javascript/toolbar.js?site=doc&searchShow=true) %>
|
2011-03-04 04:39:40 +01:00
|
|
|
<% require css(toolbar/css/toolbar.css) %>
|
|
|
|
<% else %>
|
2011-05-02 03:40:02 +02:00
|
|
|
<% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.min.js?site=doc&searchShow=true) %>
|
2011-03-04 04:39:40 +01:00
|
|
|
<% require css(http://silverstripe.org/toolbar/css/toolbar.css) %>
|
|
|
|
<% end_if %>
|
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">
|
|
|
|
<div id="language">
|
|
|
|
$LanguageForm
|
|
|
|
</div>
|
|
|
|
|
2011-01-12 01:41:46 +01:00
|
|
|
<h1>
|
2011-01-13 10:43:33 +01:00
|
|
|
<a href="http://www.silverstripe.org" title="Visit SilverStripe.org" class="ssLogo"> </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>
|
|
|
|
<div class="clear"></div>
|
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">
|
2011-03-04 04:39:40 +01:00
|
|
|
<div id="search-bar">
|
|
|
|
<div id="breadcrumbs">
|
|
|
|
<% include DocBreadcrumbs %>
|
|
|
|
</div>
|
|
|
|
|
2011-01-13 03:54:45 +01:00
|
|
|
<div id="search">
|
|
|
|
$DocumentationSearchForm
|
|
|
|
</div>
|
2011-01-13 10:43:32 +01:00
|
|
|
|
2011-03-04 04:39:40 +01:00
|
|
|
<!-- <% if Versions %>
|
2011-01-13 03:54:45 +01:00
|
|
|
<div id="versions-nav">
|
|
|
|
<h2>Versions:</h2>
|
2011-01-13 10:43:32 +01:00
|
|
|
<ul>
|
2011-01-13 03:54:45 +01:00
|
|
|
<% 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>
|
2011-03-04 04:39:40 +01:00
|
|
|
<% end_if %>-->
|
2011-01-13 10:43:32 +01:00
|
|
|
|
2010-10-28 23:28:45 +02:00
|
|
|
</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">
|
2011-01-15 22:31:54 +01:00
|
|
|
<p>Documentation powered by <a href="http://www.silverstripe.org">SilverStripe</a>. <a href="{$BaseHref}sapphire/en/misc/contributing/#Writing-Documentation">Contribute to doc.silverstripe.org</a>, <a href="http://open.silverstripe.org/newticket/?component=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
|
|
|
|
|
|
|
<% 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>
|