mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
24 lines
419 B
Scheme
Executable File
24 lines
419 B
Scheme
Executable File
<div class="box">
|
|
<% if SearchQuery %>
|
|
$SearchResults
|
|
<% else %>
|
|
<% include DocumentationVersions %>
|
|
|
|
<% if VersionWarning %>
|
|
<% include DocumentationVersion_warning %>
|
|
<% end_if %>
|
|
|
|
<h2>$Title</h2>
|
|
|
|
|
|
<% include DocumentationTableContents %>
|
|
|
|
<% loop Children %>
|
|
<ul>
|
|
<li><a href="$Link">$Title</a></li>
|
|
</ul>
|
|
<% end_loop %>
|
|
|
|
<% include DocumentationNextPrevious %>
|
|
<% end_if %>
|
|
</div> |