2011-07-04 06:58:15 +02:00
|
|
|
<% if EntityPages %>
|
|
|
|
<div id="sibling-pages" class="sidebar-box">
|
|
|
|
<h4>In this module:</h4>
|
|
|
|
<ul>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% loop EntityPages %>
|
2011-07-04 06:58:15 +02:00
|
|
|
<li>
|
|
|
|
<a href="$Link" class="$LinkingMode">$Title</a>
|
2012-11-12 16:04:14 +01:00
|
|
|
<% if Top.SubmenuLocation = nested %>
|
2012-11-12 15:48:15 +01:00
|
|
|
<% if Children %>
|
|
|
|
<% include DocSubmenu %>
|
|
|
|
<% end_if %>
|
2011-07-04 06:58:15 +02:00
|
|
|
<% end_if %>
|
|
|
|
</li>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% end_loop %>
|
2011-07-04 06:58:15 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
2012-11-12 15:48:15 +01:00
|
|
|
<% end_if %>
|
|
|
|
|
2012-11-12 16:04:14 +01:00
|
|
|
<% if SubmenuLocation = separate %>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% loop CurrentLevelOnePage %>
|
2012-11-12 15:48:15 +01:00
|
|
|
<% if Children %>
|
|
|
|
<div class = "sidebar-box">
|
|
|
|
<h4>$title</h4>
|
|
|
|
<% include DocSubmenu %>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% end_loop %>
|
2012-11-12 15:48:15 +01:00
|
|
|
<% end_if %>
|