source: WAeUP_SRP/trunk/skins/waeup_accommodation/acco_hall_view.pt @ 626

Last change on this file since 626 was 622, checked in by joachim, 18 years ago

added base files for accommodation-module,
renamed Accommodation to AccoHall?
accommodation to acco_hall
one can now add and view an accommodation-hall

File size: 781 bytes
Line 
1<metal:html tal:define="info context/getHallInfo;
2            is_manager info/is_manager|nothing;"
3            >
4  <metal:body use-macro="here/waeup_content_master/macros/master">
5    <metal:block fill-slot="header">
6      <a href=""
7         tal:attributes="href string:${here/academicsParent}">
8        <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
9        Up one level
10      </a>
11      <h3 tal:content="here/title_or_id" />
12      <div tal:condition="nothing" tal:content="info/container_path"/>
13    </metal:block>
14    <metal:main fill-slot="main">
15      <span tal:omit-tag="" 
16            tal:content="structure python: info['doc'].render(layout_mode='view')" />
17     
18    </metal:main>
19   
20    <metal:sub fill-slot="sub"/>
21  </metal:body>
22</metal:html>
Note: See TracBrowser for help on using the repository browser.