- Timestamp:
- 4 Feb 2014, 06:27:18 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt
r11037 r11040 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 4 <div class="table-responsive"> 5 <table class="display dataTableManage"> 6 <thead> 7 <tr> 8 <th tal:condition="not: layout/isStudent"> </th> 9 <th i18n:translate="">Session</th> 10 <th i18n:translate="">Booking Date</th> 11 <th i18n:translate="">Bed Coordinates</th> 12 <th i18n:translate="">Bed Category</th> 4 <table class="display dataTableManage"> 5 <thead> 6 <tr> 7 <th tal:condition="not: layout/isStudent"> </th> 8 <th i18n:translate="">Session</th> 9 <th i18n:translate="">Booking Date</th> 10 <th i18n:translate="">Bed Coordinates</th> 11 <th i18n:translate="">Bed Category</th> 12 </tr> 13 </thead> 14 <tbody> 15 <tr tal:repeat="cl context/values"> 16 <td tal:condition="not: layout/isStudent"> 17 <input type="checkbox" 18 name="val_id" 19 tal:attributes="value cl/__name__" /> 20 </td> 21 <td> <a tal:attributes="href cl/__name__"> 22 <span tal:content="python: cl.getSessionString()">PID</span></a></td> 23 <td tal:content="python: layout.formatDatetime(cl.booking_date)">DATE</td> 24 <td tal:content="cl/display_coordinates">COORDINATES</td> 25 <td tal:content="cl/bed_type">TYPE</td> 13 26 </tr> 14 </thead> 15 <tbody> 16 <tr tal:repeat="cl context/values"> 17 <td tal:condition="not: layout/isStudent"> 18 <input type="checkbox" 19 name="val_id" 20 tal:attributes="value cl/__name__" /> 21 </td> 22 <td> <a tal:attributes="href cl/__name__"> 23 <span tal:content="python: cl.getSessionString()">PID</span></a></td> 24 <td tal:content="python: layout.formatDatetime(cl.booking_date)">DATE</td> 25 <td tal:content="cl/display_coordinates">COORDINATES</td> 26 <td tal:content="cl/bed_type">TYPE</td> 27 </tr> 28 </tbody> 29 </table> 30 </div> 27 </tbody> 28 </table> 31 29 32 30 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/containermanagepage.pt
r11037 r11040 30 30 <span i18n:translate="">Select all</span> 31 31 <br /><br /> 32 <div class="table-responsive"> 33 <table class="display dataTableManage"> 34 <thead> 35 <tr> 36 <th> </th> 37 <th i18n:translate="">Student Id</th> 38 <th i18n:translate="">Reg. Number</th> 39 <th i18n:translate="">Matric. Number</th> 40 <th i18n:translate="">State</th> 41 <th i18n:translate="">Full Name</th> 42 </tr> 43 </thead> 44 <tbody> 45 <tr tal:repeat="item view/hitlist" class="gradeC"> 46 <td><input type="checkbox" name="entries" 47 tal:attributes="value item/context/__name__" /></td> 48 <td> <a tal:attributes="href item/url"> 49 <span tal:content="item/student_id">A123456</span></a> 50 </td> 51 <td class="center"> <a tal:attributes="href item/url"> 52 <span tal:content="item/reg_number">9999999</span></a> 53 </td> 54 <td class="center"> <a tal:attributes="href item/url"> 55 <span tal:content="item/matric_number">9999999</span></a> 56 </td> 57 <td tal:content="item/state">admitted</td> 58 <td tal:content="item/display_fullname">Bob</td> 59 </tr> 60 </tbody> 61 </table> 62 </div> 32 <table class="display dataTableManage"> 33 <thead> 34 <tr> 35 <th> </th> 36 <th i18n:translate="">Student Id</th> 37 <th i18n:translate="">Reg. Number</th> 38 <th i18n:translate="">Matric. Number</th> 39 <th i18n:translate="">State</th> 40 <th i18n:translate="">Full Name</th> 41 </tr> 42 </thead> 43 <tbody> 44 <tr tal:repeat="item view/hitlist" class="gradeC"> 45 <td><input type="checkbox" name="entries" 46 tal:attributes="value item/context/__name__" /></td> 47 <td> <a tal:attributes="href item/url"> 48 <span tal:content="item/student_id">A123456</span></a> 49 </td> 50 <td class="center"> <a tal:attributes="href item/url"> 51 <span tal:content="item/reg_number">9999999</span></a> 52 </td> 53 <td class="center"> <a tal:attributes="href item/url"> 54 <span tal:content="item/matric_number">9999999</span></a> 55 </td> 56 <td tal:content="item/state">admitted</td> 57 <td tal:content="item/display_fullname">Bob</td> 58 </tr> 59 </tbody> 60 </table> 63 61 64 62 <input type="submit" name="remove" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/containerpage.pt
r11037 r11040 33 33 <input type="hidden" name="old_searchtype" 34 34 tal:attributes="value view/searchtype" /> 35 <div class="table-responsive"> 36 <table class="table table-striped dataTable"> 37 <thead> 38 <tr> 39 <th i18n:translate="">Student Id</th> 40 <th i18n:translate="">Reg. Number</th> 41 <th i18n:translate="">Matric. Number</th> 42 <th i18n:translate="">State</th> 43 <th i18n:translate="">Full Name</th> 44 </tr> 45 </thead> 46 <tbody> 47 <tr tal:repeat="item view/hitlist"> 48 <td> <a tal:attributes="href item/url"> 49 <span tal:content="item/student_id">A123456</span></a> 50 </td> 51 <td class="center"> <a tal:attributes="href item/url"> 52 <span tal:content="item/reg_number">9999999</span></a> 53 </td> 54 <td class="center"> <a tal:attributes="href item/url"> 55 <span tal:content="item/matric_number">9999999</span></a> 56 </td> 57 <td tal:content="item/state">admitted</td> 58 <td tal:content="item/display_fullname">Bob</td> 59 </tr> 60 </tbody> 61 </table> 62 </div> 63 <br /> 35 <table class="table table-striped dataTable"> 36 <thead> 37 <tr> 38 <th i18n:translate="">Student Id</th> 39 <th i18n:translate="">Reg. Number</th> 40 <th i18n:translate="">Matric. Number</th> 41 <th i18n:translate="">State</th> 42 <th i18n:translate="">Full Name</th> 43 </tr> 44 </thead> 45 <tbody> 46 <tr tal:repeat="item view/hitlist"> 47 <td> <a tal:attributes="href item/url"> 48 <span tal:content="item/student_id">A123456</span></a> 49 </td> 50 <td class="center"> <a tal:attributes="href item/url"> 51 <span tal:content="item/reg_number">9999999</span></a> 52 </td> 53 <td class="center"> <a tal:attributes="href item/url"> 54 <span tal:content="item/matric_number">9999999</span></a> 55 </td> 56 <td tal:content="item/state">admitted</td> 57 <td tal:content="item/display_fullname">Bob</td> 58 </tr> 59 </tbody> 60 </table> 64 61 </div> 65 62 -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/editscorespage.pt
r11037 r11040 2 2 <br /> 3 3 4 <div class="table-responsive"> 5 <table class="display dataTable"> 6 <thead> 7 <tr> 8 <th i18n:translate="">Matric No.</th> 9 <th i18n:translate="">Score</th> 10 <th i18n:translate="">Fullname</th> 11 <th i18n:translate="">Status</th> 12 <th i18n:translate="">Certificate</th> 13 <th i18n:translate="">Current Session</th> 14 <th i18n:translate="">Current Level</th> 15 <th i18n:translate="">Course Level</th> 16 </tr> 17 </thead> 18 <tbody> 19 <tr tal:repeat="ticket view/tickets" class="gradeC"> 20 <td tal:content="ticket/student/matric_number">MATRIC_NUMBER</td> 21 <td tal:condition="ticket/editable_by_lecturer"> 22 <input type="text" name="scores" class="span1" 23 tal:attributes="value ticket/score" /> 24 </td> 25 <td tal:condition="not: ticket/editable_by_lecturer" 26 tal:content="ticket/score">SCORE</td> 27 <td tal:content="ticket/student/display_fullname">FULLNAME</td> 28 <td tal:content="ticket/student/translated_state">STATE</td> 29 <td tal:content="ticket/student/certcode">CERTCODE</td> 30 <td tal:content="ticket/student/current_session">SESSION</td> 31 <td tal:content="ticket/student/current_level">LEVEL</td> 32 <td tal:content="ticket/level">LEVEL</td> 33 </tr> 34 </tbody> 35 </table> 36 </div> 4 <table class="display dataTable"> 5 <thead> 6 <tr> 7 <th i18n:translate="">Matric No.</th> 8 <th i18n:translate="">Score</th> 9 <th i18n:translate="">Fullname</th> 10 <th i18n:translate="">Status</th> 11 <th i18n:translate="">Certificate</th> 12 <th i18n:translate="">Current Session</th> 13 <th i18n:translate="">Current Level</th> 14 <th i18n:translate="">Course Level</th> 15 </tr> 16 </thead> 17 <tbody> 18 <tr tal:repeat="ticket view/tickets" class="gradeC"> 19 <td tal:content="ticket/student/matric_number">MATRIC_NUMBER</td> 20 <td tal:condition="ticket/editable_by_lecturer"> 21 <input type="text" name="scores" class="span1" 22 tal:attributes="value ticket/score" /> 23 </td> 24 <td tal:condition="not: ticket/editable_by_lecturer" 25 tal:content="ticket/score">SCORE</td> 26 <td tal:content="ticket/student/display_fullname">FULLNAME</td> 27 <td tal:content="ticket/student/translated_state">STATE</td> 28 <td tal:content="ticket/student/certcode">CERTCODE</td> 29 <td tal:content="ticket/student/current_session">SESSION</td> 30 <td tal:content="ticket/student/current_level">LEVEL</td> 31 <td tal:content="ticket/level">LEVEL</td> 32 </tr> 33 </tbody> 34 </table> 37 35 38 36 <input type="submit" name="UPDATE" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/exportjobsindex.pt
r11025 r11040 1 <div class="table-responsive"> 2 <table i18n:domain="waeup.kofa" class="table table-condensed"> 3 <thead> 4 <tr> 5 <th i18n:translate="">Export Number</th> 6 <th i18n:translate="">Exporter</th> 7 <th i18n:translate="">Filter</th> 8 <th i18n:translate="">Creator</th> 9 <th i18n:translate="">Creation Date</th> 10 <th i18n:translate="">Status</th> 11 <th> </th> 12 </tr> 13 </thead> 14 <tbody> 15 <tr tal:repeat="job view/entries"> 16 <td> 17 <span tal:replace="job/job">12</span> 18 </td> 19 <td> 20 <span tal:replace="structure job/exporter">EXPORTER</span> 21 </td> 22 <td> 23 <span tal:replace="structure job/args">ARGS</span> 24 </td> 25 <td> 26 <span tal:replace="job/creator">CREATOR</span> 27 </td> 28 <td> 29 <span tal:replace="job/start_time">DATETIME</span> 30 </td> 31 <td> 32 <span tal:replace="job/status">STATUS</span> 33 </td> 34 <td nowrap> 35 <a href="" class="btn btn-default" i18n:translate="" 36 tal:condition="job/show_refresh_button"> 37 <img tal:attributes="src static/actionicon_reload.png" /> 38 Reload 39 </a> 40 <form method="POST"> 41 <a href="" class="btn btn-primary btn-xs" 42 tal:attributes="href job/download_url" 43 tal:condition="job/show_download_button"> 44 Download</a> 1 <table i18n:domain="waeup.kofa" class="table table-condensed"> 2 <thead> 3 <tr> 4 <th i18n:translate="">Export Number</th> 5 <th i18n:translate="">Exporter</th> 6 <th i18n:translate="">Filter</th> 7 <th i18n:translate="">Creator</th> 8 <th i18n:translate="">Creation Date</th> 9 <th i18n:translate="">Status</th> 10 <th> </th> 11 </tr> 12 </thead> 13 <tbody> 14 <tr tal:repeat="job view/entries"> 15 <td> 16 <span tal:replace="job/job">12</span> 17 </td> 18 <td> 19 <span tal:replace="structure job/exporter">EXPORTER</span> 20 </td> 21 <td> 22 <span tal:replace="structure job/args">ARGS</span> 23 </td> 24 <td> 25 <span tal:replace="job/creator">CREATOR</span> 26 </td> 27 <td> 28 <span tal:replace="job/start_time">DATETIME</span> 29 </td> 30 <td> 31 <span tal:replace="job/status">STATUS</span> 32 </td> 33 <td nowrap> 34 <a href="" class="btn btn-default" i18n:translate="" 35 tal:condition="job/show_refresh_button"> 36 <img tal:attributes="src static/actionicon_reload.png" /> 37 Reload 38 </a> 39 <form method="POST"> 40 <a href="" class="btn btn-primary btn-xs" 41 tal:attributes="href job/download_url" 42 tal:condition="job/show_download_button"> 43 Download</a> 45 44 46 <input type="hidden" name="job_id" 47 tal:attributes="value job/job" /> 48 <input type="submit" class="btn btn-default btn-xs" 49 name="DISCARD" value="Discard" 50 tal:condition="job/show_discard_button" /> 51 </form> 52 </td> 53 </tr> 54 </tbody> 55 </table> 56 </div> 45 <input type="hidden" name="job_id" 46 tal:attributes="value job/job" /> 47 <input type="submit" class="btn btn-default btn-xs" 48 name="DISCARD" value="Discard" 49 tal:condition="job/show_discard_button" /> 50 </form> 51 </td> 52 </tr> 53 </tbody> 54 </table> 57 55 58 56 <form method="POST" i18n:domain="waeup.kofa"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/filterstudentspage.pt
r11037 r11040 51 51 <span tal:replace="view/level_string">LEVEL</span> 52 52 </h3> 53 <div class="table-responsive"> 54 <table class="display dataTable"> 55 <thead> 56 <tr> 57 <th i18n:translate="">Student Id</th> 58 <th i18n:translate="">Matric No.</th> 59 <th i18n:translate="">Fullname</th> 60 <th i18n:translate="">Status</th> 61 <th i18n:translate="">Certificate</th> 62 <th i18n:translate="">Current Session</th> 63 <th i18n:translate="">Current Level</th> 64 <th i18n:translate="">Comment</th> 65 </tr> 66 </thead> 67 <tbody> 68 <tr tal:repeat="item view/hitlist" class="gradeC"> 69 <td> <a tal:attributes="href item/url" 70 target="_blank"> 71 <span tal:content="item/student_id">A123456</span></a> 72 </td> 73 <td tal:content="item/matric_number">MATRIC_NUMBER</td> 74 <td tal:content="item/display_fullname">FULLNAME</td> 75 <td tal:content="item/translated_state">STATE</td> 76 <td> 77 <a tal:attributes="href python: view.url(item.certificate)" 78 tal:content="item/certificate/code"> 79 CERTIFICATE 80 </a> 81 </td> 82 <td tal:content="item/current_session">SESSION</td> 83 <td tal:content="item/current_level">LEVEL</td> 84 <td><span tal:condition="item/comment">yes</span></td> 85 </tr> 86 </tbody> 87 </table> 88 </div> 53 <table class="display dataTable"> 54 <thead> 55 <tr> 56 <th i18n:translate="">Student Id</th> 57 <th i18n:translate="">Matric No.</th> 58 <th i18n:translate="">Fullname</th> 59 <th i18n:translate="">Status</th> 60 <th i18n:translate="">Certificate</th> 61 <th i18n:translate="">Current Session</th> 62 <th i18n:translate="">Current Level</th> 63 <th i18n:translate="">Comment</th> 64 </tr> 65 </thead> 66 <tbody> 67 <tr tal:repeat="item view/hitlist" class="gradeC"> 68 <td> <a tal:attributes="href item/url" 69 target="_blank"> 70 <span tal:content="item/student_id">A123456</span></a> 71 </td> 72 <td tal:content="item/matric_number">MATRIC_NUMBER</td> 73 <td tal:content="item/display_fullname">FULLNAME</td> 74 <td tal:content="item/translated_state">STATE</td> 75 <td> 76 <a tal:attributes="href python: view.url(item.certificate)" 77 tal:content="item/certificate/code"> 78 CERTIFICATE 79 </a> 80 </td> 81 <td tal:content="item/current_session">SESSION</td> 82 <td tal:content="item/current_level">LEVEL</td> 83 <td><span tal:condition="item/comment">yes</span></td> 84 </tr> 85 </tbody> 86 </table> 89 87 </div> 90 88 </form> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/paymentsmanagepage.pt
r11037 r11040 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 4 <div class="table-responsive"> 5 <table class="display dataTableManage"> 6 <thead> 7 <tr> 8 <th> </th> 9 <th i18n:translate="">Payment Id</th> 10 <th i18n:translate="">Creation Date</th> 11 <th i18n:translate="">Payment Date</th> 12 <th i18n:translate="">Category</th> 13 <th i18n:translate="">Item</th> 14 <th i18n:translate="">Amount</th> 15 <th i18n:translate="">Session</th> 16 <th i18n:translate="">State</th> 4 <table class="display dataTableManage"> 5 <thead> 6 <tr> 7 <th> </th> 8 <th i18n:translate="">Payment Id</th> 9 <th i18n:translate="">Creation Date</th> 10 <th i18n:translate="">Payment Date</th> 11 <th i18n:translate="">Category</th> 12 <th i18n:translate="">Item</th> 13 <th i18n:translate="">Amount</th> 14 <th i18n:translate="">Session</th> 15 <th i18n:translate="">State</th> 16 </tr> 17 </thead> 18 <tbody> 19 <tr tal:repeat="cl context/values"> 20 <td> 21 <input type="checkbox" 22 name="val_id" 23 tal:attributes="value cl/__name__" 24 tal:condition="python: not view.unremovable(cl)" /> 25 </td> 26 <td> <a tal:attributes="href cl/__name__"> 27 <span tal:content="cl/p_id">PID</span></a></td> 28 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td> 29 <td tal:content="python: layout.formatDatetime(cl.payment_date)">PAYMENT DATE</td> 30 <td nowrap tal:content ="cl/category">CATEGORY</td> 31 <td tal:content ="cl/display_item">ITEM</td> 32 <td tal:content ="cl/amount_auth">AMOUNT</td> 33 <td tal:content ="cl/p_session">SESSION</td> 34 <td tal:content ="cl/p_state_title">STATE</td> 17 35 </tr> 18 </thead> 19 <tbody> 20 <tr tal:repeat="cl context/values"> 21 <td> 22 <input type="checkbox" 23 name="val_id" 24 tal:attributes="value cl/__name__" 25 tal:condition="python: not view.unremovable(cl)" /> 26 </td> 27 <td> <a tal:attributes="href cl/__name__"> 28 <span tal:content="cl/p_id">PID</span></a></td> 29 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td> 30 <td tal:content="python: layout.formatDatetime(cl.payment_date)">PAYMENT DATE</td> 31 <td nowrap tal:content ="cl/category">CATEGORY</td> 32 <td tal:content ="cl/display_item">ITEM</td> 33 <td tal:content ="cl/amount_auth">AMOUNT</td> 34 <td tal:content ="cl/p_session">SESSION</td> 35 <td tal:content ="cl/p_state_title">STATE</td> 36 </tr> 37 </tbody> 38 </table> 39 </div> 36 </tbody> 37 </table> 40 38 41 39 <div tal:condition="python: view.availableActions and view.manage_payments_allowed"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studycoursemanagepage.pt
r11037 r11040 34 34 <div id="tab2" class="tab-pane"> 35 35 <br /> 36 <div class="table-responsive"> 37 <table class="dataTableManage"> 38 <thead> 39 <tr> 40 <th> </th> 41 <th i18n:translate="">Level Code</th> 42 <th i18n:translate="">Level Title</th> 43 </tr> 44 </thead> 45 <tbody> 46 <tr tal:repeat="cl context/values"> 47 <td> 48 <input type="checkbox" 49 name="val_id" 50 tal:attributes="value cl/__name__" /> 51 </td> 52 <td> <a tal:attributes="href python:view.url(cl)"> 53 <span tal:content="cl/level">CODE</span></a> 54 </td> 55 <td> 56 <span tal:content="cl/level_title">TITLE</span> 57 </td> 58 </tr> 59 </tbody> 60 </table> 61 </div> 36 <table class="dataTableManage"> 37 <thead> 38 <tr> 39 <th> </th> 40 <th i18n:translate="">Level Code</th> 41 <th i18n:translate="">Level Title</th> 42 </tr> 43 </thead> 44 <tbody> 45 <tr tal:repeat="cl context/values"> 46 <td> 47 <input type="checkbox" 48 name="val_id" 49 tal:attributes="value cl/__name__" /> 50 </td> 51 <td> <a tal:attributes="href python:view.url(cl)"> 52 <span tal:content="cl/level">CODE</span></a> 53 </td> 54 <td> 55 <span tal:content="cl/level_title">TITLE</span> 56 </td> 57 </tr> 58 </tbody> 59 </table> 62 60 63 61 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r11037 r11040 8 8 tal:replace="view/context/total_credits">TOTAL</span>) 9 9 </h3> 10 <div class="table-responsive"> 11 <table class="display dataTableManage"> 12 <thead> 13 <tr> 14 <th> </th> 15 <th i18n:translate="">Term</th> 16 <th i18n:translate="">Code</th> 17 <th i18n:translate="">Title</th> 18 <th i18n:translate="">Department</th> 19 <th i18n:translate="">Faculty</th> 20 <th i18n:translate="">Credits</th> 21 <th i18n:translate="">Score</th> 22 <th i18n:translate="">CO</th> 23 </tr> 24 </thead> 25 <tbody> 26 <tr tal:repeat="value view/translated_values" class="gradeC"> 27 <td> 28 <input type="checkbox" name="val_id" 29 tal:attributes="value value/__name__" 30 tal:condition="value/removable_by_student" /> 31 </td> 32 <td tal:content="value/semester" nowrap>TERM</td> 33 <td> <a tal:attributes="href value/url"> 34 <span tal:content="value/code">CODE</span> 35 </a></td> 36 <td tal:content="value/title">TITLE</td> 37 <td tal:content="value/dcode">DEPARTMENT</td> 38 <td tal:content="value/fcode">FACULTY</td> 39 <td tal:content="value/credits">CREDITS</td> 40 <td tal:content="value/score|nothing">SCORE</td> 41 <td tal:content="value/carry_over">CO</td> 42 </tr> 43 </tbody> 44 </table> 45 </div> 10 <table class="display dataTableManage"> 11 <thead> 12 <tr> 13 <th> </th> 14 <th i18n:translate="">Term</th> 15 <th i18n:translate="">Code</th> 16 <th i18n:translate="">Title</th> 17 <th i18n:translate="">Department</th> 18 <th i18n:translate="">Faculty</th> 19 <th i18n:translate="">Credits</th> 20 <th i18n:translate="">Score</th> 21 <th i18n:translate="">CO</th> 22 </tr> 23 </thead> 24 <tbody> 25 <tr tal:repeat="value view/translated_values" class="gradeC"> 26 <td> 27 <input type="checkbox" name="val_id" 28 tal:attributes="value value/__name__" 29 tal:condition="value/removable_by_student" /> 30 </td> 31 <td tal:content="value/semester" nowrap>TERM</td> 32 <td> <a tal:attributes="href value/url"> 33 <span tal:content="value/code">CODE</span> 34 </a></td> 35 <td tal:content="value/title">TITLE</td> 36 <td tal:content="value/dcode">DEPARTMENT</td> 37 <td tal:content="value/fcode">FACULTY</td> 38 <td tal:content="value/credits">CREDITS</td> 39 <td tal:content="value/score|nothing">SCORE</td> 40 <td tal:content="value/carry_over">CO</td> 41 </tr> 42 </tbody> 43 </table> 46 44 47 45 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r11037 r11040 34 34 <div id="tab2" class="tab-pane"> 35 35 <br /> 36 <div class="table-responsive"> 37 <div class="table-responsive"> 38 <table class="display dataTableManage"> 39 <thead> 40 <tr> 41 <th> </th> 42 <th i18n:translate="">Term</th> 43 <th i18n:translate="">Code</th> 44 <th i18n:translate="">Title</th> 45 <th i18n:translate="">Dept.</th> 46 <th i18n:translate="">Fact.</th> 47 <th i18n:translate="">Cred.</th> 48 <th i18n:translate="">Requ.</th> 49 <th i18n:translate="">Score</th> 50 <th i18n:translate="">CO</th> 51 <th i18n:translate="">Auto</th> 52 </tr> 53 </thead> 54 <tbody> 55 <tr tal:repeat="value view/translated_values" class="gradeC"> 56 <td> 57 <input type="checkbox" name="val_id" 58 tal:attributes="value value/__name__" /> 59 </td> 60 <td tal:content="value/semester" nowrap>TERM</td> 61 <td> <a tal:attributes="href value/url"> 62 <span tal:content="value/code">CODE</span> 63 </a></td> 64 <td tal:content="value/title">TITLE</td> 65 <td tal:content="value/dcode">DEPARTMENT</td> 66 <td tal:content="value/fcode">FACULTY</td> 67 <td tal:content="value/credits">CREDITS</td> 68 <td tal:content="value/mandatory">MANDATORY</td> 69 <td tal:content="value/score|nothing">SCORE</td> 70 <td tal:content="value/carry_over">CO</td> 71 <td tal:content="value/automatic">AUTO</td> 72 </tr> 73 </tbody> 74 </table> 75 </div> 76 </div> 36 <table class="display dataTableManage"> 37 <thead> 38 <tr> 39 <th> </th> 40 <th i18n:translate="">Term</th> 41 <th i18n:translate="">Code</th> 42 <th i18n:translate="">Title</th> 43 <th i18n:translate="">Dept.</th> 44 <th i18n:translate="">Fact.</th> 45 <th i18n:translate="">Cred.</th> 46 <th i18n:translate="">Requ.</th> 47 <th i18n:translate="">Score</th> 48 <th i18n:translate="">CO</th> 49 <th i18n:translate="">Auto</th> 50 </tr> 51 </thead> 52 <tbody> 53 <tr tal:repeat="value view/translated_values" class="gradeC"> 54 <td> 55 <input type="checkbox" name="val_id" 56 tal:attributes="value value/__name__" /> 57 </td> 58 <td tal:content="value/semester" nowrap>TERM</td> 59 <td> <a tal:attributes="href value/url"> 60 <span tal:content="value/code">CODE</span> 61 </a></td> 62 <td tal:content="value/title">TITLE</td> 63 <td tal:content="value/dcode">DEPARTMENT</td> 64 <td tal:content="value/fcode">FACULTY</td> 65 <td tal:content="value/credits">CREDITS</td> 66 <td tal:content="value/mandatory">MANDATORY</td> 67 <td tal:content="value/score|nothing">SCORE</td> 68 <td tal:content="value/carry_over">CO</td> 69 <td tal:content="value/automatic">AUTO</td> 70 </tr> 71 </tbody> 72 </table> 77 73 78 74 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r11025 r11040 18 18 <h3 i18n:domain="waeup.kofa" i18n:translate="">Course Tickets</h3> 19 19 20 <div class="table-responsive"> 21 <table class="dataTable" i18n:domain="waeup.kofa"> 22 <thead> 23 <tr> 24 <th i18n:translate="">Term</th> 25 <th i18n:translate="">Code</th> 26 <th i18n:translate="">Title</th> 27 <th i18n:translate="">Dep.</th> 28 <th i18n:translate="">Fac.</th> 29 <th i18n:translate="">Cred.</th> 30 <th i18n:translate="">Requ.</th> 31 <th i18n:translate="">Score</th> 32 <th i18n:translate="">Grade</th> 33 <th i18n:translate="">CO</th> 34 <th i18n:translate="">Auto</th> 35 </tr> 36 </thead> 37 <tbody> 38 <tr tal:repeat="value view/translated_values"> 39 <td tal:content="value/semester" nowrap>TERM</td> 40 <td> <a tal:attributes="href value/url"> 41 <span tal:content="value/code">CODE</span> 42 </a></td> 43 <td tal:content="value/title">TITLE</td> 44 <td tal:content="value/dcode">DEPARTMENT</td> 45 <td tal:content="value/fcode">FACULTY</td> 46 <td tal:content="value/credits">CREDITS</td> 47 <td tal:content="value/mandatory">MANDATORY</td> 48 <td tal:content="value/score|nothing">SCORE</td> 49 <td tal:content="value/grade|nothing">GRADE</td> 50 <td tal:content="value/carry_over">CO</td> 51 <td tal:content="value/automatic">AUTO</td> 52 </tr> 53 </tbody> 54 </table> 55 </div> 56 20 <table class="dataTable" i18n:domain="waeup.kofa"> 21 <thead> 22 <tr> 23 <th i18n:translate="">Term</th> 24 <th i18n:translate="">Code</th> 25 <th i18n:translate="">Title</th> 26 <th i18n:translate="">Dep.</th> 27 <th i18n:translate="">Fac.</th> 28 <th i18n:translate="">Cred.</th> 29 <th i18n:translate="">Requ.</th> 30 <th i18n:translate="">Score</th> 31 <th i18n:translate="">Grade</th> 32 <th i18n:translate="">CO</th> 33 <th i18n:translate="">Auto</th> 34 </tr> 35 </thead> 36 <tbody> 37 <tr tal:repeat="value view/translated_values"> 38 <td tal:content="value/semester" nowrap>TERM</td> 39 <td> <a tal:attributes="href value/url"> 40 <span tal:content="value/code">CODE</span> 41 </a></td> 42 <td tal:content="value/title">TITLE</td> 43 <td tal:content="value/dcode">DEPARTMENT</td> 44 <td tal:content="value/fcode">FACULTY</td> 45 <td tal:content="value/credits">CREDITS</td> 46 <td tal:content="value/mandatory">MANDATORY</td> 47 <td tal:content="value/score|nothing">SCORE</td> 48 <td tal:content="value/grade|nothing">GRADE</td> 49 <td tal:content="value/carry_over">CO</td> 50 <td tal:content="value/automatic">AUTO</td> 51 </tr> 52 </tbody> 53 </table> 57 54 58 55 <div i18n:domain="waeup.kofa"
Note: See TracChangeset for help on using the changeset viewer.