source: WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt @ 781

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

pume anonnymous view and slip added
old view and slip reverted

File size: 1.3 KB
Line 
1<metal:html tal:define="app_doc python: context.aq_parent.application.getContent();
2                        pume_doc python: context.getContent()">
3  <metal:body use-macro="here/main_template/macros/master">
4    <metal:main fill-slot="main">
5
6           
7        <div style="text-align: right">
8        <a href="" target="slip" tal:attributes="href string:pume_anon_slip"
9            onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
10            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
11            PUME Result Slip
12        </a>
13        </div>
14
15        <h3>PUME Results of <span tal:content="app_doc/jamb_firstname" />
16                            <span tal:content="app_doc/jamb_lastname" /></h3>
17
18        <span tal:omit-tag=""
19              tal:content="structure python: app_doc.render(proxy=app_doc,
20              layout_mode='view_info',
21              layout_id='student_application_fe')"
22              />       
23        <span tal:omit-tag=""
24              tal:content="structure python: pume_doc.render(proxy=pume_doc,
25              layout_mode='view',
26              layout_id='student_pume_fe')"
27              />
28
29    </metal:main>
30  </metal:body>
31</metal:html>
Note: See TracBrowser for help on using the repository browser.