Changeset 3727 for WAeUP_SRP/trunk/skins/waeup_ois/academic_report_view.pt
- Timestamp:
- 15 Oct 2008, 05:04:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_ois/academic_report_view.pt
r3718 r3727 44 44 <span tal:content="info/student/name" />: 45 45 </span> 46 <span tal:condition="is_student">My </span>47 48 46 Subject Registration Form for <span tal:content="info/level_str" /> 49 47 </h3> 50 51 48 49 <br /> 52 50 53 <table> 54 <tr> 55 <th valign='top'>Pastoral Reports:</th> 56 <td> 57 <span tal:repeat="item python:info['items']"> 58 <a href="view" 59 tal:attributes="href item/id" 60 tal:content="item/title"/><br /> 61 </span> 62 </td> 63 </tr> 64 <tr> 65 <th>Session:</th> 66 <td><span tal:content="info/session" /></td> 67 </tr> 68 <tr tal:condition="has_verdict"> 69 <th>Verdict:</th> 70 <td><span tal:content="info/verdict" /></td> 71 </tr> 72 </table> 51 <table> 52 <tr> 53 <th>Session:</th> 54 <td><span tal:content="info/session" /></td> 55 </tr> 56 <tr tal:condition="has_verdict"> 57 <th>Verdict:</th> 58 <td><span tal:content="info/verdict" /></td> 59 </tr> 60 </table> 73 61 74 62 … … 89 77 <th tal:attributes="colspan python: test(show_check_boxes,'2','1')" 90 78 tal:content="python:sem[1]" /> 79 <th align='center'>ATL</th> 91 80 <th align='center'>CA 1 <br />Marks</th> 92 81 <th align='center'>CA 2 <br />Marks</th> … … 110 99 </td> 111 100 <td tal:content="row/title"></td> 101 <td align="center" tal:content="python:context.portal_vocabularies.pastoral_grade.get(row['atl'])"></td> 112 102 <td align="center" tal:content="row/ca1"></td> 113 103 <td align="center" tal:content="row/ca2"></td> … … 275 265 </table> 276 266 </form> 267 268 <table> 269 <tr> 270 <th valign='top'>Pastoral Reports:</th> 271 <td> 272 <span tal:repeat="item python:info['items']"> 273 <a href="view" 274 tal:attributes="href item/id" 275 tal:content="item/title"/><br /> 276 </span> 277 </td> 278 </tr> 279 </table> 277 280 </span> 278 281 </span>
Note: See TracChangeset for help on using the changeset viewer.