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

19 lines
459 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 %>
    <% loop CommMember %>
     
        <h2>$Name</h2>
         
        $Photo.CroppedImage(250,250)
 
        <p>$Description</p>
     
    <% end_loop %>