- Timestamp:
- 3 Feb 2014, 06:56:27 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt
r9984 r11037 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 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> 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> 26 13 </tr> 27 </tbody> 28 </table> 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> 29 31 30 32 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/containermanagepage.pt
r11026 r11037 30 30 <span i18n:translate="">Select all</span> 31 31 <br /><br /> 32 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> 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> 62 63 63 64 <input type="submit" name="remove" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/containerpage.pt
r11026 r11037 33 33 <input type="hidden" name="old_searchtype" 34 34 tal:attributes="value view/searchtype" /> 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> 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> 61 63 <br /> 62 64 </div> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/editscorespage.pt
r10638 r11037 2 2 <br /> 3 3 4 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> 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> 36 37 37 38 <input type="submit" name="UPDATE" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/filterstudentspage.pt
r11026 r11037 51 51 <span tal:replace="view/level_string">LEVEL</span> 52 52 </h3> 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> 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> 87 89 </div> 88 90 </form> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/paymentsmanagepage.pt
r10232 r11037 2 2 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 3 3 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> 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> 35 17 </tr> 36 </tbody> 37 </table> 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> 38 40 39 41 <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
r11026 r11037 34 34 <div id="tab2" class="tab-pane"> 35 35 <br /> 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> 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> 60 62 61 63 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r11025 r11037 8 8 tal:replace="view/context/total_credits">TOTAL</span>) 9 9 </h3> 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> 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> 44 46 45 47 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r11025 r11037 34 34 <div id="tab2" class="tab-pane"> 35 35 <br /> 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> 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> 73 77 74 78 <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.