Changeset 11040 for main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/certificatepage.pt
- Timestamp:
- 4 Feb 2014, 06:27:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset for help on using the changeset viewer.