Changeset 14947 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 5 Feb 2018, 07:56:35 (7 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studyleveleditpage.pt
r14650 r14947 15 15 <th i18n:translate="">Code</th> 16 16 <th i18n:translate="">Title</th> 17 <th i18n:translate="">Department</th>18 <th i18n:translate="">Faculty</th>19 17 <th i18n:translate="">Credits</th> 20 18 <th i18n:translate="">CO</th> … … 35 33 </a></td> 36 34 <td tal:content="value/title">TITLE</td> 37 <td tal:content="value/dcode">DEPARTMENT</td>38 <td tal:content="value/fcode">FACULTY</td>39 35 <td tal:content="value/credits">CREDITS</td> 40 36 <td tal:content="value/carry_over">CO</td> -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelmanagepage.pt
r14650 r14947 41 41 <th i18n:translate="">Code</th> 42 42 <th i18n:translate="">Title</th> 43 <th i18n:translate="">Dept.</th>44 <th i18n:translate="">Fact.</th>45 43 <th i18n:translate="">Cred.</th> 46 44 <th i18n:translate="">Mand.</th> … … 64 62 </a></td> 65 63 <td tal:content="value/title">TITLE</td> 66 <td tal:content="value/dcode">DEPARTMENT</td>67 <td tal:content="value/fcode">FACULTY</td>68 64 <td tal:content="value/credits">CREDITS</td> 69 65 <td tal:content="value/mandatory">MANDATORY</td> -
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.