source: WAeUP_SRP/trunk/skins/waeup_student/student_personal_view_student.pt @ 296

Last change on this file since 296 was 106, checked in by joachim, 19 years ago

=fixes for Henrik

File size: 685 bytes
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      <tal:block tal:content="structure rendered_main|python:doc.render(proxy=here)" />
15    </metal:block>
16    <metal:block fill-slot="sub">
17    </metal:block>
18
19</metal:block>
20</metal:block>
Note: See TracBrowser for help on using the repository browser.