source: WAeUP_SRP/trunk/skins/waeup_academics/course_view_manager.pt @ 440

Last change on this file since 440 was 280, checked in by joachim, 18 years ago

=renamed skins/waeup_faculty to academics

File size: 646 bytes
RevLine 
[80]1<metal:block define-macro="view">
2<metal:block use-macro="here/content_lib_master/macros/master">
3  <metal:block fill-slot="header">
4  </metal:block>
5
6  <metal:block fill-slot="css_slot">
7    <link rel="Stylesheet" type="text/css" href=""
8      tal:attributes="href string:${base_url}document.css" />
9    <link rel="Stylesheet" type="text/css" href=""
10      tal:attributes="href string:${base_url}forum.css" />
11  </metal:block>
12
13  <metal:block fill-slot="main">
14    <tal:block tal:content="structure rendered_main|python:doc.render(proxy=here)" />
15
16  </metal:block>
17  <metal:block fill-slot="sub">
18  </metal:block>
19
20</metal:block>
21</metal:block>
Note: See TracBrowser for help on using the repository browser.