source: WAeUP_SRP/trunk/skins/waeup_academics/course_view_student.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: 1.1 KB
Line 
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     
15    <tal:block tal:content="structure rendered_main|python:doc.render(proxy=here)" />
16
17    <tal:block tal:condition="python:hasattr(here,'portal_discussion') and
18      hasattr(here.portal_discussion, 'isCommentingAllowedFor')">
19      <tal:block tal:define="comments_allowed
20        python:here.portal_discussion.isCommentingAllowedFor(here);"
21        tal:condition="comments_allowed">
22        <metal:block
23          use-macro="here/forum_comment_lib_view_comments_inline/macros/view_comments_inline" />
24      </tal:block>
25    </tal:block>
26
27  </metal:block>
28  <metal:block fill-slot="sub">
29  </metal:block>
30
31</metal:block>
32</metal:block>
Note: See TracBrowser for help on using the repository browser.