mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
39 lines
1.1 KiB
Scheme
39 lines
1.1 KiB
Scheme
|
<div id="Sidebar" class="typography">
|
||
|
<div class="sidebar_Box">
|
||
|
<h3>
|
||
|
<% control Level(1) %>
|
||
|
$Title
|
||
|
<% end_control %>
|
||
|
</h3>
|
||
|
|
||
|
<ul>
|
||
|
<% control Menu(2) %>
|
||
|
<% if Children %>
|
||
|
<li class="$LinkingMode"><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode Nobottom">$MenuTitle</a>
|
||
|
<% else %>
|
||
|
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode">$MenuTitle</a>
|
||
|
<% end_if %>
|
||
|
|
||
|
<% if LinkOrSection = section %>
|
||
|
<% if Children %>
|
||
|
<ul class="sub">
|
||
|
<li>
|
||
|
<ul>
|
||
|
<span class="roundWhite">
|
||
|
<% control Children %>
|
||
|
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode">$MenuTitle.LimitCharacters(22)</a></li>
|
||
|
<% end_control %>
|
||
|
</span>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<% end_if %>
|
||
|
<% end_if %>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
<div class="clear"></div>
|
||
|
</div>
|
||
|
<div class="sidebarRounded"></div>
|
||
|
</div>
|
||
|
|