Changeset 11037 for main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/searchpage.pt
- Timestamp:
- 3 Feb 2014, 06:56:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/searchpage.pt
r10999 r11037 13 13 <span i18n:domain="waeup.kofa" tal:condition="view/hitlist"> 14 14 <h3 i18n:translate="">Search Results</h3> 15 <table class="dataTable"> 16 <thead> 17 <tr> 18 <th i18n:translate="">Code</th> 19 <th i18n:translate="">Title</th> 20 <th i18n:translate="">Faculty</th> 21 <th i18n:translate="">Department</th> 22 <th i18n:translate="">Type</th> 23 </tr> 24 </thead> 25 <tbody> 26 <tr tal:repeat="item view/hitlist" class="gradeB"> 27 <td> 28 <a href="" tal:attributes="href item/url" 29 tal:content="item/code">CODE</a> 30 </td> 31 <td tal:content="item/title"> 32 TITLE 33 </td> 34 <td tal:content="item/fac"> 35 FACULTY 36 </td> 37 <td tal:content="item/dep"> 38 DEPARTMENT 39 </td> 40 <td tal:content="item/type"> 41 TTYPE 42 </td> 43 </tr> 44 </tbody> 45 </table> 15 <div class="table-responsive"> 16 <table class="dataTable"> 17 <thead> 18 <tr> 19 <th i18n:translate="">Code</th> 20 <th i18n:translate="">Title</th> 21 <th i18n:translate="">Faculty</th> 22 <th i18n:translate="">Department</th> 23 <th i18n:translate="">Type</th> 24 </tr> 25 </thead> 26 <tbody> 27 <tr tal:repeat="item view/hitlist" class="gradeB"> 28 <td> 29 <a href="" tal:attributes="href item/url" 30 tal:content="item/code">CODE</a> 31 </td> 32 <td tal:content="item/title"> 33 TITLE 34 </td> 35 <td tal:content="item/fac"> 36 FACULTY 37 </td> 38 <td tal:content="item/dep"> 39 DEPARTMENT 40 </td> 41 <td tal:content="item/type"> 42 TTYPE 43 </td> 44 </tr> 45 </tbody> 46 </table> 47 </div> 46 48 </span>
Note: See TracChangeset for help on using the changeset viewer.