[1783] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 2 | <metal:main fill-slot="main" |
---|
[3169] | 3 | tal:define="info context/getStudyLevelInfo; |
---|
| 4 | contact_student_form string:contact_student_form; |
---|
| 5 | study_level_view string:study_level_view;"> |
---|
[2757] | 6 | <metal:block define-macro="edit_form"> |
---|
| 7 | |
---|
[1783] | 8 | <span tal:condition="not: info"> |
---|
| 9 | <span tal:content="here/illegal_view" /> |
---|
| 10 | </span> |
---|
| 11 | <span tal:condition="info"> |
---|
| 12 | <span tal:define= "is_so context/isSectionOfficer; |
---|
[3103] | 13 | is_ca info/is_ca; |
---|
| 14 | show_check_boxes info/show_check_boxes; |
---|
| 15 | has_verdict info/has_verdict; |
---|
| 16 | submission_allowed info/submission_allowed; |
---|
| 17 | rejection_allowed info/rejection_allowed; |
---|
| 18 | is_current_level info/is_current_level; |
---|
| 19 | is_student info/is_student; |
---|
| 20 | with_score not: info/without_score|nothing; |
---|
[3628] | 21 | with_cascore not: info/without_cascore|nothing; |
---|
[3103] | 22 | "> |
---|
[5459] | 23 | |
---|
| 24 | <a href="" |
---|
| 25 | tal:attributes="href string:${here/academicsParent}"> |
---|
| 26 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 27 | Up one level |
---|
| 28 | </a> |
---|
| 29 | |
---|
[8179] | 30 | <div style="text-align: right"> |
---|
[1861] | 31 | <a href="" target="slip" tal:attributes="href string:course_registration_slip" |
---|
| 32 | onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> |
---|
| 33 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 34 | Course Registration Slip |
---|
| 35 | </a> |
---|
| 36 | </div> |
---|
[2758] | 37 | |
---|
| 38 | <div style="text-align: right" |
---|
[2956] | 39 | tal:condition="info/gpa"> |
---|
[2758] | 40 | <a href="" target="slip" tal:attributes="href string:new_session_results_slip" |
---|
| 41 | onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> |
---|
| 42 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 43 | Session Results Slip |
---|
| 44 | </a> |
---|
| 45 | </div> |
---|
[5459] | 46 | |
---|
[1783] | 47 | <h3> |
---|
| 48 | <span tal:condition="python: is_so or is_ca"> |
---|
| 49 | <span tal:content="info/student/name" />: |
---|
| 50 | </span> |
---|
| 51 | <span tal:condition="is_student">My </span> |
---|
| 52 | |
---|
[3475] | 53 | Course Registration Form for <span tal:content="info/level_str" /> |
---|
[1783] | 54 | </h3> |
---|
[2757] | 55 | |
---|
| 56 | <br /> |
---|
| 57 | <table> |
---|
| 58 | <tr> |
---|
| 59 | <th width="220px">Session:</th> |
---|
| 60 | <td><span tal:content="info/session" /></td> |
---|
| 61 | </tr> |
---|
| 62 | <tr> |
---|
| 63 | <th>Total Credits:</th> |
---|
| 64 | <td tal:content="info/total_credits" /> |
---|
| 65 | </tr> |
---|
[2760] | 66 | <tr tal:condition="has_verdict"> |
---|
[2757] | 67 | <th>Verdict:</th> |
---|
| 68 | <td><span tal:content="info/verdict" /></td> |
---|
| 69 | </tr> |
---|
[2949] | 70 | <tr tal:condition="info/gpa"> |
---|
[2757] | 71 | <th>GPA:</th> |
---|
| 72 | <td><span tal:content="info/gpa" /></td> |
---|
| 73 | </tr> |
---|
| 74 | </table> |
---|
| 75 | |
---|
[1783] | 76 | |
---|
| 77 | <form action="." method="post" class="group" onsubmit="return submit_once()"> |
---|
| 78 | <span tal:condition="info/carry_overs" tal:omit-tag=""> |
---|
[2758] | 79 | <h3>Carryover Courses</h3> |
---|
[1783] | 80 | <br /> |
---|
| 81 | <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content"> |
---|
[2761] | 82 | |
---|
| 83 | <tr> |
---|
| 84 | <th tal:attributes="colspan python: test(show_check_boxes,'2','1')">Both Semesters</th> |
---|
[4305] | 85 | <th style='text-align:center'></th> |
---|
| 86 | <th style='text-align:center'>sm</th> |
---|
| 87 | <th style='text-align:center'>cr</th> |
---|
| 88 | <th tal:condition="with_score" style='text-align:center'>sc</th> |
---|
| 89 | <th tal:condition="with_cascore" style='text-align:center'>ca</th> |
---|
| 90 | <th style='text-align:center'>gr</th> |
---|
| 91 | <th style='text-align:center'>wt</th> |
---|
| 92 | <th style='text-align:center'></th> |
---|
| 93 | <th tal:condition="submission_allowed" style='text-align:center'></th> |
---|
[2761] | 94 | |
---|
| 95 | </tr> |
---|
[1783] | 96 | <tr tal:repeat="row info/carry_overs" |
---|
| 97 | tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
[2606] | 98 | |
---|
[2630] | 99 | <td align="left" valign="middle" style="width: 5%;" |
---|
[1783] | 100 | tal:condition="show_check_boxes"> |
---|
| 101 | <input type="checkbox" name="ids:list" value="" id="" class="noborder" |
---|
| 102 | tal:define="id row/id" |
---|
| 103 | tal:attributes="value id; |
---|
| 104 | id python:'cb_' + id; |
---|
| 105 | checked python:id in info['choosen_ids'];" |
---|
| 106 | /> |
---|
| 107 | </td> |
---|
[2757] | 108 | |
---|
| 109 | <td width="58%" tal:content="row/title"></td> |
---|
[4305] | 110 | <td style='text-align:center' width="10%" tal:content="row/code"></td> |
---|
| 111 | <td style='text-align:center' width="2%"><span tal:content="row/semester" /></td> |
---|
| 112 | <td style='text-align:center' width="2%" tal:content="row/credits"></td> |
---|
| 113 | <td tal:condition="with_score" style='text-align:center' width="4%" tal:content="row/score"></td> |
---|
| 114 | <td tal:condition="with_cascore" style='text-align:center' width="4%" tal:content="row/ca1"></td> |
---|
| 115 | <td style='text-align:center' width="2%" tal:content="row/grade"></td> |
---|
| 116 | <td style='text-align:center' width="2%" tal:content="row/weight"></td> |
---|
| 117 | <td style='text-align:center' width="10%" tal:content="row/coe|nothing"></td> |
---|
[2757] | 118 | |
---|
[4305] | 119 | <td tal:condition="submission_allowed" style='text-align:center' width="5%"> </td> |
---|
[2448] | 120 | |
---|
[1783] | 121 | </tr> |
---|
| 122 | </table> |
---|
| 123 | </span> |
---|
[2649] | 124 | |
---|
[5002] | 125 | <div class="" tal:condition="python: False and info['data_missing'] and not info['spillover']"> |
---|
[2649] | 126 | <font color="red">Your faculty has not yet provided the list of courses for your certificate. Please contact your faculty!</font> |
---|
| 127 | <br /><br /> |
---|
| 128 | </div> |
---|
| 129 | |
---|
| 130 | <span tal:condition="not:info/data_missing" tal:omit-tag=""> |
---|
[2758] | 131 | <h3>Session Courses</h3> |
---|
[1783] | 132 | <br /> |
---|
[2649] | 133 | |
---|
[2606] | 134 | <table class="contentListing" width="100%" id="folder_content"> |
---|
| 135 | |
---|
[3667] | 136 | <span tal:repeat="sem python:(('1','First Semester Courses','normal1'),('2','Second Semester Courses','normal2'),('3','Level Courses','normal3'))"> |
---|
[2606] | 137 | |
---|
[3667] | 138 | <tr tal:condition="python:info[sem[2]]"> |
---|
[2757] | 139 | <th tal:attributes="colspan python: test(show_check_boxes,'2','1')" |
---|
[3667] | 140 | tal:content="python:sem[1]" /> |
---|
[4305] | 141 | <th style='text-align:center'></th> |
---|
| 142 | <th style='text-align:center'>sm</th> |
---|
| 143 | <th style='text-align:center'>cr</th> |
---|
| 144 | <th tal:condition="with_score" style='text-align:center'>sc</th> |
---|
| 145 | <th tal:condition="with_cascore" style='text-align:center'>ca</th> |
---|
| 146 | <th style='text-align:center'>gr</th> |
---|
| 147 | <th style='text-align:center'>wt</th> |
---|
| 148 | <th style='text-align:center'></th> |
---|
| 149 | <th tal:condition="submission_allowed" style='text-align:center'></th> |
---|
[2757] | 150 | |
---|
| 151 | </tr> |
---|
[3667] | 152 | <tr tal:repeat="row python:info[sem[2]]" |
---|
| 153 | |
---|
[1783] | 154 | tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
[3667] | 155 | <td align="left" valign="middle" style="width: 5%;" |
---|
[1783] | 156 | tal:condition="show_check_boxes"> |
---|
| 157 | <input type="checkbox" name="ids:list" value="" id="" class="noborder" |
---|
| 158 | tal:define="id row/id" |
---|
| 159 | tal:attributes="value id; |
---|
| 160 | id python:'cb_' + id; |
---|
| 161 | checked python:id in info['choosen_ids'];" |
---|
| 162 | /> |
---|
| 163 | </td> |
---|
[2757] | 164 | <td width="58%" tal:content="row/title"></td> |
---|
[4305] | 165 | <td style='text-align:center' width="10%" tal:content="row/code"></td> |
---|
| 166 | <td style='text-align:center' width="2%"><span tal:content="row/semester" /></td> |
---|
| 167 | <td style='text-align:center' width="2%" tal:content="row/credits"></td> |
---|
| 168 | <td tal:condition="with_score" style='text-align:center' width="4%" tal:content="row/score"></td> |
---|
| 169 | <td tal:condition="with_cascore" style='text-align:center' width="4%" tal:content="row/ca1"></td> |
---|
| 170 | <td style='text-align:center' width="2%" tal:content="row/grade"></td> |
---|
| 171 | <td style='text-align:center' width="2%" tal:content="row/weight"></td> |
---|
| 172 | <td style='text-align:center' width="10%" tal:content="row/coe|nothing"></td> |
---|
[1861] | 173 | |
---|
[4305] | 174 | <td tal:condition="submission_allowed" width="5%" style='text-align:center'> |
---|
[2757] | 175 | <a href="edit" tal:attributes="href string:course_edit/${row/code}" |
---|
[2762] | 176 | target="edit_course_result" |
---|
| 177 | onclick="javascript:window.open('','edit_course_result','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"> |
---|
[2757] | 178 | [edit] |
---|
| 179 | </a> |
---|
[2606] | 180 | </td> |
---|
| 181 | </tr> |
---|
[3667] | 182 | <tr><td> </td></tr> |
---|
[2614] | 183 | </span> |
---|
[2606] | 184 | |
---|
[1783] | 185 | </table> |
---|
[2649] | 186 | </span> |
---|
[1783] | 187 | |
---|
[2758] | 188 | <br /> |
---|
| 189 | <table> |
---|
| 190 | <tr><th>sm:</th> <td>Semester</td></tr> |
---|
| 191 | <tr><th>cr:</th> <td>Credits</td></tr> |
---|
[3103] | 192 | <tr tal:condition="with_score"><th>sc:</th> <td>Score</td></tr> |
---|
[3628] | 193 | <tr tal:condition="with_cascore"><th>ca:</th> <td>CA Score</td></tr> |
---|
[2758] | 194 | <tr><th>gr: </th> <td>Grade</td></tr> |
---|
| 195 | <tr><th>wt: </th> <td>Weight</td></tr> |
---|
| 196 | </table> |
---|
| 197 | |
---|
| 198 | <br /> |
---|
[1783] | 199 | |
---|
[2761] | 200 | <table tal:condition="python: is_student and show_check_boxes" width="100%" cellspacing="0" cellpadding="2" |
---|
[1783] | 201 | class="folderButtons"> |
---|
| 202 | <tr> |
---|
| 203 | <td align="left" valign="top" rowspan="3"></td> |
---|
| 204 | <td align="left" valign="top"> |
---|
| 205 | <input type="submit" name="delete_course_result:method" value="Delete selected" |
---|
| 206 | class="destructive" i18n:attributes="value" |
---|
| 207 | tal:attributes="onclick python:'return window.confirm(\'%s\')' % |
---|
| 208 | ('Do you really want to delete selected courses?', )" |
---|
[1380] | 209 | /> |
---|
[1874] | 210 | <input tal:condition="python: 1" type="submit" name="refresh_level:method" |
---|
[1783] | 211 | class="context" value="Update" |
---|
[1380] | 212 | /> |
---|
[1783] | 213 | |
---|
| 214 | |
---|
| 215 | <br /><br /> |
---|
[2664] | 216 | <input tal:condition="not: info/credits_exceeded" |
---|
[1783] | 217 | type="submit" name="register_courses:method" |
---|
[2031] | 218 | class="context" value="Submit to Course Adviser" |
---|
| 219 | tal:attributes="onclick python:'return window.confirm(\'%s\')' % |
---|
[2054] | 220 | ('Do you really want to submit the course list? You will not be able to edit your data after submission.', )" /> |
---|
[1874] | 221 | <span tal:condition="info/credits_exceeded"> |
---|
[2279] | 222 | <font color="red"> <strong>Your total credits exceed <span tal:replace="info/max_credits" />!</strong></font> |
---|
[1874] | 223 | </span> |
---|
[1783] | 224 | |
---|
| 225 | <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" |
---|
[3169] | 226 | tal:attributes="value study_level_view"/> |
---|
[1783] | 227 | |
---|
| 228 | <br /><br /> |
---|
| 229 | |
---|
[1874] | 230 | <span tal:condition="python: 1"> |
---|
[1783] | 231 | <strong>Note:</strong> 'Update' checks for all courses in your certificate and will add them to your course list irrespective of |
---|
| 232 | prior deletion, i.e. already deleted courses will show up again. |
---|
| 233 | Please use this function only if you are sure that your faculty has added courses which are not yet on your course list. |
---|
[1789] | 234 | </span> |
---|
[1874] | 235 | <span tal:condition="python: 0"> |
---|
[1789] | 236 | <strong>Note:</strong> The 'Update' function has been temporarily disabled. |
---|
| 237 | </span> |
---|
[1783] | 238 | |
---|
| 239 | </td> |
---|
| 240 | </tr> |
---|
| 241 | </table> |
---|
[2758] | 242 | <table tal:condition="python: is_so and show_check_boxes" width="100%" cellspacing="0" cellpadding="2" |
---|
[1783] | 243 | class="folderButtons"> |
---|
| 244 | <tr> |
---|
| 245 | <td align="left" valign="top" rowspan="3"></td> |
---|
| 246 | <td align="left" valign="top"> |
---|
| 247 | <input type="button" value="Select all" class="context" |
---|
| 248 | onclick="someJavaScriptFunctionThatWillBeReplaced" |
---|
| 249 | i18n:attributes="value" |
---|
| 250 | tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')' |
---|
| 251 | % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))" |
---|
| 252 | /> |
---|
| 253 | <input type="submit" name="delete_course_result:method" value="Delete selected" |
---|
| 254 | class="destructive" i18n:attributes="value" |
---|
| 255 | tal:attributes="onclick python:'return window.confirm(\'%s\')' % |
---|
| 256 | ('Do you really want to delete the courses selected?', )" |
---|
| 257 | /> |
---|
| 258 | <input |
---|
| 259 | type="submit" name="refresh_level:method" |
---|
| 260 | class="context" value="Update" |
---|
| 261 | /> |
---|
[2760] | 262 | <input tal:condition="submission_allowed" type="submit" name="register_courses:method" |
---|
[1783] | 263 | class="context" value="Submit" /> |
---|
[2664] | 264 | <input tal:condition="info/validation_allowed" type="submit" name="validate_courses:method" |
---|
[1783] | 265 | class="context" value="Validate" /> |
---|
[2664] | 266 | <input tal:condition="info/rejection_allowed" type="submit" name="reject_courses:method" |
---|
[1783] | 267 | class="context" value="Reject" /> |
---|
| 268 | |
---|
| 269 | <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" |
---|
[3169] | 270 | tal:attributes="value study_level_view"/> |
---|
[1783] | 271 | <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" |
---|
[3169] | 272 | tal:attributes="value contact_student_form"/> |
---|
[1515] | 273 | |
---|
[1783] | 274 | </td> |
---|
| 275 | </tr> |
---|
| 276 | </table> |
---|
[2761] | 277 | <table tal:condition="python:is_ca and is_current_level and not has_verdict" width="100%" cellspacing="0" cellpadding="2" |
---|
[1783] | 278 | class="folderButtons"> |
---|
| 279 | <tr> |
---|
| 280 | <td align="left" valign="top" rowspan="3"></td> |
---|
| 281 | <td align="left" valign="top"> |
---|
[2761] | 282 | <input tal:condition="show_check_boxes" |
---|
[1783] | 283 | type="button" value="Select all" class="context" |
---|
| 284 | onclick="someJavaScriptFunctionThatWillBeReplaced" |
---|
| 285 | i18n:attributes="value" |
---|
| 286 | tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')' |
---|
| 287 | % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))" |
---|
| 288 | /> |
---|
[2761] | 289 | <input tal:condition="show_check_boxes" |
---|
[1783] | 290 | type="submit" name="delete_course_result:method" value="Delete selected" |
---|
| 291 | class="destructive" i18n:attributes="value" |
---|
| 292 | tal:attributes="onclick python:'return window.confirm(\'%s\')' % |
---|
| 293 | ('Do you really want to delete the courses selected?', )" |
---|
| 294 | /> |
---|
[2761] | 295 | <input tal:condition="show_check_boxes" |
---|
[1783] | 296 | type="submit" name="refresh_level:method" |
---|
| 297 | class="context" value="Update" |
---|
| 298 | /> |
---|
[2760] | 299 | <input tal:condition="submission_allowed" type="submit" name="register_courses:method" |
---|
[1783] | 300 | class="context" value="Submit" /> |
---|
[2664] | 301 | <input tal:condition="info/validation_allowed" type="submit" name="validate_courses:method" |
---|
[1783] | 302 | class="context" value="Validate" /> |
---|
[2664] | 303 | <input tal:condition="info/rejection_allowed" type="submit" name="reject_courses:method" |
---|
[1783] | 304 | class="context" value="Reject" /> |
---|
| 305 | |
---|
| 306 | <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" |
---|
[3169] | 307 | tal:attributes="value study_level_view"/> |
---|
[1783] | 308 | <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" |
---|
[3169] | 309 | tal:attributes="value contact_student_form"/> |
---|
[1783] | 310 | |
---|
[1515] | 311 | |
---|
[1783] | 312 | </td> |
---|
| 313 | </tr> |
---|
| 314 | </table> |
---|
[1515] | 315 | |
---|
[1783] | 316 | </form> |
---|
| 317 | <br /> |
---|
| 318 | <form action="add_course_result" method="post" class="group" onsubmit="return submit_once()" |
---|
| 319 | tal:condition="show_check_boxes"> |
---|
| 320 | <table> |
---|
| 321 | <tr> |
---|
| 322 | <th>Course Id</th> |
---|
| 323 | <td><input type="text" name="course_id" |
---|
| 324 | tal:attributes="value request/course_id|nothing"/></td> |
---|
| 325 | <td colspan="2"> |
---|
| 326 | <input type="submit" name="add" |
---|
| 327 | class="context" value="Add Course" |
---|
| 328 | /> |
---|
| 329 | <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" |
---|
[3169] | 330 | tal:attributes="value study_level_view"/> |
---|
[1783] | 331 | </td> |
---|
| 332 | </table> |
---|
| 333 | </form> |
---|
| 334 | </span> |
---|
[2757] | 335 | </span> |
---|
| 336 | </metal:block> |
---|
[1783] | 337 | </metal:main> |
---|
[2757] | 338 | |
---|
[1783] | 339 | </metal:body> |
---|
[1515] | 340 | |
---|