source: WAeUP_SRP/base/skins/waeup_student/request_transfer_form.pt @ 3074

Last change on this file since 3074 was 1783, checked in by Henrik Bettermann, 17 years ago
  • assertViewable removed and page templates adjusted, so that no traceback occurs.
  • 'Previous Session' action added
  • waeup_content_master.pt removed
  • and more
  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1<metal:block use-macro="here/main_template/macros/master">
2    <metal:main fill-slot="header" />
3    <metal:main fill-slot="main"
4                    tal:define="rendered_main options/rendered;
5                            portal_status_message options/psm;
6                            paid options/paid|nothing;">
7
8
9        <span tal:condition="rendered_main">
10          <h3>Request a Transfer!</h3>
11          <br />
12          <div tal:replace="structure rendered_main" />
13        </span>         
14
15        <span tal:condition="paid">
16          <h3>Print Your Transfer Form!</h3>
17          <br />
18         
19          <div tal:replace="structure rendered_main" />
20          <a target="slip" href="intra_faculty_transfer_1"
21              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')">
22          Intra Faculty Transfer Form</a>
23         
24          <br />
25          <br />
26          <a target="slip" href="inter_faculty_transfer_1"
27              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')">
28              Inter Faculty Transfer Form</a>
29        </span>         
30    </metal:main>
31</metal:block>
Note: See TracBrowser for help on using the repository browser.