Last change
on this file since 18008 was
18005,
checked in by Henrik Bettermann, 2 weeks ago
|
Add link on base page.
|
-
Property svn:executable set to
*
|
File size:
832 bytes
|
Line | |
---|
1 | <table i18n:domain="waeup.kofa" class="form-table"> |
---|
2 | <tbody> |
---|
3 | <tal:block repeat="widget view/widgets"> |
---|
4 | <tr> |
---|
5 | <td class="fieldname"> |
---|
6 | <tal:block content="widget/label"/>: |
---|
7 | </td> |
---|
8 | <td> |
---|
9 | <input tal:replace="structure widget" /> |
---|
10 | </td> |
---|
11 | </tr> |
---|
12 | </tal:block> |
---|
13 | <tr> |
---|
14 | <td class="fieldname" i18n:translate=""> |
---|
15 | Password: |
---|
16 | </td> |
---|
17 | <td> |
---|
18 | <tal:password replace="view/hasPassword" /> |
---|
19 | </td> |
---|
20 | </tr> |
---|
21 | <tal:files content="structure provider:files" /> |
---|
22 | </tbody> |
---|
23 | <tfoot> |
---|
24 | <tr> |
---|
25 | <td> |
---|
26 | <input tal:repeat="action view/actions" |
---|
27 | tal:replace="structure action/render" /> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | </tfoot> |
---|
31 | </table> |
---|
32 | |
---|
33 | <p> |
---|
34 | <a href="https://nelf.gov.ng/" |
---|
35 | i18n:translate=""> |
---|
36 | Students' Loan Scheme |
---|
37 | </a> |
---|
38 | </p> |
---|
Note: See
TracBrowser for help on using the repository browser.