source: main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/basepage.pt @ 18009

Last change on this file since 18009 was 18009, checked in by Henrik Bettermann, 5 days ago

Change text.

  • Property svn:executable set to *
File size: 881 bytes
Line 
1
2<p>Need assistance paying school charges? Take advantage of the
3  <a href="https://nelf.gov.ng/" i18n:translate="">FG Student Loan Scheme</a>.
4</p>
5
6<table i18n:domain="waeup.kofa" class="form-table">
7  <tbody>
8    <tal:block repeat="widget view/widgets">
9      <tr>
10        <td class="fieldname">
11          <tal:block content="widget/label"/>:
12        </td>
13        <td>
14          <input tal:replace="structure widget" />
15        </td>
16      </tr>
17    </tal:block>
18    <tr>
19      <td class="fieldname" i18n:translate="">
20          Password:
21      </td>
22      <td>
23          <tal:password replace="view/hasPassword" />
24      </td>
25    </tr>
26    <tal:files content="structure provider:files" />
27  </tbody>
28  <tfoot>
29    <tr>
30      <td>
31        <input tal:repeat="action view/actions"
32               tal:replace="structure action/render" />
33      </td>
34    </tr>
35  </tfoot>
36</table>
Note: See TracBrowser for help on using the repository browser.