mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
92 lines
3.2 KiB
Scheme
92 lines
3.2 KiB
Scheme
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<% base_tag %>
|
|
<meta charset="utf-8" />
|
|
<title><% if PageTitle %>$PageTitle <% end_if %>SilverStripe Documentation</title>
|
|
<link rel="stylesheet" href="themes/docs/css/ionicons.min.css" />
|
|
<script type="text/javascript" src="//use.typekit.net/emt4dhq.js"></script>
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
</head>
|
|
|
|
<body class="theme-theme1">
|
|
<header data-0="background-position: 50% 50%;" data-544="background-position: 50% -30%;">
|
|
<div class="global-nav header-mask">
|
|
<div id="navWrapper">
|
|
$GlobalNav
|
|
<% include SearchBox %>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div id="container" class="container">
|
|
<div id="header">
|
|
<h1>
|
|
<a href="$Top.Link" title="Documentation"><span><% _t('SILVERSTRIPEDOCUMENTATION', 'Documentation') %></span></a>
|
|
</h1>
|
|
</div>
|
|
|
|
|
|
<div id="layout">
|
|
<div id="search-bar">
|
|
<div id="search">
|
|
$DocumentationSearchForm
|
|
</div>
|
|
<div id="top-nav">
|
|
|
|
<% if Entities %>
|
|
<div id="entities-nav" class="documentation-nav clearfix">
|
|
<h2>Modules:</h2>
|
|
<ul>
|
|
<% loop Entities %>
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
</div>
|
|
<% end_if %>
|
|
|
|
<% if Versions %>
|
|
<div id="versions-nav" class="documentation-nav clearfix">
|
|
<h2>Versions:</h2>
|
|
<ul>
|
|
<% loop Versions %>
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</div>
|
|
<% end_if %>
|
|
</div>
|
|
</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> (<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>.
|
|
<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>
|
|
</div>
|
|
|
|
<script src="framework/thirdparty/jquery/jquery.js"></script>
|
|
|
|
<% 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 %>
|
|
</body>
|
|
</html> |