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 |
---|
20 | your login credentials will be sent to the email address given above. |
---|
21 | To be able to proceed you must provide a valid email address! |
---|
22 | </p> |
---|
23 | <p i18n:translate=""> |
---|
24 | If no student record can be found, you'll be redirected to the |
---|
25 | application section of the portal, where you can apply for a |
---|
26 | transcript. |
---|
27 | </p> |
---|
28 | <br /> |
---|
29 | <div tal:condition="view/availableActions"> |
---|
30 | <input tal:repeat="action view/actions" |
---|
31 | tal:replace="structure action/render" |
---|
32 | /> |
---|
33 | </div> |
---|
34 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.