source: WAeUP_SRP/trunk/skins/waeup_student/passport_entry_view.pt @ 596

Last change on this file since 596 was 535, checked in by joachim, 18 years ago

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

File size: 710 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        <h3 tal:content="info/review_state|nothing"></h3>
10        <span tal:omit-tag=""
11              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
12              layout_mode='edit',
13              layout_id='student_application_fe')"
14              />
15      </span>
16    </metal:main>
17  </metal:body>
18</metal:html>
Note: See TracBrowser for help on using the repository browser.