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

21 lines
573 B
Scheme
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<% if Menu(2) %>
<div id="subnav" class="span-5">
<% include SubMenu %>
</div>
<div class="span-19 last">
<% else %>
<div class="span-24 last">
<% end_if %>
$Content
    <% if CommMembers %>
    <ul id="memberlist-list">
        <% loop CommMembers %>
        <li>
            <a href="$Link">$Photo.CroppedImage(200,100)</a>
            <h2><a href="$Link">$Name</a></h2>
        </li>
        <% end_loop %>
    </ul>
    <% end_if %>