mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92235 467b73ca-7a2a-4603-9d3b-597d59a354a9
37 lines
1.1 KiB
Scheme
37 lines
1.1 KiB
Scheme
<div id="Sidebar" class="typography">
|
|
<div class="sidebarBox">
|
|
<h3>
|
|
<% control Level(1) %>
|
|
$Title
|
|
<% end_control %>
|
|
</h3>
|
|
|
|
<ul id="Menu2">
|
|
<% control Menu(2) %>
|
|
<% if Children %>
|
|
<li class="$LinkingMode"><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode levela"><span><em>$MenuTitle.XML</em></span></a>
|
|
<% else %>
|
|
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode levela"><span><em>$MenuTitle.XML</em></span></a>
|
|
<% end_if %>
|
|
|
|
<% if LinkOrSection = section %>
|
|
<% if Children %>
|
|
<ul class="sub">
|
|
<li>
|
|
<ul class="roundWhite">
|
|
<% control Children %>
|
|
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode levelb"><span><em>$MenuTitle.XML</em></span></a></li>
|
|
<% end_control %>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<% end_if %>
|
|
<% end_if %>
|
|
</li>
|
|
<% end_control %>
|
|
</ul>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div class="sidebarBottom"></div>
|
|
</div>
|
|
|