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

Last change on this file since 611 was 486, checked in by joachim, 18 years ago

svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.

  • Property svn:keywords set to Id
File size: 646 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
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.