source: WAeUP_SRP/trunk/skins/waeup_student/application_view.pt @ 594

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

application slip in external window

File size: 986 bytes
RevLine 
[535]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">
[548]9           
10        <div style="text-align: right">
11        <a href="" target=_blank tal:attributes="href string:application_slip">
12            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
13            Application Slip
14        </a>
15        </div>
16
17
[542]18        <h3>My Application Record</h3>
19        <br />
[535]20        <span tal:omit-tag=""
21              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
22              layout_mode='view',
23              layout_id='student_application_fe')"
24              />
25      </span>
26    </metal:main>
27  </metal:body>
28</metal:html>
Note: See TracBrowser for help on using the repository browser.