- Timestamp:
- 4 Feb 2014, 06:27:18 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/rules.xml
r11030 r11040 126 126 <a href="#" class="dropdown-toggle" 127 127 data-toggle="dropdown"> 128 <img src="/static/ static/img/earth.png" />128 <img src="/static/img/earth.png" /> 129 129 </a> 130 130 <ul class="dropdown-menu"> … … 143 143 </after> 144 144 145 <!-- Make all data tables responsive --> 145 146 147 <replace css:content="table.dataTable"> 148 <div class="table-responsive"> 149 <xsl:apply-templates css:select="table.dataTable" mode="raw"/> 150 </div> 151 </replace> 146 152 153 <replace css:content="table.dataTableManage"> 154 <div class="table-responsive"> 155 <xsl:apply-templates css:select="table.dataTableManage" mode="raw"/> 156 </div> 157 </replace> 158 159 <replace css:content="table.dataTableFiles"> 160 <div class="table-responsive"> 161 <xsl:apply-templates css:select="table.dataTableFiles" mode="raw"/> 162 </div> 163 </replace> 164 165 <replace css:content="table.dataTableManageFiles"> 166 <div class="table-responsive"> 167 <xsl:apply-templates css:select="table.dataTableManageFiles" mode="raw"/> 168 </div> 169 </replace> 147 170 148 171 </rules> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/accesscodes/browser_templates/batchcontainer.pt
r11009 r11040 3 3 The following batches are available: 4 4 </p> 5 <div class="table-responsive"> 6 <table class="table"> 7 <thead> 8 <tr> 9 <th> </th> 10 <th i18n:translate="">Prefix</th> 11 <th i18n:translate="">Entries</th> 12 <th i18n:translate="">Used</th> 13 <th i18n:translate="">Disabled</th> 14 <th i18n:translate="">Cost</th> 15 <th i18n:translate="">Date of Creation</th> 16 <th i18n:translate="">Creator</th> 17 </tr> 18 </thead> 19 <tbody> 20 <tr tal:repeat="batch context/values"> 21 <td> 22 <input type="checkbox" name="batches" value="batch/prefix" 23 tal:attributes="value batch/__name__" 24 tal:condition="batch/num" /> 25 </td> 26 <td> 27 <span tal:replace="batch/prefix">APP</span> 28 - 29 <span tal:replace="batch/num">10</span> 30 </td> 31 <td> 32 <span tal:replace="batch/entry_num">1012</span> 33 </td> 34 <td> 35 <span tal:replace="batch/used_num">512</span> 36 </td> 37 <td> 38 <span tal:replace="batch/disabled_num">112</span> 39 </td> 40 <td tal:content="batch/cost">12.12</td> 41 <td tal:content="python: batch.creation_date.strftime('%Y-%m-%d %H:%M:%S')"> 42 2011-11-22 18:04:55 43 </td> 44 <td tal:content="batch/creator">SOMEUSER</td> 45 </tr> 46 <tr tal:condition="not: context/values"> 47 <td colspan="5"><b i18n:translate="">No batches yet</b></td> 48 </tr> 49 </tbody> 50 </table> 51 </div> 5 <table class="table"> 6 <thead> 7 <tr> 8 <th> </th> 9 <th i18n:translate="">Prefix</th> 10 <th i18n:translate="">Entries</th> 11 <th i18n:translate="">Used</th> 12 <th i18n:translate="">Disabled</th> 13 <th i18n:translate="">Cost</th> 14 <th i18n:translate="">Date of Creation</th> 15 <th i18n:translate="">Creator</th> 16 </tr> 17 </thead> 18 <tbody> 19 <tr tal:repeat="batch context/values"> 20 <td> 21 <input type="checkbox" name="batches" value="batch/prefix" 22 tal:attributes="value batch/__name__" 23 tal:condition="batch/num" /> 24 </td> 25 <td> 26 <span tal:replace="batch/prefix">APP</span> 27 - 28 <span tal:replace="batch/num">10</span> 29 </td> 30 <td> 31 <span tal:replace="batch/entry_num">1012</span> 32 </td> 33 <td> 34 <span tal:replace="batch/used_num">512</span> 35 </td> 36 <td> 37 <span tal:replace="batch/disabled_num">112</span> 38 </td> 39 <td tal:content="batch/cost">12.12</td> 40 <td tal:content="python: batch.creation_date.strftime('%Y-%m-%d %H:%M:%S')"> 41 2011-11-22 18:04:55 42 </td> 43 <td tal:content="batch/creator">SOMEUSER</td> 44 </tr> 45 <tr tal:condition="not: context/values"> 46 <td colspan="5"><b i18n:translate="">No batches yet</b></td> 47 </tr> 48 </tbody> 49 </table> 52 50 <input type="submit" class="btn btn-default" name="archive" 53 51 tal:attributes="value view/archive_button" /> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/accesscodes/browser_templates/searchpage.pt
r11037 r11040 23 23 <input type="hidden" name="old_searchtype" 24 24 tal:attributes="value view/searchtype" /> 25 <div class="table-responsive"> 26 <table class="dataTableManage"> 27 <thead> 28 <tr> 29 <th> </th> 30 <th width="50px" i18n:translate="">Serial</th> 31 <th i18n:translate="">AC</th> 32 <th i18n:translate="">State</th> 33 <th i18n:translate="">Owner</th> 34 <th i18n:translate="">History</th> 35 </tr> 36 </thead> 37 <tbody> 38 <tr tal:repeat="item view/hitlist"> 39 <td><input type="checkbox" name="entries" 40 tal:attributes="value item/code" /></td> 41 <td tal:content="item/batch_serial">1</td> 42 <td tal:content="item/code">APP-1-1234567890</td> 43 <td tal:content="item/translated_state">unused</td> 44 <td tal:content="item/owner">Id</td> 45 <td tal:content="structure python:item.history.replace('||','<br />')"> 46 history 47 </td> 48 </tr> 49 </tbody> 50 </table> 51 </div> 25 <table class="dataTableManage"> 26 <thead> 27 <tr> 28 <th> </th> 29 <th width="50px" i18n:translate="">Serial</th> 30 <th i18n:translate="">AC</th> 31 <th i18n:translate="">State</th> 32 <th i18n:translate="">Owner</th> 33 <th i18n:translate="">History</th> 34 </tr> 35 </thead> 36 <tbody> 37 <tr tal:repeat="item view/hitlist"> 38 <td><input type="checkbox" name="entries" 39 tal:attributes="value item/code" /></td> 40 <td tal:content="item/batch_serial">1</td> 41 <td tal:content="item/code">APP-1-1234567890</td> 42 <td tal:content="item/translated_state">unused</td> 43 <td tal:content="item/owner">Id</td> 44 <td tal:content="structure python:item.history.replace('||','<br />')"> 45 history 46 </td> 47 </tr> 48 </tbody> 49 </table> 52 50 <div> 53 51 <input type="submit" class="btn btn-default" name="disable" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r11013 r11040 41 41 Application Fee Payment Tickets 42 42 </h3> 43 <div class="table-responsive"> 44 <table i18n:domain="waeup.kofa" class="table table-condensed"> 45 <thead> 46 <tr> 47 <th i18n:translate="">Payment Id</th> 48 <th i18n:translate="">Creation Date</th> 49 <th i18n:translate="">Payment Date</th> 50 <th i18n:translate="">Category</th> 51 <th i18n:translate="">Item</th> 52 <th i18n:translate="">State</th> 53 </tr> 54 </thead> 55 <tbody> 56 <tr tal:repeat="value context/values"> 57 <td> <a tal:attributes="href python:view.url(value)"> 58 <span tal:content="value/p_id">PID</span></a></td> 59 <td tal:content="python: layout.formatDatetime(value.creation_date)">CREATION DATE</td> 60 <td tal:content="python: layout.formatDatetime(value.payment_date)">PAYMENT DATE</td> 61 <td tal:content ="value/category">CATEGORY</td> 62 <td tal:content ="value/display_item">ITEM</td> 63 <td tal:content ="value/p_state_title">STATE</td> 64 </tr> 65 </tbody> 66 </table> 67 </div> 43 <table i18n:domain="waeup.kofa" class="table table-condensed"> 44 <thead> 45 <tr> 46 <th i18n:translate="">Payment Id</th> 47 <th i18n:translate="">Creation Date</th> 48 <th i18n:translate="">Payment Date</th> 49 <th i18n:translate="">Category</th> 50 <th i18n:translate="">Item</th> 51 <th i18n:translate="">State</th> 52 </tr> 53 </thead> 54 <tbody> 55 <tr tal:repeat="value context/values"> 56 <td> <a tal:attributes="href python:view.url(value)"> 57 <span tal:content="value/p_id">PID</span></a></td> 58 <td tal:content="python: layout.formatDatetime(value.creation_date)">CREATION DATE</td> 59 <td tal:content="python: layout.formatDatetime(value.payment_date)">PAYMENT DATE</td> 60 <td tal:content ="value/category">CATEGORY</td> 61 <td tal:content ="value/display_item">ITEM</td> 62 <td tal:content ="value/p_state_title">STATE</td> 63 </tr> 64 </tbody> 65 </table> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r11026 r11040 84 84 </h3> 85 85 86 <div class="table-responsive"> 87 <table i18n:domain="waeup.kofa" class="table table-condensed"> 88 <thead> 89 <tr> 90 <th> </th> 91 <th i18n:translate="">Payment Id</th> 92 <th i18n:translate="">Creation Date</th> 93 <th i18n:translate="">Payment Date</th> 94 <th i18n:translate="">Category</th> 95 <th i18n:translate="">Item</th> 96 <th i18n:translate="">State</th> 86 <table i18n:domain="waeup.kofa" class="table table-condensed"> 87 <thead> 88 <tr> 89 <th> </th> 90 <th i18n:translate="">Payment Id</th> 91 <th i18n:translate="">Creation Date</th> 92 <th i18n:translate="">Payment Date</th> 93 <th i18n:translate="">Category</th> 94 <th i18n:translate="">Item</th> 95 <th i18n:translate="">State</th> 96 </tr> 97 </thead> 98 <tbody> 99 <tr tal:repeat="cl context/values"> 100 <td> 101 <input type="checkbox" 102 name="val_id" 103 tal:attributes="value cl/__name__" 104 tal:condition="python: not view.unremovable(cl)" /> 105 </td> 106 <td> <a tal:attributes="href python:view.url(cl)"> 107 <span tal:content="cl/p_id">PID</span></a></td> 108 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td> 109 <td tal:content="python: layout.formatDatetime(cl.payment_date)">PAYMENT DATE</td> 110 <td tal:content ="cl/category">CATEGORY</td> 111 <td tal:content ="cl/display_item">ITEM</td> 112 <td tal:content ="cl/p_state_title">STATE</td> 97 113 </tr> 98 </thead> 99 <tbody> 100 <tr tal:repeat="cl context/values"> 101 <td> 102 <input type="checkbox" 103 name="val_id" 104 tal:attributes="value cl/__name__" 105 tal:condition="python: not view.unremovable(cl)" /> 106 </td> 107 <td> <a tal:attributes="href python:view.url(cl)"> 108 <span tal:content="cl/p_id">PID</span></a></td> 109 <td tal:content="python: layout.formatDatetime(cl.creation_date)">CREATION DATE</td> 110 <td tal:content="python: layout.formatDatetime(cl.payment_date)">PAYMENT DATE</td> 111 <td tal:content ="cl/category">CATEGORY</td> 112 <td tal:content ="cl/display_item">ITEM</td> 113 <td tal:content ="cl/p_state_title">STATE</td> 114 </tr> 115 </tbody> 116 </table> 117 </div> 114 </tbody> 115 </table> 118 116 119 117 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt
r11037 r11040 37 37 <tal:showApplicants condition="view/showApplicants"> 38 38 <br /> 39 <div class="table-responsive"> 40 <table class="dataTableManage"> 41 <thead> 42 <tr> 43 <th> 44 </th> 45 <th i18n:translate="">Application Number 46 </th> 47 <th i18n:translate="">Full Name 48 </th> 49 <th i18n:translate="">First Choice 50 </th> 51 <th i18n:translate="">Application State 52 </th> 53 </tr> 54 </thead> 55 <tbody> 56 <tr tal:repeat="appl context/values"> 57 <td> 58 <input type="checkbox" name="val_id" tal:attributes="value appl/__name__" /> 59 </td> 60 <td> 61 <a tal:attributes="href python: view.url(appl)" 62 tal:content="appl/__name__">NUMBER</a> 63 </td> 64 <td> 65 <span tal:replace="appl/display_fullname">FULLNAME 66 </span> 67 </td> 68 <td> 69 <span tal:replace="appl/course1/code|nothing">FIRSTCHOICE 70 </span> 71 </td> 72 <td> 73 <span tal:replace="appl/translated_state">STATE 74 </span> 75 </td> 76 </tr> 77 </tbody> 78 </table> 79 </div> 39 <table class="dataTableManage"> 40 <thead> 41 <tr> 42 <th> 43 </th> 44 <th i18n:translate="">Application Number 45 </th> 46 <th i18n:translate="">Full Name 47 </th> 48 <th i18n:translate="">First Choice 49 </th> 50 <th i18n:translate="">Application State 51 </th> 52 </tr> 53 </thead> 54 <tbody> 55 <tr tal:repeat="appl context/values"> 56 <td> 57 <input type="checkbox" name="val_id" tal:attributes="value appl/__name__" /> 58 </td> 59 <td> 60 <a tal:attributes="href python: view.url(appl)" 61 tal:content="appl/__name__">NUMBER</a> 62 </td> 63 <td> 64 <span tal:replace="appl/display_fullname">FULLNAME 65 </span> 66 </td> 67 <td> 68 <span tal:replace="appl/course1/code|nothing">FIRSTCHOICE 69 </span> 70 </td> 71 <td> 72 <span tal:replace="appl/translated_state">STATE 73 </span> 74 </td> 75 </tr> 76 </tbody> 77 </table> 80 78 <input type="checkbox" onClick="toggle(this, 'val_id')" /> 81 79 <span i18n:translate="">Select all</span> … … 104 102 </div> 105 103 <div id="tab3" class="tab-pane"> <br /> 106 <div class="table-responsive"> 107 <table class="dataTableManage"> 108 <thead> 109 <tr> 110 <th> 111 </th> 112 <th i18n:translate="">User Id 113 </th> 114 <th i18n:translate="">Name 115 </th> 116 <th i18n:translate="">Local Role 117 </th> 118 </tr> 119 </thead> 120 <tbody> 121 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 122 <input type="checkbox" name="role_id" 123 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 124 <td tal:content="entry/user_name"> USERNAME </td> 125 <td tal:content="entry/user_title"> USERTITLE </td> 126 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 127 </tr> 128 </tbody> 129 </table> 130 </div> 104 <table class="dataTableManage"> 105 <thead> 106 <tr> 107 <th> 108 </th> 109 <th i18n:translate="">User Id 110 </th> 111 <th i18n:translate="">Name 112 </th> 113 <th i18n:translate="">Local Role 114 </th> 115 </tr> 116 </thead> 117 <tbody> 118 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 119 <input type="checkbox" name="role_id" 120 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 121 <td tal:content="entry/user_name"> USERNAME </td> 122 <td tal:content="entry/user_title"> USERTITLE </td> 123 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 124 </tr> 125 </tbody> 126 </table> 131 127 <div tal:condition="view/availableActions"> 132 128 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicantsrootmanagepage.pt
r11037 r11040 41 41 Please be patient until all records have been loaded. 42 42 </p> 43 <div class="table-responsive"> 44 <table class="dataTableManage"> 45 <thead> 46 <tr> 47 <th> 48 </th> 49 <th i18n:translate="">Year 50 </th> 51 <th i18n:translate="">Code 52 </th> 53 <th i18n:translate="">Title 54 </th> 55 <th i18n:translate="">Records 56 </th> 57 </tr> 58 </thead> 59 <tbody> 60 <tr tal:repeat="entry context/values"> <td> 61 <input type="checkbox" name="val_id" 62 tal:attributes="value entry/__name__" /> </td> 63 <td tal:content="entry/year">YEAR</td> <td> 64 <a href="" 65 tal:attributes="href python:view.url(entry) + '/manage'" 66 tal:content="entry/__name__">CODE</a> </td> 67 <td tal:content="entry/title">TITLE</td> 68 <td tal:content="python:len(entry)">YEAR</td> 69 </tr> 70 </tbody> 71 </table> 72 </div> 43 <table class="dataTableManage"> 44 <thead> 45 <tr> 46 <th> 47 </th> 48 <th i18n:translate="">Year 49 </th> 50 <th i18n:translate="">Code 51 </th> 52 <th i18n:translate="">Title 53 </th> 54 <th i18n:translate="">Records 55 </th> 56 </tr> 57 </thead> 58 <tbody> 59 <tr tal:repeat="entry context/values"> <td> 60 <input type="checkbox" name="val_id" 61 tal:attributes="value entry/__name__" /> </td> 62 <td tal:content="entry/year">YEAR</td> <td> 63 <a href="" 64 tal:attributes="href python:view.url(entry) + '/manage'" 65 tal:content="entry/__name__">CODE</a> </td> 66 <td tal:content="entry/title">TITLE</td> 67 <td tal:content="python:len(entry)">YEAR</td> 68 </tr> 69 </tbody> 70 </table> 73 71 <div tal:condition="view/availableActions"> 74 72 <span tal:repeat="action view/actions" tal:omit-tag=""> … … 80 78 <div id="tab3" class="tab-pane"> 81 79 <br /> 82 <div class="table-responsive"> 83 <table class="dataTableManage"> 84 <thead> 85 <tr> 86 <th> 87 </th> 88 <th i18n:translate="">User Id 89 </th> 90 <th i18n:translate="">Name 91 </th> 92 <th i18n:translate="">Local Role 93 </th> 94 </tr> 95 </thead> 96 <tbody> 97 <tr tal:repeat="entry view/getUsersWithLocalRoles"> 98 <td> <input type="checkbox" name="role_id" 99 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 100 <td tal:content="entry/user_name">USERNAME</td> 101 <td tal:content="entry/user_title">USERTITLE</td> 102 <td tal:content="entry/local_role_title">LOCAL ROLE</td> 103 </tr> 104 </tbody> 105 </table> 106 </div> 80 <table class="dataTableManage"> 81 <thead> 82 <tr> 83 <th> 84 </th> 85 <th i18n:translate="">User Id 86 </th> 87 <th i18n:translate="">Name 88 </th> 89 <th i18n:translate="">Local Role 90 </th> 91 </tr> 92 </thead> 93 <tbody> 94 <tr tal:repeat="entry view/getUsersWithLocalRoles"> 95 <td> <input type="checkbox" name="role_id" 96 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 97 <td tal:content="entry/user_name">USERNAME</td> 98 <td tal:content="entry/user_title">USERTITLE</td> 99 <td tal:content="entry/local_role_title">LOCAL ROLE</td> 100 </tr> 101 </tbody> 102 </table> 107 103 <div tal:condition="view/availableActions"> 108 104 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/applicantssearchpage.pt
r11037 r11040 20 20 <input type="hidden" name="old_searchtype" 21 21 tal:attributes="value view/searchtype" /> 22 <div class="table-responsive"> 23 <table class="display dataTable"> 24 <thead> 25 <tr> 26 <th i18n:translate="">Applicant Id</th> 27 <th i18n:translate="">Reg. Number</th> 28 <th i18n:translate="">Application State</th> 29 <th i18n:translate="">Full Name</th> 30 </tr> 31 </thead> 32 <tbody> 33 <tr tal:repeat="item view/results" class="gradeC"> 34 <td> <a tal:attributes="href python:view.url(item)"> 35 <span tal:content="item/applicant_id">XXXX_1234</span></a> 36 </td> 37 <td class="center"> 38 <span tal:content="item/reg_number">9999999</span> 39 </td> 40 <td tal:content="item/state">admitted</td> 41 <td tal:content="item/display_fullname">Bob</td> 42 </tr> 43 </tbody> 44 </table> 45 </div> 22 <table class="display dataTable"> 23 <thead> 24 <tr> 25 <th i18n:translate="">Applicant Id</th> 26 <th i18n:translate="">Reg. Number</th> 27 <th i18n:translate="">Application State</th> 28 <th i18n:translate="">Full Name</th> 29 </tr> 30 </thead> 31 <tbody> 32 <tr tal:repeat="item view/results" class="gradeC"> 33 <td> <a tal:attributes="href python:view.url(item)"> 34 <span tal:content="item/applicant_id">XXXX_1234</span></a> 35 </td> 36 <td class="center"> 37 <span tal:content="item/reg_number">9999999</span> 38 </td> 39 <td tal:content="item/state">admitted</td> 40 <td tal:content="item/display_fullname">Bob</td> 41 </tr> 42 </tbody> 43 </table> 46 44 </div> 47 45 </form> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser_templates/exportjobsindex.pt
r11011 r11040 1 <div class="table-responsive"> 2 <table i18n:domain="waeup.kofa" class="table table-condensed table-hover"> 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 btn-xs" 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> 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> 55 </div> 1 <table i18n:domain="waeup.kofa" class="table table-condensed table-hover"> 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 btn-xs" 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> 44 <input type="hidden" name="job_id" 45 tal:attributes="value job/job" /> 46 <input type="submit" class="btn btn-default btn-xs" 47 name="DISCARD" value="Discard" 48 tal:condition="job/show_discard_button" /> 49 </form> 50 </td> 51 </tr> 52 </tbody> 53 </table> 56 54 57 55 <form method="POST" i18n:domain="waeup.kofa"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/certificatemanagepage.pt
r11037 r11040 31 31 </div> 32 32 <div id="tab2" class="tab-pane"> 33 <h3> 34 <span tal:content="context/__name__">Code</span> 35 <span i18n:domain="waeup.kofa" i18n:translate="">Courses</span> 36 </h3> 37 <div class="table-responsive"> 38 <table class="dataTableManage"> 39 <thead> 40 <tr> 41 <th> </th> 42 <th i18n:translate="">Level</th> 43 <th i18n:translate="">Semester</th> 44 <th i18n:translate="">Cert. Course</th> 45 <th i18n:translate="">Dep. Course</th> 46 <th i18n:translate="">Title</th> 47 <th i18n:translate="">Required</th> 48 </tr> 49 </thead> 50 <tbody> 51 <tr tal:repeat="cc context/values"> 52 <td> 53 <input type="checkbox" name="val_id" 54 tal:attributes="value cc/__name__" /> 55 </td> 56 <td> 57 <span tal:content="cc/level"> 58 LEVEL 59 </span> 60 </td> 61 <td tal:content="cc/course/semester">SEMESTER</td> 62 <td> 63 <a tal:attributes="href python: view.url(cc)" 64 tal:content="cc/__name__"> 65 REFERRER CODE 66 </a> 67 </td> 68 <td> 69 <a tal:attributes="href python:view.url(cc.course)" 70 tal:content="cc/course/code"> 71 COURSE CODE 72 </a> 73 </td> 74 <td> 75 <span tal:content="cc/course/title"> 76 COURSE TITLE 77 </span> 78 </td> 79 <td> 80 <span tal:content="cc/mandatory"> 81 REQUIRED 82 </span> 83 </td> 84 </tr> 85 </tbody> 86 </table> 87 </div> 33 <br /> 34 <table class="dataTableManage"> 35 <thead> 36 <tr> 37 <th> </th> 38 <th i18n:translate="">Level</th> 39 <th i18n:translate="">Semester</th> 40 <th i18n:translate="">Cert. Course</th> 41 <th i18n:translate="">Dep. Course</th> 42 <th i18n:translate="">Title</th> 43 <th i18n:translate="">Required</th> 44 </tr> 45 </thead> 46 <tbody> 47 <tr tal:repeat="cc context/values"> 48 <td> 49 <input type="checkbox" name="val_id" 50 tal:attributes="value cc/__name__" /> 51 </td> 52 <td> 53 <span tal:content="cc/level"> 54 LEVEL 55 </span> 56 </td> 57 <td tal:content="cc/course/semester">SEMESTER</td> 58 <td> 59 <a tal:attributes="href python: view.url(cc)" 60 tal:content="cc/__name__"> 61 REFERRER CODE 62 </a> 63 </td> 64 <td> 65 <a tal:attributes="href python:view.url(cc.course)" 66 tal:content="cc/course/code"> 67 COURSE CODE 68 </a> 69 </td> 70 <td> 71 <span tal:content="cc/course/title"> 72 COURSE TITLE 73 </span> 74 </td> 75 <td> 76 <span tal:content="cc/mandatory"> 77 REQUIRED 78 </span> 79 </td> 80 </tr> 81 </tbody> 82 </table> 88 83 <div tal:condition="view/availableActions"> 89 84 <span tal:repeat="action view/actions" … … 96 91 <div id="tab3" class="tab-pane"> 97 92 <br /> 98 <div class="table-responsive"> 99 <table class="dataTableManage"> 100 <thead> 101 <tr> 102 <th> 103 </th> 104 <th i18n:translate="">User Id 105 </th> 106 <th i18n:translate="">Name 107 </th> 108 <th i18n:translate="">Local Role 109 </th> 110 </tr> 111 </thead> 112 <tbody> 113 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 114 <input type="checkbox" name="role_id" 115 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 116 <td tal:content="entry/user_name"> USERNAME </td> 117 <td tal:content="entry/user_title"> USERTITLE </td> 118 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 119 </tr> 120 </tbody> 121 </table> 122 </div> 93 <table class="dataTableManage"> 94 <thead> 95 <tr> 96 <th> 97 </th> 98 <th i18n:translate="">User Id 99 </th> 100 <th i18n:translate="">Name 101 </th> 102 <th i18n:translate="">Local Role 103 </th> 104 </tr> 105 </thead> 106 <tbody> 107 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 108 <input type="checkbox" name="role_id" 109 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 110 <td tal:content="entry/user_name"> USERNAME </td> 111 <td tal:content="entry/user_title"> USERTITLE </td> 112 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 113 </tr> 114 </tbody> 115 </table> 123 116 <div tal:condition="view/availableActions"> 124 117 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/certificatepage.pt
r11037 r11040 23 23 </h3> 24 24 <br /> 25 <div class="table-responsive"> 26 <table i18n:domain="waeup.kofa" class="dataTable"> 27 <thead> 28 <tr> 29 <th i18n:translate="">Level</th> 30 <th i18n:translate="">Semester</th> 31 <th i18n:translate="">Cert. Course</th> 32 <th i18n:translate="">Dep. Course</th> 33 <th i18n:translate="">Title</th> 34 <th i18n:translate="">Required</th> 35 </tr> 36 </thead> 37 <tbody> 38 <tr tal:repeat="cc context/values"> 39 <td> 40 <span tal:content="cc/level"> 41 LEVEL 42 </span> 43 </td> 44 <td tal:content="cc/course/semester">SEMESTER</td> 45 <td> 46 <a tal:attributes="href python: view.url(cc)" 47 tal:content="cc/__name__"> 48 REFERRER CODE 49 </a> 50 </td> 51 <td> 52 <a tal:attributes="href python:view.url(cc.course)" 53 tal:content="cc/course/code"> 54 COURSE CODE 55 </a> 56 <td> 57 <span tal:content="cc/course/title"> 58 COURSE TITLE 59 </span> 60 </td> 61 <td> 62 <span tal:content="cc/mandatory"> 63 REQUIRED 64 </span> 65 </td> 66 </tr> 67 </tbody> 68 </table> 69 </div> 25 <table i18n:domain="waeup.kofa" class="dataTable"> 26 <thead> 27 <tr> 28 <th i18n:translate="">Level</th> 29 <th i18n:translate="">Semester</th> 30 <th i18n:translate="">Cert. Course</th> 31 <th i18n:translate="">Dep. Course</th> 32 <th i18n:translate="">Title</th> 33 <th i18n:translate="">Required</th> 34 </tr> 35 </thead> 36 <tbody> 37 <tr tal:repeat="cc context/values"> 38 <td> 39 <span tal:content="cc/level"> 40 LEVEL 41 </span> 42 </td> 43 <td tal:content="cc/course/semester">SEMESTER</td> 44 <td> 45 <a tal:attributes="href python: view.url(cc)" 46 tal:content="cc/__name__"> 47 REFERRER CODE 48 </a> 49 </td> 50 <td> 51 <a tal:attributes="href python:view.url(cc.course)" 52 tal:content="cc/course/code"> 53 COURSE CODE 54 </a> 55 <td> 56 <span tal:content="cc/course/title"> 57 COURSE TITLE 58 </span> 59 </td> 60 <td> 61 <span tal:content="cc/mandatory"> 62 REQUIRED 63 </span> 64 </td> 65 </tr> 66 </tbody> 67 </table> 70 68 -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/coursemanagepage.pt
r11037 r11040 28 28 <div id="tab3" class="tab-pane"> 29 29 <br /> 30 <div class="table-responsive"> 31 <table class="dataTableManage"> 32 <thead> 33 <tr> 34 <th> 35 </th> 36 <th i18n:translate="">User Id 37 </th> 38 <th i18n:translate="">Name 39 </th> 40 <th i18n:translate="">Local Role 41 </th> 42 </tr> 43 </thead> 44 <tbody> 45 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 46 <input type="checkbox" name="role_id" 47 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 48 <td tal:content="entry/user_name"> USERNAME </td> 49 <td tal:content="entry/user_title"> USERTITLE </td> 50 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 51 </tr> 52 </tbody> 53 </table> 54 </div> 30 <table class="dataTableManage"> 31 <thead> 32 <tr> 33 <th> 34 </th> 35 <th i18n:translate="">User Id 36 </th> 37 <th i18n:translate="">Name 38 </th> 39 <th i18n:translate="">Local Role 40 </th> 41 </tr> 42 </thead> 43 <tbody> 44 <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td> 45 <input type="checkbox" name="role_id" 46 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 47 <td tal:content="entry/user_name"> USERNAME </td> 48 <td tal:content="entry/user_title"> USERTITLE </td> 49 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 50 </tr> 51 </tbody> 52 </table> 55 53 <div tal:condition="view/availableActions"> 56 54 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterexportpage.pt
r11026 r11040 42 42 <br /><br /> 43 43 44 <div class="table-responsive"> 45 <table i18n:domain="waeup.kofa" class="table table-condensed table-hover"> 46 <thead> 47 <tr> 48 <th i18n:translate="">Export Number</th> 49 <th i18n:translate="">Exporter</th> 50 <th i18n:translate="">Filter</th> 51 <th i18n:translate="">Creator</th> 52 <th i18n:translate="">Creation Date</th> 53 <th i18n:translate="">Status</th> 54 <th> </th> 55 </tr> 56 </thead> 57 <tbody> 58 <tr tal:repeat="job view/entries"> 59 <td> 60 <span tal:replace="job/job">12</span> 61 </td> 62 <td> 63 <span tal:replace="structure job/exporter">EXPORTER</span> 64 </td> 65 <td> 66 <span tal:replace="structure job/args">ARGS</span> 67 </td> 68 <td> 69 <span tal:replace="job/creator">CREATOR</span> 70 </td> 71 <td> 72 <span tal:replace="job/start_time">DATETIME</span> 73 </td> 74 <td> 75 <span tal:replace="job/status">STATUS</span> 76 </td> 77 <td nowrap> 78 <a href="" class="btn btn-default btn-xs" i18n:translate="" 79 tal:condition="job/show_refresh_button"> 80 <img tal:attributes="src static/actionicon_reload.png" /> 81 Reload 82 </a> 83 <form method="POST"> 84 <a href="" class="btn btn-primary btn-xs" 85 tal:attributes="href job/download_url" 86 tal:condition="job/show_download_button"> 87 Download</a> 88 <input type="hidden" name="job_id" 89 tal:attributes="value job/job" /> 90 <input type="submit" class="btn btn-default btn-xs" 91 name="DISCARD" value="Discard" 92 tal:condition="job/show_discard_button" /> 93 </form> 94 </td> 95 </tr> 96 </tbody> 97 </table> 98 </div> 44 <table i18n:domain="waeup.kofa" class="table table-condensed table-hover"> 45 <thead> 46 <tr> 47 <th i18n:translate="">Export Number</th> 48 <th i18n:translate="">Exporter</th> 49 <th i18n:translate="">Filter</th> 50 <th i18n:translate="">Creator</th> 51 <th i18n:translate="">Creation Date</th> 52 <th i18n:translate="">Status</th> 53 <th> </th> 54 </tr> 55 </thead> 56 <tbody> 57 <tr tal:repeat="job view/entries"> 58 <td> 59 <span tal:replace="job/job">12</span> 60 </td> 61 <td> 62 <span tal:replace="structure job/exporter">EXPORTER</span> 63 </td> 64 <td> 65 <span tal:replace="structure job/args">ARGS</span> 66 </td> 67 <td> 68 <span tal:replace="job/creator">CREATOR</span> 69 </td> 70 <td> 71 <span tal:replace="job/start_time">DATETIME</span> 72 </td> 73 <td> 74 <span tal:replace="job/status">STATUS</span> 75 </td> 76 <td nowrap> 77 <a href="" class="btn btn-default btn-xs" i18n:translate="" 78 tal:condition="job/show_refresh_button"> 79 <img tal:attributes="src static/actionicon_reload.png" /> 80 Reload 81 </a> 82 <form method="POST"> 83 <a href="" class="btn btn-primary btn-xs" 84 tal:attributes="href job/download_url" 85 tal:condition="job/show_download_button"> 86 Download</a> 87 <input type="hidden" name="job_id" 88 tal:attributes="value job/job" /> 89 <input type="submit" class="btn btn-default btn-xs" 90 name="DISCARD" value="Discard" 91 tal:condition="job/show_discard_button" /> 92 </form> 93 </td> 94 </tr> 95 </tbody> 96 </table> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterfinishedpage.pt
r11037 r11040 4 4 imports. The files contain the imported datasets. 5 5 </p> 6 <div class="table-responsive"> 7 <table i18n:domain="waeup.kofa" class="dataTableFiles"> 8 <thead> 9 <tr> 10 <th i18n:translate="">File</th> 11 <th i18n:translate="">Datasets</th> 12 <th i18n:translate="">Upload Date</th> 13 </tr> 14 </thead> 15 <tbody> 16 <tr tal:repeat="file context/getFinishedFiles"> 17 <td><a tal:attributes="href python: 'download?filename=' + file.rel_path" 18 tal:content="file/name">FILENAME</a></td> 19 <td tal:content="python: file.lines-1">12 k</td> 20 <td tal:content="file/uploaddate">Mar 12, 2008</td> 21 </tr> 22 </tbody> 23 </table> 24 </div> 6 <table i18n:domain="waeup.kofa" class="dataTableFiles"> 7 <thead> 8 <tr> 9 <th i18n:translate="">File</th> 10 <th i18n:translate="">Datasets</th> 11 <th i18n:translate="">Upload Date</th> 12 </tr> 13 </thead> 14 <tbody> 15 <tr tal:repeat="file context/getFinishedFiles"> 16 <td><a tal:attributes="href python: 'download?filename=' + file.rel_path" 17 tal:content="file/name">FILENAME</a></td> 18 <td tal:content="python: file.lines-1">12 k</td> 19 <td tal:content="file/uploaddate">Mar 12, 2008</td> 20 </tr> 21 </tbody> 22 </table> 25 23 <form method="POST"> 26 24 <input i18n:translate="" type="submit" class="btn btn-default" name="CANCEL" -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterimport1page.pt
r11005 r11040 8 8 </p> 9 9 <form i18n:domain="waeup.kofa" method="POST"> 10 <div class="table-responsive"> 11 <table class="table"> 12 <thead> 13 <th /> 14 <th i18n:translate="">Filename</th> 15 <th i18n:translate="">Datasets</th> 16 <th i18n:translate="">Size</th> 17 <th i18n:translate="">Date</th> 18 </thead> 19 <tbody> 20 <tr tal:repeat="file view/getFiles"> 21 <td> 22 <button i18n:translate="" 23 type="submit" name="select" class="btn btn-primary" 24 tal:attributes="value file/name">Select</button> 25 </td> 26 <td tal:content="file/name">Filename.csv</td> 27 <td tal:content="python: file.lines - 1">12</td> 28 <td tal:content="file/size">123 Bytes</td> 29 <td tal:content="file/getDate">1.1.1970</td> 30 </tr> 31 </tbody> 32 </table> 33 </div> 10 <table class="table"> 11 <thead> 12 <th /> 13 <th i18n:translate="">Filename</th> 14 <th i18n:translate="">Datasets</th> 15 <th i18n:translate="">Size</th> 16 <th i18n:translate="">Date</th> 17 </thead> 18 <tbody> 19 <tr tal:repeat="file view/getFiles"> 20 <td> 21 <button i18n:translate="" 22 type="submit" name="select" class="btn btn-primary" 23 tal:attributes="value file/name">Select</button> 24 </td> 25 <td tal:content="file/name">Filename.csv</td> 26 <td tal:content="python: file.lines - 1">12</td> 27 <td tal:content="file/size">123 Bytes</td> 28 <td tal:content="file/getDate">1.1.1970</td> 29 </tr> 30 </tbody> 31 </table> 34 32 <input type="submit" name="cancel" class="btn btn-default" 35 33 tal:attributes="value view/cancel_button" /> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterimport2page.pt
r11026 r11040 9 9 Please select a file-processor and a processing-mode from the selections below. 10 10 </p> 11 <div class="table-responsive"> 12 <table tal:define="prev_table view/getPreviewTable;" class="table table-condensed"> 13 <thead> 14 <tr> 15 <th i18n:translate="">Header</th> 16 <th i18n:translate="">Sample Record 1</th> 17 <th i18n:translate="">Sample Record 2</th> 18 <th i18n:translate="">Sample Record 3</th> 19 </tr> 20 </thead> 21 <tbody> 22 <tr tal:repeat="row prev_table"> 23 <td tal:repeat="value row" 24 tal:content="value"> value 25 </td> 26 </tr> 27 </tbody> 28 </table> 29 </div> 11 <table tal:define="prev_table view/getPreviewTable;" class="table table-condensed"> 12 <thead> 13 <tr> 14 <th i18n:translate="">Header</th> 15 <th i18n:translate="">Sample Record 1</th> 16 <th i18n:translate="">Sample Record 2</th> 17 <th i18n:translate="">Sample Record 3</th> 18 </tr> 19 </thead> 20 <tbody> 21 <tr tal:repeat="row prev_table"> 22 <td tal:repeat="value row" 23 tal:content="value"> value 24 </td> 25 </tr> 26 </tbody> 27 </table> 30 28 <div> <b i18n:translate="">Processor:</b> 31 29 <select name="importer" class="form-control"> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterpage.pt
r11037 r11040 11 11 <form action="." tal:attributes="action request/URL" method="post" 12 12 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 13 <div class="table-responsive"> 14 <table i18n:domain="waeup.kofa" class="dataTableManageFiles"> 15 <thead> 16 <tr> 17 <th></th> 18 <th i18n:translate="">File</th> 19 <th i18n:translate="">Datasets</th> 20 <th i18n:translate="">Upload Date</th> 21 </tr> 22 </thead> 23 <tbody> 24 <tr tal:repeat="file context/getPendingFiles"> 25 <td> 26 <input type="checkbox" name="val_id" 27 tal:attributes="value file/name" /> 28 </td> 29 <td><a tal:attributes="href python: 'download?filename=' + file.name" 30 tal:content="file/name">FILENAME</a></td> 31 <td tal:content="python: file.lines - 1">100</td> 32 <td tal:content="file/uploaddate">Mar 12, 2008</td> 33 </tr> 34 </tbody> 35 </table> 36 </div> 13 <table i18n:domain="waeup.kofa" class="dataTableManageFiles"> 14 <thead> 15 <tr> 16 <th></th> 17 <th i18n:translate="">File</th> 18 <th i18n:translate="">Datasets</th> 19 <th i18n:translate="">Upload Date</th> 20 </tr> 21 </thead> 22 <tbody> 23 <tr tal:repeat="file context/getPendingFiles"> 24 <td> 25 <input type="checkbox" name="val_id" 26 tal:attributes="value file/name" /> 27 </td> 28 <td><a tal:attributes="href python: 'download?filename=' + file.name" 29 tal:content="file/name">FILENAME</a></td> 30 <td tal:content="python: file.lines - 1">100</td> 31 <td tal:content="file/uploaddate">Mar 12, 2008</td> 32 </tr> 33 </tbody> 34 </table> 37 35 <div tal:condition="view/availableActions"> 38 36 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenteruploadpage.pt
r11026 r11040 62 62 <h2 i18n:translate="">Available Processors (Importers)</h2> 63 63 64 <div class="table-responsive"> 65 <table i18n:domain="waeup.kofa" class="table table-condensed"> 66 <thead> 67 <tr> 68 <th i18n:translate="">Processor</th> 69 <th i18n:translate="">Required Schema Fields</th> 70 <th i18n:translate="">Optional Schema Fields</th> 71 <th i18n:translate="">Non-Schema Fields</th> 72 </tr> 73 </thead> 74 <tr tal:repeat="importer view/getImporters"> 75 <td> 76 <span tal:content="importer/title">TITLE</span><br /><br /> 77 <a i18n:translate="" class="btn btn-primary btn-xs" 78 tal:attributes="href python: 'skeleton?name=' + importer['name']"> 79 Download CSV Skeleton File 80 </a> 81 </td> 82 <td nowrap> 83 <span tal:repeat="field importer/fields"> 84 <tal:schemafield condition="field/f_type"> 85 <tal:required condition="field/f_required"> 86 <span tal:replace="field/f_name"></span> 87 (<span tal:replace="field/f_type"></span>) 88 <br /> 89 </tal:required> 90 </tal:schemafield> 91 </span> 92 </td> 93 <td nowrap> 94 <span tal:repeat="field importer/fields"> 95 <tal:schemafield condition="field/f_type"> 96 <tal:notrequired condition="not:field/f_required"> 97 <span tal:replace="field/f_name"></span> 98 (<span tal:replace="field/f_type"></span>) 99 <br /> 100 </tal:notrequired> 101 </tal:schemafield> 102 </span> 103 </td> 104 <td> 105 <span tal:repeat="field importer/fields"> 106 <tal:extrafield condition="not:field/f_type"> 64 <table i18n:domain="waeup.kofa" class="table table-condensed"> 65 <thead> 66 <tr> 67 <th i18n:translate="">Processor</th> 68 <th i18n:translate="">Required Schema Fields</th> 69 <th i18n:translate="">Optional Schema Fields</th> 70 <th i18n:translate="">Non-Schema Fields</th> 71 </tr> 72 </thead> 73 <tr tal:repeat="importer view/getImporters"> 74 <td> 75 <span tal:content="importer/title">TITLE</span><br /><br /> 76 <a i18n:translate="" class="btn btn-primary btn-xs" 77 tal:attributes="href python: 'skeleton?name=' + importer['name']"> 78 Download CSV Skeleton File 79 </a> 80 </td> 81 <td nowrap> 82 <span tal:repeat="field importer/fields"> 83 <tal:schemafield condition="field/f_type"> 84 <tal:required condition="field/f_required"> 107 85 <span tal:replace="field/f_name"></span> 86 (<span tal:replace="field/f_type"></span>) 108 87 <br /> 109 </tal:extrafield> 110 </span> 111 </td> 88 </tal:required> 89 </tal:schemafield> 90 </span> 91 </td> 92 <td nowrap> 93 <span tal:repeat="field importer/fields"> 94 <tal:schemafield condition="field/f_type"> 95 <tal:notrequired condition="not:field/f_required"> 96 <span tal:replace="field/f_name"></span> 97 (<span tal:replace="field/f_type"></span>) 98 <br /> 99 </tal:notrequired> 100 </tal:schemafield> 101 </span> 102 </td> 103 <td> 104 <span tal:repeat="field importer/fields"> 105 <tal:extrafield condition="not:field/f_type"> 106 <span tal:replace="field/f_name"></span> 107 <br /> 108 </tal:extrafield> 109 </span> 110 </td> 112 111 113 </tr> 114 </table> 115 </div> 112 </tr> 113 </table> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/facultymanagepage.pt
r11037 r11040 64 64 </div> 65 65 <div id="tab3" class="tab-pane"> <br /> 66 <div class="table-responsive"> 67 <table class="dataTableManage"> 68 <thead> 69 <tr> 70 <th> 71 </th> 72 <th i18n:translate="">User Id 73 </th> 74 <th i18n:translate="">Name 75 </th> 76 <th i18n:translate="">Local Role 77 </th> 78 </tr> 79 </thead> 80 <tbody> 81 <tr tal:repeat="entry view/getUsersWithLocalRoles"> 82 <td> 83 <input type="checkbox" name="role_id" 84 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 85 <td tal:content="entry/user_name"> USERNAME </td> 86 <td tal:content="entry/user_title"> USERTITLE </td> 87 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 88 </tr> 89 </tbody> 90 </table> 91 </div> 66 <table class="dataTableManage"> 67 <thead> 68 <tr> 69 <th> 70 </th> 71 <th i18n:translate="">User Id 72 </th> 73 <th i18n:translate="">Name 74 </th> 75 <th i18n:translate="">Local Role 76 </th> 77 </tr> 78 </thead> 79 <tbody> 80 <tr tal:repeat="entry view/getUsersWithLocalRoles"> 81 <td> 82 <input type="checkbox" name="role_id" 83 tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td> 84 <td tal:content="entry/user_name"> USERNAME </td> 85 <td tal:content="entry/user_title"> USERTITLE </td> 86 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 87 </tr> 88 </tbody> 89 </table> 92 90 <div tal:condition="view/availableActions"> 93 91 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/findstudentspage.pt
r11037 r11040 25 25 <input type="hidden" name="old_searchtype" 26 26 tal:attributes="value view/searchtype" /> 27 <div class="table-responsive"> 28 <table class="dataTable"> 29 <thead> 30 <tr> 31 <th i18n:translate="">Student Id</th> 32 <th i18n:translate="">Reg. Number</th> 33 <th i18n:translate="">Matric. Number</th> 34 <th i18n:translate="">State</th> 35 <th i18n:translate="">Full Name</th> 36 </tr> 37 </thead> 38 <tbody> 39 <tr tal:repeat="item view/hitlist"> 40 <td> <a tal:attributes="href item/url"> 41 <span tal:content="item/student_id">A123456</span></a> 42 </td> 43 <td class="center"> <a tal:attributes="href item/url"> 44 <span tal:content="item/reg_number">9999999</span></a> 45 </td> 46 <td class="center"> <a tal:attributes="href item/url"> 47 <span tal:content="item/matric_number">9999999</span></a> 48 </td> 49 <td tal:content="item/state">admitted</td> 50 <td tal:content="item/display_fullname">Bob</td> 51 </tr> 52 </tbody> 53 </table> 54 </div> 55 <br /> 27 <table class="dataTable"> 28 <thead> 29 <tr> 30 <th i18n:translate="">Student Id</th> 31 <th i18n:translate="">Reg. Number</th> 32 <th i18n:translate="">Matric. Number</th> 33 <th i18n:translate="">State</th> 34 <th i18n:translate="">Full Name</th> 35 </tr> 36 </thead> 37 <tbody> 38 <tr tal:repeat="item view/hitlist"> 39 <td> <a tal:attributes="href item/url"> 40 <span tal:content="item/student_id">A123456</span></a> 41 </td> 42 <td class="center"> <a tal:attributes="href item/url"> 43 <span tal:content="item/reg_number">9999999</span></a> 44 </td> 45 <td class="center"> <a tal:attributes="href item/url"> 46 <span tal:content="item/matric_number">9999999</span></a> 47 </td> 48 <td tal:content="item/state">admitted</td> 49 <td tal:content="item/display_fullname">Bob</td> 50 </tr> 51 </tbody> 52 </table> 56 53 </div> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/searchpage.pt
r11037 r11040 13 13 <span i18n:domain="waeup.kofa" tal:condition="view/hitlist"> 14 14 <h3 i18n:translate="">Search Results</h3> 15 <div class="table-responsive"> 16 <table class="dataTable"> 17 <thead> 18 <tr> 19 <th i18n:translate="">Code</th> 20 <th i18n:translate="">Title</th> 21 <th i18n:translate="">Faculty</th> 22 <th i18n:translate="">Department</th> 23 <th i18n:translate="">Type</th> 24 </tr> 25 </thead> 26 <tbody> 27 <tr tal:repeat="item view/hitlist" class="gradeB"> 28 <td> 29 <a href="" tal:attributes="href item/url" 30 tal:content="item/code">CODE</a> 31 </td> 32 <td tal:content="item/title"> 33 TITLE 34 </td> 35 <td tal:content="item/fac"> 36 FACULTY 37 </td> 38 <td tal:content="item/dep"> 39 DEPARTMENT 40 </td> 41 <td tal:content="item/type"> 42 TTYPE 43 </td> 44 </tr> 45 </tbody> 46 </table> 47 </div> 15 <table class="dataTable"> 16 <thead> 17 <tr> 18 <th i18n:translate="">Code</th> 19 <th i18n:translate="">Title</th> 20 <th i18n:translate="">Faculty</th> 21 <th i18n:translate="">Department</th> 22 <th i18n:translate="">Type</th> 23 </tr> 24 </thead> 25 <tbody> 26 <tr tal:repeat="item view/hitlist" class="gradeB"> 27 <td> 28 <a href="" tal:attributes="href item/url" 29 tal:content="item/code">CODE</a> 30 </td> 31 <td tal:content="item/title"> 32 TITLE 33 </td> 34 <td tal:content="item/fac"> 35 FACULTY 36 </td> 37 <td tal:content="item/dep"> 38 DEPARTMENT 39 </td> 40 <td tal:content="item/type"> 41 TTYPE 42 </td> 43 </tr> 44 </tbody> 45 </table> 48 46 </span> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/userscontainerpage.pt
r11037 r11040 1 <div class="table-responsive"> 2 <table i18n:domain="waeup.kofa" class="table table-striped dataTable"> 3 <thead> 4 <tr> 5 <th i18n:translate="">Id</th> 6 <th i18n:translate="">Name</th> 7 <th i18n:translate="">Portal Roles</th> 8 <th i18n:translate="">Local Roles</th> 9 <th></th> 10 </tr> 11 </thead> 12 <tbody> 13 <tr tal:repeat="account context/values"> 14 <td tal:content="account/name">USERNAME</td> 15 <td tal:content="account/title">TITLE</td> 16 <td nowrap tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td> 17 <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td> 18 <td class="text-right"> 19 <form method="post"> 20 <input type="hidden" name="userid" 21 tal:attributes="value account/name"/> 22 <input class="btn btn-sm btn-primary" type="submit" name="manage" 23 tal:attributes="value view/manage_button" /> 24 <input class="btn btn-sm btn-default" type="submit" name="delete" 25 tal:attributes="value view/delete_button" /> 26 </form> 27 </td> 28 </tr> 29 </tbody> 30 </table> 31 </div> 1 <table i18n:domain="waeup.kofa" class="table table-striped dataTable"> 2 <thead> 3 <tr> 4 <th i18n:translate="">Id</th> 5 <th i18n:translate="">Name</th> 6 <th i18n:translate="">Portal Roles</th> 7 <th i18n:translate="">Local Roles</th> 8 <th></th> 9 </tr> 10 </thead> 11 <tbody> 12 <tr tal:repeat="account context/values"> 13 <td tal:content="account/name">USERNAME</td> 14 <td tal:content="account/title">TITLE</td> 15 <td nowrap tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td> 16 <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td> 17 <td class="text-right"> 18 <form method="post"> 19 <input type="hidden" name="userid" 20 tal:attributes="value account/name"/> 21 <input class="btn btn-sm btn-primary" type="submit" name="manage" 22 tal:attributes="value view/manage_button" /> 23 <input class="btn btn-sm btn-default" type="submit" name="delete" 24 tal:attributes="value view/delete_button" /> 25 </form> 26 </td> 27 </tr> 28 </tbody> 29 </table> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/hostels/browser_templates/containermanagepage.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> 41 </th> 42 <th i18n:translate="">Id 43 </th> 44 <th i18n:translate="">Name 45 </th> 46 </tr> 47 </thead> 48 <tbody> 49 <tr tal:repeat="hostel context/values"> <td> 50 <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> </td> <td> 51 <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> </td> <td> 52 <span tal:content="hostel/hostel_name">ID 53 </span> </td> 54 </tr> 55 </tbody> 56 </table> 57 </div> 36 <table class="dataTableManage"> 37 <thead> 38 <tr> 39 <th> 40 </th> 41 <th i18n:translate="">Id 42 </th> 43 <th i18n:translate="">Name 44 </th> 45 </tr> 46 </thead> 47 <tbody> 48 <tr tal:repeat="hostel context/values"> <td> 49 <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> </td> <td> 50 <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> </td> <td> 51 <span tal:content="hostel/hostel_name">ID 52 </span> </td> 53 </tr> 54 </tbody> 55 </table> 58 56 <div tal:condition="view/availableActions"> 59 57 <span tal:repeat="action view/actions" tal:omit-tag=""> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/hostels/browser_templates/hostelmanagepage.pt
r11037 r11040 44 44 <div id="tab2" class="tab-pane"> 45 45 <br /> 46 <div class="table-responsive"> 47 <table class="dataTableManage"> 48 <thead> 49 <tr> 50 <th> </th> 51 <th i18n:translate="">Id</th> 52 <th i18n:translate="">Type</th> 53 <th i18n:translate="">Number</th> 54 <th i18n:translate="">Owner</th> 55 </tr> 56 </thead> 57 <tbody> 58 <tr tal:repeat="value context/values"> 59 <td> 60 <input type="checkbox" name="val_id" 61 tal:attributes="value value/__name__" /> 62 </td> 63 <td tal:content="value/bed_id">ID</td> 64 <td tal:content="value/bed_type">TYPE</td> 65 <td tal:content="value/bed_number">NUMBER</td> 66 <td> 67 <a tal:condition="python: value.owner != view.not_occupied" 68 tal:attributes="href python: '%s/%s/accommodation' % 69 (view.students_url,value.owner)"> 70 <span tal:content="value/owner">OWNER</span> 71 </a> 72 <a tal:condition="python: value.owner == view.not_occupied" 73 tal:attributes="href python: view.url(value)" 74 i18n:translate=""> 75 [allocate student] 76 </a> 77 </td> 78 </tr> 79 </tbody> 80 </table> 81 </div> 46 <table class="dataTableManage"> 47 <thead> 48 <tr> 49 <th> </th> 50 <th i18n:translate="">Id</th> 51 <th i18n:translate="">Type</th> 52 <th i18n:translate="">Number</th> 53 <th i18n:translate="">Owner</th> 54 </tr> 55 </thead> 56 <tbody> 57 <tr tal:repeat="value context/values"> 58 <td> 59 <input type="checkbox" name="val_id" 60 tal:attributes="value value/__name__" /> 61 </td> 62 <td tal:content="value/bed_id">ID</td> 63 <td tal:content="value/bed_type">TYPE</td> 64 <td tal:content="value/bed_number">NUMBER</td> 65 <td> 66 <a tal:condition="python: value.owner != view.not_occupied" 67 tal:attributes="href python: '%s/%s/accommodation' % 68 (view.students_url,value.owner)"> 69 <span tal:content="value/owner">OWNER</span> 70 </a> 71 <a tal:condition="python: value.owner == view.not_occupied" 72 tal:attributes="href python: view.url(value)" 73 i18n:translate=""> 74 [allocate student] 75 </a> 76 </td> 77 </tr> 78 </tbody> 79 </table> 82 80 83 81 <div tal:condition="view/availableActions"> -
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.