Last change
on this file since 6067 was
6067,
checked in by Henrik Bettermann, 14 years ago
|
Start renaming the views in the applicants package according to the naming convention made in the university package.
The getApplications method is not really necessary since we only store ApplicantsContainers? here.
|
File size:
391 bytes
|
Line | |
---|
1 | <table class="display dataTable"> |
---|
2 | <thead> |
---|
3 | <tr> |
---|
4 | <th>Name</th><th>Title</th> |
---|
5 | </tr> |
---|
6 | </thead> |
---|
7 | <tbody> |
---|
8 | <tr tal:repeat="entry context/values" |
---|
9 | class="gradeB"> |
---|
10 | <td> |
---|
11 | <a href="" |
---|
12 | tal:attributes="href python:view.url(entry)" |
---|
13 | tal:content="entry/name" |
---|
14 | >Name</a> |
---|
15 | </td> |
---|
16 | <td tal:content="entry/title"> |
---|
17 | Title |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | </tbody> |
---|
21 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.