Changeset 3628 for WAeUP_SRP/base/skins
- Timestamp:
- 26 Aug 2008, 07:18:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/study_level_view.pt
r3475 r3628 19 19 is_student info/is_student; 20 20 with_score not: info/without_score|nothing; 21 with_cascore not: info/without_cascore|nothing; 21 22 "> 22 23 <div style="text-align: right" … … 87 88 <th align='center'>cr</th> 88 89 <th tal:condition="with_score" align='center'>sc</th> 90 <th tal:condition="with_cascore" align='center'>ca</th> 89 91 <th align='center'>gr</th> 90 92 <th align='center'>wt</th> … … 111 113 <td align="center" width="2%" tal:content="row/credits"></td> 112 114 <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td> 115 <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td> 113 116 <td align="center" width="2%" tal:content="row/grade"></td> 114 117 <td align="center" width="2%" tal:content="row/weight"></td> … … 141 144 <th align='center'>cr</th> 142 145 <th tal:condition="with_score" align='center'>sc</th> 146 <th tal:condition="with_cascore" align='center'>ca</th> 143 147 <th align='center'>gr</th> 144 148 <th align='center'>wt</th> … … 163 167 <td align="center" width="2%" tal:content="row/credits"></td> 164 168 <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td> 169 <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td> 165 170 <td align="center" width="2%" tal:content="row/grade"></td> 166 171 <td align="center" width="2%" tal:content="row/weight"></td> … … 195 200 <td align="center" width="2%" tal:content="row/credits"></td> 196 201 <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td> 202 <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td> 197 203 <td align="center" width="2%" tal:content="row/grade"></td> 198 204 <td align="center" width="2%" tal:content="row/weight"></td> … … 216 222 <tr><th>cr:</th> <td>Credits</td></tr> 217 223 <tr tal:condition="with_score"><th>sc:</th> <td>Score</td></tr> 224 <tr tal:condition="with_cascore"><th>ca:</th> <td>CA Score</td></tr> 218 225 <tr><th>gr: </th> <td>Grade</td></tr> 219 226 <tr><th>wt: </th> <td>Weight</td></tr>
Note: See TracChangeset for help on using the changeset viewer.