mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
26 lines
634 B
Scheme
Executable File
26 lines
634 B
Scheme
Executable File
<% if EntityPages %>
|
|
<div id="sibling-pages" class="sidebar-box">
|
|
<h4>In this module:</h4>
|
|
<ul>
|
|
<% control EntityPages %>
|
|
<li>
|
|
<a href="$Link" class="$LinkingMode">$Title</a>
|
|
<% if Children %>
|
|
<ul>
|
|
<% control Children %>
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a>
|
|
<% if Children %>
|
|
<ul>
|
|
<% control Children %>
|
|
<li><a href="$Link" class="$LinkingMode">$Title</a></li>
|
|
<% end_control %>
|
|
</ul><% end_if %>
|
|
</li>
|
|
<% end_control %>
|
|
</ul>
|
|
<% end_if %>
|
|
</li>
|
|
<% end_control %>
|
|
</ul>
|
|
</div>
|
|
<% end_if %> |