Changeset 2614 for WAeUP_SRP/base/skins/waeup_student/study_level_view.pt
- Timestamp:
- 9 Nov 2007, 21:30:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/study_level_view.pt
r2606 r2614 77 77 <span tal:repeat="sem python:('1','2')"> 78 78 79 <t h colspan="3" tal:content="python: test(sem == '1','First Semester', 'Second Semester')" />79 <tr><th colspan="3" tal:content="python: test(sem == '1','First Semester', 'Second Semester')" /></tr> 80 80 <tr tal:repeat="row python: test(sem == '1',info['normal1'],info['normal2'])" 81 81 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> … … 103 103 </td> 104 104 </tr> 105 106 107 <th colspan="3" tal:condition="info/normal3"> Combined</th> 105 106 </span> 107 108 <tr><th colspan="3" tal:condition="info/normal3"> Combined</th></tr> 108 109 <tr tal:condition="info/normal3" tal:repeat="row info/normal3" 109 110 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> … … 134 135 135 136 136 </span> 137 137 138 138 139 <tr>
Note: See TracChangeset for help on using the changeset viewer.