openstackweb/themes/openstack/templates/Layout/ConferenceSubPage.ss
2014-10-31 16:21:41 -03:00

46 lines
1018 B
Scheme

<% require themedCSS(conference) %>
<div class="container summit">
<% with Parent %>
$HeaderArea
<% end_with %>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3">
<p><strong>The OpenStack Summit</strong><br />$MenuTitle.XML</p>
<div class="newSubNav">
<ul class="overviewNav">
<% loop Parent %>
<li id="$URLSegment"><a href="$Link" title="Go to the $Title.XML page"><span>Overview</span> <i class="fa fa-chevron-right"></i></a></li>
<% end_loop %>
<% loop Menu(3) %>
<li id="$URLSegment"><a href="$Link" title="Go to the &quot;{$Title}&quot; page" class="$LinkingMode">$MenuTitle <i class="fa fa-chevron-right"></i></a></li>
<% end_loop %>
</ul>
</div>
<% with Parent %>
<% include SummitVideos %>
<% include HeadlineSponsors %>
<% end_with %>
</div>
<!-- News Feed -->
<div class="col-lg-9 col-md-9 col-sm-9" id="news-feed">
$Content
</div>
</div>
</div>
$GATrackingCode