- Timestamp:
- 2 Jan 2007, 21:29:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/session_results_view.pt
r1176 r1179 29 29 </tr> 30 30 <tr> 31 <th >Course of Study:</th><td tal:content="info/student/Coursemajor" />31 <th valign="top">Course of Study:</th><td tal:content="info/student/Coursemajor" /> 32 32 </tr> 33 33 <tr> … … 38 38 <table> 39 39 <tr> 40 <th width="180px">Verdict:</th><td tal:content="python:info['results'][0][0]['Verdict']" />40 <th valign="top" width="180px">Verdict:</th><td tal:content="python:info['results'][0][0]['Verdict']" /> 41 41 </tr> 42 42 <tr> 43 43 <th>Session:</th><td tal:content="python:info['results'][0][0]['Session']" /> 44 </tr> 44 </tr> 45 <tr> 46 <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis if the data below) </td> 47 </tr> 45 48 </table> 46 49 … … 51 54 <span tal:repeat="result semester"> 52 55 <tr tal:condition="repeat/result/start"> 53 <th colspan="5"> 54 <span tal:replace="python: test(repeat['semester'].index,'Second','First')" /> Semester 55 </th> 56 </tr> 56 <th colspan="2"> 57 <span tal:replace="python: test(repeat['semester'].index,'Second','First')" /> Semester 58 </th> 59 <td>Grade</td> 60 <td>Weight</td> 61 <td>Credits</td> 62 </tr> 57 63 <tr> 58 <td width="80px" tal:content="result/CosCode" /> 59 <td tal:content="result/title" /> 60 <td width="50px" align="center" tal:content="result/GRADE" /> 64 <td valign="top" width="80px" tal:content="result/CosCode" /> 65 <td valign="top" tal:content="result/title" /> 66 <td valign="top" width="50px" align="center" tal:content="result/GRADE" /> 67 <td valign="top" width="50px" align="center" tal:content="result/WEIGHT" /> 68 <td valign="top" width="50px" align="center" tal:content="result/credits" /> 69 61 70 </tr> 62 71 </span> 72 <tr><td colspan="5"> </td></tr> 63 73 </span> 64 74 </table>
Note: See TracChangeset for help on using the changeset viewer.