Changeset 3675 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 18 Sep 2008, 10:00:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/academic_report_view.pt
r3667 r3675 63 63 <table> 64 64 <tr> 65 <th width="220px">Session:</th>65 <th>Session:</th> 66 66 <td><span tal:content="info/session" /></td> 67 67 </tr> … … 95 95 <th align='center'>om</th> 96 96 <th tal:condition="submission_allowed" align='center'></th> 97 <th tal:condition="is_so" align='center'></th> 97 98 98 99 </tr> … … 114 115 <td align="center" tal:content="row/ca2"></td> 115 116 <td align="center" tal:content="row/exam"></td> 116 <td align="center" tal:content="row/score "></td>117 <td align="center" tal:content="row/score_calc"></td> 117 118 118 <td tal:condition=" submission_allowed" width="5%" align="center">119 <td tal:condition="python:submission_allowed and is_student" align="center"> 119 120 <a href="edit" tal:attributes="href string:course_edit/${row/code}" 120 121 target="edit_course_result" … … 122 123 [edit] 123 124 </a> 124 </td> 125 </td> 126 <td tal:condition="is_so" align="center"> 127 <a href="edit" tal:attributes="href string:lecturer_course_edit/${row/code}" 128 target="edit_course_result" 129 onclick="javascript:window.open('','edit_course_result','width=600, height=500, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"> 130 [edit] 131 </a> 132 </td> 125 133 </tr> 126 134 <tr><td> </td></tr>
Note: See TracChangeset for help on using the changeset viewer.