source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/changepw.pt @ 7811

Last change on this file since 7811 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 707 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="solve_captcha">
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
19  <div tal:condition="view/availableActions">
20    <input tal:repeat="action view/actions"
21           tal:replace="structure action/render"
22           />
23  </div>
24</form>
Note: See TracBrowser for help on using the repository browser.