Last change
on this file since 7240 was
7240,
checked in by Henrik Bettermann, 13 years ago
|
Rebuild applicants package (1st part). Applicants now have an applicant_id and a password and can use the regular login page to enter the portal.
Add user_type attribute to SIRPPrincipal objects.
Add some permissions in students package.
Some tests are still missing and will be re-added soon.
|
File size:
1012 bytes
|
Line | |
---|
1 | <h2 i18n:translate="" |
---|
2 | tal:condition="view/label" |
---|
3 | tal:content="view/label">Label</h2> |
---|
4 | |
---|
5 | <h2> ... <span tal:replace="context/state">Application State</span> ... </h2> |
---|
6 | |
---|
7 | <div class="workflow"> |
---|
8 | <div tal:repeat="msg context/history/messages"> |
---|
9 | <span tal:replace="msg">message</span><br /> |
---|
10 | </div> |
---|
11 | </div> |
---|
12 | |
---|
13 | <img src="" tal:attributes="src view/passport_url" /> |
---|
14 | |
---|
15 | <table class="zebra"> |
---|
16 | <tbody> |
---|
17 | <tal:block repeat="widget view/widgets"> |
---|
18 | <tr> |
---|
19 | <td class="fieldname"> |
---|
20 | <tal:block content="widget/label"/>: |
---|
21 | </td> |
---|
22 | <td> |
---|
23 | <span tal:replace="structure widget" /> |
---|
24 | </td> |
---|
25 | </tr> |
---|
26 | </tal:block> |
---|
27 | <tr> |
---|
28 | <td class="fieldname"> |
---|
29 | Admitted Course of Study: |
---|
30 | </td> |
---|
31 | <td> |
---|
32 | <span tal:replace="structure view/getCourseAdmitted" /> |
---|
33 | </td> |
---|
34 | </tr> |
---|
35 | <tr> |
---|
36 | <td class="fieldname"> |
---|
37 | Password: |
---|
38 | </td> |
---|
39 | <td> |
---|
40 | <tal:password replace="view/hasPassword" /> |
---|
41 | </td> |
---|
42 | <tr> |
---|
43 | </tbody> |
---|
44 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.