2014-09-07 01:26:12 +02:00
|
|
|
<div class="box">
|
2014-09-19 13:29:22 +02:00
|
|
|
<% if Introduction %>
|
|
|
|
<div class="introduction">
|
|
|
|
<h1>$Title</h1>
|
|
|
|
|
|
|
|
<% if Introduction %>
|
|
|
|
<p>$Introduction</p>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2014-09-20 03:45:02 +02:00
|
|
|
|
|
|
|
<% if Breadcrumbs %>
|
|
|
|
<% include DocumentationBreadcrumbs %>
|
|
|
|
<% end_if %>
|
2014-09-15 11:47:45 +02:00
|
|
|
<% else %>
|
2014-09-20 03:45:02 +02:00
|
|
|
<% if Breadcrumbs %>
|
|
|
|
<% include DocumentationBreadcrumbs %>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<h1>$Title</h1>
|
2014-09-19 13:29:22 +02:00
|
|
|
<% end_if %>
|
2014-09-15 11:47:45 +02:00
|
|
|
|
2014-09-19 13:29:22 +02:00
|
|
|
<% if VersionWarning %>
|
|
|
|
<% include DocumentationVersion_warning %>
|
|
|
|
<% end_if %>
|
2014-09-07 01:26:12 +02:00
|
|
|
|
2014-09-19 13:29:22 +02:00
|
|
|
<% include DocumentationTableContents %>
|
2014-09-07 01:26:12 +02:00
|
|
|
|
2014-09-20 03:45:02 +02:00
|
|
|
<% if Children %>
|
|
|
|
<div class="documentation_children">
|
|
|
|
<ul>
|
|
|
|
<% loop Children %>
|
|
|
|
<li>
|
|
|
|
<h3><a href="$Link">$Title</a></h3>
|
|
|
|
<% if Summary %><p>$Summary</p><% end_if %>
|
|
|
|
</li>
|
|
|
|
<% end_loop %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2014-09-27 00:14:45 +02:00
|
|
|
<% else %>
|
|
|
|
<div class="documentation_children">
|
|
|
|
<ul>
|
|
|
|
<% loop Menu %>
|
|
|
|
<li>
|
|
|
|
<h3><a href="$Link">$Title</a></h3>
|
|
|
|
<% if Summary %><p>$Summary</p><% end_if %>
|
|
|
|
</li>
|
|
|
|
<% end_loop %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2014-09-20 03:45:02 +02:00
|
|
|
<% end_if %>
|
2014-09-15 11:47:45 +02:00
|
|
|
|
2014-09-19 13:29:22 +02:00
|
|
|
<% include DocumentationNextPrevious %>
|
2014-09-07 01:26:12 +02:00
|
|
|
</div>
|