mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
25 lines
607 B
Scheme
25 lines
607 B
Scheme
|
<% if EntityPages %>
|
||
|
<div id="sibling-pages" class="sidebar-box">
|
||
|
<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 %>
|