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

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

'Use mailhost services' allowed for Authenticated
some beautifying according to Kehinde's email

  • Property svn:keywords set to Id
File size: 1.4 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       <br />                           
19
20        <span tal:omit-tag=""
21              tal:content="structure python: app_doc.render(proxy=app_doc,
22              layout_mode='view_info',
23              layout_id='student_application_fe')"
24              />       
25        <span tal:omit-tag=""
26              tal:content="structure python: pume_doc.render(proxy=pume_doc,
27              layout_mode='view_slip',
28              layout_id='student_pume_fe')"
29              />
30
31    </metal:main>
32  </metal:body>
33</metal:html>
Note: See TracBrowser for help on using the repository browser.