source: WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt @ 1095

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

date labels changed
SectionReader? role can be assigned by SectionOfficers?
formaction changed in waeup_edit_form
warning added in clearance_pin_form

  • Property svn:keywords set to Id
File size: 987 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;
3                   data_storage options/ds;
4                   jamb options/jamb/getContent|nothing;
5                   edition python:1;"
6                   >
7<metal:block define-macro="edit_form">
8  <metal:block use-macro="here/content_lib_master/macros/master">
9  <metal:block fill-slot="header"
10    tal:define="creation creation|nothing;
11                edition edition|nothing;
12                metadata metadata|nothing"
13                >
14    </metal:block>
15      <metal:block fill-slot="main">
16        <h3>Start Clearance! </h3>
17        <br />
18        <div tal:replace="structure rendered_main" />
19        <br />
20        <font color="red">Processing your request may take a while. Please do not press the 'Start' button twice!</font>
21        <br />
22      </metal:block>
23      <metal:block fill-slot="sub">
24      </metal:block>
25    </metal:block>
26  </metal:block>
27</tal:block>
Note: See TracBrowser for help on using the repository browser.