Last change
on this file since 7737 was
7707,
checked in by Henrik Bettermann, 13 years ago
|
Translation of browser and university package completed (hopefully).
|
File size:
1.0 KB
|
Line | |
---|
1 | <form method="post"> |
---|
2 | <input type="text" name="query" |
---|
3 | tal:attributes="value view/query" /> |
---|
4 | <input class="btn primary" type="submit" name="SUBMIT" |
---|
5 | tal:attributes="value view/search_button"/> |
---|
6 | </form> |
---|
7 | <br /> |
---|
8 | <span i18n:domain="waeup.sirp" tal:condition="view/hitlist"> |
---|
9 | <h3 i18n:translate="">Search Results</h3> |
---|
10 | <table class="display dataTable"> |
---|
11 | <thead> |
---|
12 | <tr> |
---|
13 | <th i18n:translate="">Code</th> |
---|
14 | <th i18n:translate="">Title</th> |
---|
15 | <th i18n:translate="">Type</th> |
---|
16 | </tr> |
---|
17 | </thead> |
---|
18 | <tbody> |
---|
19 | <tr tal:repeat="item view/hitlist" class="gradeB"> |
---|
20 | <td> |
---|
21 | <a href="" tal:attributes="href item/url" |
---|
22 | tal:content="item/code">CODE</a> |
---|
23 | </td> |
---|
24 | <td tal:content="item/title"> |
---|
25 | TITLE |
---|
26 | </td> |
---|
27 | <td tal:content="item/type"> |
---|
28 | TTYPE |
---|
29 | </td> |
---|
30 | </tr> |
---|
31 | </tbody> |
---|
32 | </table> |
---|
33 | </span> |
---|
Note: See
TracBrowser for help on using the repository browser.