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

Last change on this file since 802 was 796, checked in by Henrik Bettermann, 18 years ago

many things fixed accorging to email of Nov 8

File size: 1.1 KB
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 
10    <metal:block fill-slot="header">
11      <a href=""
12         tal:attributes="href string:${here/academicsParent}">
13        <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
14        Up one level
15      </a>
16      <h3>Update your Application Data!</h3>
17      <br />
18    </metal:block> 
19 
20    <metal:main fill-slot="main">
21      <span tal:condition="not: info">
22        <metal:block use-macro="here/error_not_found/macros/not_found" />
23      </span>
24      <span tal:condition="info">
25        <span tal:omit-tag="" tal:replace="structure rendered_main"/>
26      </span>
27    </metal:main>
28  </metal:body>
29</metal:html>
Note: See TracBrowser for help on using the repository browser.