Changeset 14947 for main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt
- Timestamp:
- 5 Feb 2018, 07:56:35 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt
r14650 r14947 24 24 <th i18n:translate="">Code</th> 25 25 <th i18n:translate="">Title</th> 26 <th i18n:translate="">Dep.</th>27 <th i18n:translate="">Fac.</th>28 26 <th i18n:translate="">Cred.</th> 29 27 <th i18n:translate="">Mand.</th> 30 <th i18n:translate="" tal:condition="view/show_results" >Score</th> 31 <th i18n:translate="" tal:condition="view/show_results" >CA</th> 28 <th i18n:translate="" tal:condition="view/show_results" >Total Score</th> 32 29 <th i18n:translate="" tal:condition="view/show_results" >Grade</th> 33 30 <th i18n:translate="">CO</th> … … 44 41 </a></td> 45 42 <td tal:content="value/title">TITLE</td> 46 <td tal:content="value/dcode">DEPARTMENT</td>47 <td tal:content="value/fcode">FACULTY</td>48 43 <td tal:content="value/credits">CREDITS</td> 49 44 <td tal:content="value/mandatory">MANDATORY</td> 50 <td tal:condition="view/show_results" tal:content="value/score|nothing">SCORE</td> 51 <td tal:condition="view/show_results" tal:content="value/ca|nothing">CA</td> 45 <td tal:condition="view/show_results" tal:content="value/total_score|nothing">TOTALSCORE</td> 52 46 <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td> 53 47 <td tal:content="value/carry_over">CO</td>
Note: See TracChangeset for help on using the changeset viewer.