Last change
on this file since 864 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
967 bytes
|
Rev | Line | |
---|
[739] | 1 | <metal:html tal:define="info context/getDocumentInfo; |
---|
| 2 | s_info context/getStudentInfo; |
---|
| 3 | is_manager info/is_manager|nothing;" |
---|
| 4 | > |
---|
| 5 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
| 6 | <metal:block fill-slot="header"> |
---|
| 7 | <a href="" |
---|
| 8 | tal:attributes="href string:${here/academicsParent}"> |
---|
| 9 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 10 | Up one level |
---|
| 11 | </a> |
---|
| 12 | <h3> |
---|
| 13 | <span tal:condition="python:is_manager and s_info"> |
---|
| 14 | <span tal:content="s_info/student/Title" />: |
---|
| 15 | </span> |
---|
| 16 | <span tal:content="here/title_or_id" /> |
---|
| 17 | </h3> |
---|
[772] | 18 | <br /> |
---|
| 19 | </metal:block> |
---|
| 20 | <metal:main fill-slot="main"> |
---|
| 21 | <span tal:omit-tag="" |
---|
| 22 | tal:content="structure python: info['doc'].render(layout_mode='view')" /> |
---|
[739] | 23 | |
---|
[772] | 24 | </metal:main> |
---|
[739] | 25 | |
---|
| 26 | <metal:sub fill-slot="sub"/> |
---|
| 27 | </metal:body> |
---|
| 28 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.