source: WAeUP_SRP/trunk/skins/waeup_student/retrieve_password_form.pt @ 6957

Last change on this file since 6957 was 3858, checked in by Henrik Bettermann, 16 years ago

implement password notification module (send mail not yet tested)

File size: 853 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/main_template/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>Retrieve Your Student Id and Password! </h3>
17        <br />
18        <div tal:replace="structure rendered_main" />
19      </metal:block>
20      <metal:block fill-slot="sub">
21      </metal:block>
22    </metal:block>
23  </metal:block>
24</tal:block>
Note: See TracBrowser for help on using the repository browser.