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

Last change on this file since 8004 was 5654, checked in by Henrik Bettermann, 14 years ago

Show link to admission slip (in custom).

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1<metal:body use-macro="here/main_template/macros/master">
2   <metal:main fill-slot="main"
3                 tal:define="info context/getApplicationInfo;
4                             titles here/getStudentObjectTitles;">
5      <span tal:condition="not: info">
6        <span tal:content="here/illegal_view" />
7      </span>
8      <span tal:condition="info">
9
10
11        <div style="text-align: right">
12        <a href="" target="slip" tal:attributes="href string:admission_slip"
13            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')">
14            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
15            Admission Slip
16        </a>
17        </div> 
18
19        <a href=""
20           tal:attributes="href string:${here/academicsParent}">
21          <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
22          Up one level
23        </a>
24
25        <h3>My <span tal:content="titles/StudentApplication" /></h3>
26        <br />
27        <span tal:omit-tag=""
28              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
29              layout_mode='view',
30              layout_id='student_application')"
31              />
32      </span>
33   </metal:main>
34</metal:body>
Note: See TracBrowser for help on using the repository browser.