mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
36 lines
843 B
Scheme
36 lines
843 B
Scheme
|
<div id="sidebar">
|
||
|
<% if Menu(2) %>
|
||
|
<ul id="sub-navigation">
|
||
|
<% control Menu(2) %>
|
||
|
<li class="$LinkingMode">
|
||
|
<a href="$Link">$MenuTitle</a>
|
||
|
|
||
|
<% if LinkOrSection = section %>
|
||
|
<% if Children %>
|
||
|
<ul>
|
||
|
<% control Children %>
|
||
|
<li class="$LinkingMode">
|
||
|
<a href="$Link">$MenuTitle</a>
|
||
|
|
||
|
|
||
|
<% if LinkOrSection = section %>
|
||
|
<% if Children %>
|
||
|
<ul>
|
||
|
<% control Children %>
|
||
|
<li class="$LinkingMode">
|
||
|
<a href="$Link">$MenuTitle</a>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
<% end_if %>
|
||
|
<% end_if %>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
<% end_if %>
|
||
|
<% end_if %>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
<% end_if %>
|
||
|
</div>
|