mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
1b921d3e51
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@39716 467b73ca-7a2a-4603-9d3b-597d59a354a9
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>
|
|
|