[1516] | 1 | <metal:html tal:define="info context/getStudyLevelInfo; |
---|
| 2 | is_so context/isSectionOfficer; |
---|
| 3 | is_ca info/is_ca; |
---|
| 4 | show_check_boxes info/show_check_boxes; |
---|
| 5 | is_student info/is_student; |
---|
| 6 | status_info info/status_info; |
---|
| 7 | review_state info/review_state; |
---|
| 8 | view_only info/view_only"> |
---|
| 9 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 10 | <metal:main fill-slot="main"> |
---|
| 11 | <span tal:condition="not: info"> |
---|
| 12 | <span tal:content="here/illegal_view" /> |
---|
| 13 | </span> |
---|
| 14 | <span tal:condition="info"> |
---|
| 15 | <h3>Course Registration Slip</h3> |
---|
| 16 | <br /> |
---|
| 17 | <table width="" cellpadding="2" cellspacing="0"> |
---|
| 18 | <tr> |
---|
| 19 | <td valign="top"><span class="dlabel">Name</span>: |
---|
| 20 | </td> |
---|
| 21 | <td> |
---|
| 22 | <span tal:content="info/student/name" /> |
---|
| 23 | </td> |
---|
| 24 | </tr> |
---|
| 25 | <tr> |
---|
| 26 | <td valign="top"><span class="dlabel">Student Id</span>: |
---|
| 27 | </td> |
---|
| 28 | <td> |
---|
| 29 | <span tal:content="info/student/id" /> |
---|
| 30 | </td> |
---|
| 31 | </tr> |
---|
| 32 | <tr> |
---|
| 33 | <td valign="top"><span class="dlabel">Matriculation No</span>: |
---|
| 34 | </td> |
---|
| 35 | <td> |
---|
| 36 | <span tal:content="info/student/matric_no" /> |
---|
| 37 | </td> |
---|
| 38 | </tr> |
---|
| 39 | <tr> |
---|
| 40 | <td valign="top"><span class="dlabel">Faculty Id</span>: |
---|
| 41 | </td> |
---|
| 42 | <td> |
---|
| 43 | <span tal:content="info/student/faculty" /> |
---|
| 44 | </td> |
---|
| 45 | </tr> |
---|
| 46 | <tr> |
---|
| 47 | <td valign="top"><span class="dlabel">Department Id</span>: |
---|
| 48 | </td> |
---|
| 49 | <td> |
---|
| 50 | <span tal:content="info/student/department" /> |
---|
| 51 | </td> |
---|
| 52 | </tr> |
---|
| 53 | <tr> |
---|
| 54 | <td valign="top"><span class="dlabel">Course Id</span>: |
---|
| 55 | </td> |
---|
| 56 | <td> |
---|
| 57 | <span tal:content="info/student/course" /> |
---|
| 58 | </td> |
---|
| 59 | </tr> |
---|
| 60 | </table> |
---|
| 61 | |
---|
| 62 | <form action="." method="post" class="group"> |
---|
| 63 | <span tal:condition="info/carry_overs" tal:omit-tag=""> |
---|
| 64 | <h4>Carryover Courses</h4> |
---|
| 65 | <br /> |
---|
| 66 | <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content"> |
---|
| 67 | <tr tal:repeat="row info/carry_overs" |
---|
| 68 | tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
| 69 | <td width="78%" tal:content="row/title"></td> |
---|
| 70 | <td align="center" width="10%" tal:content="row/code"></td> |
---|
| 71 | <td align="center" width="2%">S<span tal:content="row/semester" /></td> |
---|
| 72 | <td align="center" width="2%" tal:content="row/credits"></td> |
---|
| 73 | <td align="center" width="8%" tal:content="row/grade|string:"></td> |
---|
| 74 | </tr> |
---|
| 75 | </table> |
---|
| 76 | </span> |
---|
| 77 | <h4>Session Courses</h4> |
---|
| 78 | <br /> |
---|
| 79 | <table class="contentListing" width="100%" summary="content layout" id="folder_content"> |
---|
| 80 | <tr tal:repeat="row info/normal" |
---|
| 81 | tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
| 82 | <td width="78%" tal:content="row/title"></td> |
---|
| 83 | <td align="center" width="10%" tal:content="row/code"></td> |
---|
| 84 | <td align="center" width="2%">S<span tal:content="row/semester" /></td> |
---|
| 85 | <td align="center" width="2%" tal:content="row/credits"></td> |
---|
| 86 | <td align="center" width="8%" tal:content="row/coe|nothing"></td> |
---|
| 87 | </tr> |
---|
| 88 | <tr> |
---|
| 89 | <td></td> |
---|
| 90 | <th colspan="2">Total Credits:</th> |
---|
| 91 | <td align="center" width="2%" tal:content="info/credits_total"></td> |
---|
| 92 | </tr> |
---|
| 93 | </table> |
---|
| 94 | </form> |
---|
| 95 | <span tal:condition="is_ca"> |
---|
| 96 | <br /><br /> |
---|
| 97 | <table width=100%> |
---|
| 98 | <tr > |
---|
| 99 | <td width=50%>Date:</td><td>Date:</td> |
---|
| 100 | </tr> |
---|
| 101 | </table> |
---|
| 102 | |
---|
| 103 | <br /><br /><br /><br /> |
---|
| 104 | <table width=100%> |
---|
| 105 | <tr > |
---|
| 106 | <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black"> Student</td> |
---|
| 107 | <td width=50% style="border-top-style:solid; border-top-width:1px; border-top-color:black">Course Adviser</td> |
---|
| 108 | </tr> |
---|
| 109 | </table> |
---|
| 110 | </span> |
---|
| 111 | </span> |
---|
| 112 | </metal:main> |
---|
| 113 | </metal:body> |
---|
| 114 | </metal:html> |
---|
| 115 | |
---|