Last change
on this file since 655 was
655,
checked in by Henrik Bettermann, 18 years ago
|
start working on student_view
|
File size:
486 bytes
|
Line | |
---|
1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
3 | <metal:main fill-slot="main"> |
---|
4 | <span tal:condition="not: info"> |
---|
5 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
6 | </span> |
---|
7 | <span tal:condition="info" |
---|
8 | tal:define="review_state info/review_state"> |
---|
9 | |
---|
10 | <h3>My Study Data</h3> |
---|
11 | <br /> |
---|
12 | </span> |
---|
13 | </metal:main> |
---|
14 | </metal:body> |
---|
15 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.