source: main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/requestpw.pt @ 9211

Last change on this file since 9211 was 9211, checked in by uli, 12 years ago

Rollback r9209. Looks like multiple merges from trunk confuse svn when merging back into trunk.

File size: 847 bytes
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      <tr tal:condition="view/captcha_code">
8        <td i18n:translate="">
9          Please solve the captcha<br />to prevent misuse of this service:
10        </td>
11        <td>
12          <div tal:content="structure view/captcha_code"></div>
13        </td>
14      </tr>
15
16    </tbody>
17  </table>
18  <p i18n:translate="">
19    Your student record will be looked up and an email with your login
20    credentials will be sent to the address provided.
21  </p>
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.