source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/requestppw.pt @ 17182

Last change on this file since 17182 was 15611, checked in by Henrik Bettermann, 5 years ago

Add missing page template.

File size: 1.0 KB
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2    i18n:domain="waeup.kofa" enctype="multipart/form-data">
3
4  <table class="form-table">
5    <tbody>
6      <tal:widgets content="structure provider:widgets" />
7    </tbody>
8  </table>
9  <p i18n:translate="">
10    The student record of your child will be looked up and
11    temporary login credentials will be sent to the email address given above.
12    To be able to proceed you must enter the parents email address stored in Kofa.
13    After login, you'll only be able to view certain data. You won't be able
14    to edit data, register courses or make payments. The login credentials will
15    be valid for
16    <span i18n:name="minutes"
17          tal:replace=view/temp_password_minutes></span>
18    minutes. After this time you'll be automatically logged out.
19  </p>
20  <div tal:content="structure view/captcha_code"></div>
21  <br />
22  <div tal:condition="view/availableActions">
23    <input tal:repeat="action view/actions"
24           tal:replace="structure action/render"
25           />
26  </div>
27</form>
Note: See TracBrowser for help on using the repository browser.