Changeset 14647 for main/waeup.kofa/trunk/src
- Timestamp:
- 23 Mar 2017, 04:12:17 (8 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatemanagepage.pt
r14646 r14647 52 52 </td> 53 53 <td> 54 <span tal:content="cc/level"> 55 LEVEL 56 </span> 54 <span tal:content="cc/level">LEVEL</span> 57 55 </td> 58 56 <td tal:content="cc/course/semester">SEMESTER</td> … … 65 63 <td> 66 64 <a tal:attributes="href python:view.url(cc.course)" 67 tal:content="cc/course/code"> 68 COURSE CODE 69 </a> 65 tal:content="cc/course/code">COURSE CODE</a> 70 66 </td> 71 67 <td> 72 <span tal:content="cc/course/title"> 73 COURSE TITLE 74 </span> 68 <span tal:content="cc/course/title">COURSE TITLE</span> 75 69 </td> 76 70 <td tal:condition="layout/course_cat_used"> 77 <span tal:content="cc/course_category"> 78 COURSE CAT 79 </span> 71 <span tal:content="cc/course_category">COURSE CAT</span> 80 72 </td> 81 73 <td> 82 <span tal:content="cc/mandatory"> 83 REQUIRED 84 </span> 74 <span tal:content="cc/mandatory">REQUIRED</span> 85 75 </td> 86 76 </tr> … … 100 90 <thead> 101 91 <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> 92 <th> </th> 93 <th i18n:translate="">User Id</th> 94 <th i18n:translate="">Name</th> 95 <th i18n:translate="">Local Role</th> 110 96 </tr> 111 97 </thead> -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatepage.pt
r14646 r14647 39 39 <td> 40 40 <span tal:content="cc/level"> 41 41 LEVEL 42 42 </span> 43 43 </td> … … 45 45 <td> 46 46 <a tal:attributes="href python: view.url(cc)" 47 48 47 tal:content="cc/__name__"> 48 REFERRER CODE 49 49 </a> 50 50 </td> 51 51 <td> 52 52 <a tal:attributes="href python:view.url(cc.course)" 53 54 53 tal:content="cc/course/code"> 54 COURSE CODE 55 55 </a> 56 56 <td> 57 57 <span tal:content="cc/course/title"> 58 58 COURSE TITLE 59 59 </span> 60 60 </td> 61 61 <td tal:condition="layout/course_cat_used"> 62 62 <span tal:content="cc/course_category"> 63 63 COURSE CAT 64 64 </span> 65 65 </td> 66 66 <td> 67 67 <span tal:content="cc/mandatory"> 68 68 REQUIRED 69 69 </span> 70 70 </td> … … 72 72 </tbody> 73 73 </table> 74
Note: See TracChangeset for help on using the changeset viewer.