source: WAeUP_SRP/trunk/skins/waeup_student/application_edit_form.pt @ 795

Last change on this file since 795 was 794, checked in by joachim, 19 years ago

added WAeUPResultsWidget used in clearance modul not fully working yet.
several fixed

File size: 938 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo;
2            rendered_main python:info['app_doc'].render(layout_mode='edit',
3                      proceed = request.get('proceed'),
4                      schema_id = 'student_application',
5                      layout_id = 'student_application_fe',
6                      request=request, proxy=info['app'],
7                      use_session=True, no_form=True)">
8  <metal:body use-macro="here/waeup_content_master/macros/master">
9    <metal:main fill-slot="main">
10      <span tal:condition="not: info">
11        <metal:block use-macro="here/error_not_found/macros/not_found" />
12      </span>
13      <span tal:condition="info"
14            tal:define="review_state info/review_state">
15        <h3>Upload or Change your Passport Picture!</h3>
16        <br />
17        <span tal:omit-tag="" tal:replace="structure rendered_main"/>
18      </span>
19    </metal:main>
20  </metal:body>
21</metal:html>
Note: See TracBrowser for help on using the repository browser.