Last change
on this file since 17935 was
3727,
checked in by Henrik Bettermann, 16 years ago
|
- more customizations for OIS
- fetch all student object titles from getStudentObjectTitles.py
|
File size:
886 bytes
|
Rev | Line | |
---|
[1783] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
[1292] | 2 | <metal:main fill-slot="main" |
---|
[3727] | 3 | tal:define="info context/getPersonalInfo; |
---|
| 4 | titles here/getStudentObjectTitles;"> |
---|
[1167] | 5 | <span tal:condition="not: info"> |
---|
[1783] | 6 | <span tal:content="here/illegal_view" /> |
---|
[1167] | 7 | </span> |
---|
[1783] | 8 | <span tal:condition="info"> |
---|
| 9 | <a href="" |
---|
| 10 | tal:attributes="href string:${here/academicsParent}"> |
---|
| 11 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 12 | Up one level |
---|
| 13 | </a> |
---|
[3727] | 14 | <h3>My <span tal:content="titles/StudentPersonal" /></h3> |
---|
[1167] | 15 | <br /> |
---|
| 16 | <span tal:omit-tag="" |
---|
[1186] | 17 | tal:content="structure python: info['per_doc'].render( |
---|
[1167] | 18 | layout_mode='view', |
---|
| 19 | layout_id='student_personal_fe')" |
---|
| 20 | /> |
---|
| 21 | </span> |
---|
| 22 | </metal:main> |
---|
[1292] | 23 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.