Changeset 11143 for main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates
- Timestamp:
- 21 Feb 2014, 06:12:59 (11 years ago)
- Location:
- main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates/studyleveleditpage.pt
r10441 r11143 8 8 tal:replace="view/context/total_credits">TOTAL</span>) 9 9 </h3> 10 <table class=" displaydataTableManage">10 <table class="kofa-data-table dataTableManage"> 11 11 <thead> 12 12 <tr> … … 23 23 </thead> 24 24 <tbody> 25 <tr tal:repeat="value view/translated_values" class="gradeC">25 <tr tal:repeat="value view/translated_values"> 26 26 <td> 27 27 <input type="checkbox" name="val_id" … … 30 30 </td> 31 31 <td tal:content="value/semester" nowrap>TERM</td> 32 <td> <a tal:attributes="href value/ __name__">32 <td> <a tal:attributes="href value/url"> 33 33 <span tal:content="value/code">CODE</span> 34 34 </a></td> … … 49 49 </span> 50 50 </div> 51 51 52 <br /><br /><br /> 52 53 <table class="input-table"> -
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates/studylevelpage.pt
r10441 r11143 1 1 <table class="form-table" i18n:domain="waeup.kofa"> 2 <thead>3 </thead>4 2 <tbody> 5 3 <tal:block repeat="widget view/widgets"> … … 20 18 <h3 i18n:domain="waeup.kofa" i18n:translate="">Course Tickets</h3> 21 19 22 <table class=" displaydataTable" i18n:domain="waeup.kofa">20 <table class="kofa-data-table dataTable" i18n:domain="waeup.kofa"> 23 21 <thead> 24 22 <tr> … … 36 34 </thead> 37 35 <tbody> 38 <tr tal:repeat="value view/translated_values" class="gradeC">36 <tr tal:repeat="value view/translated_values"> 39 37 <td tal:content="value/semester" nowrap>TERM</td> 40 <td> <a tal:attributes="href value/ __name__">38 <td> <a tal:attributes="href value/url"> 41 39 <span tal:content="value/code">CODE</span> 42 40 </a></td>
Note: See TracChangeset for help on using the changeset viewer.