- Timestamp:
- 23 Feb 2017, 14:22:19 (8 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
r14534 r14576 19 19 <th i18n:translate="">Credits</th> 20 20 <th i18n:translate="">CO</th> 21 <th i18n:translate="">OS</th> 21 22 </tr> 22 23 </thead> … … 37 38 <td tal:content="value/credits">CREDITS</td> 38 39 <td tal:content="value/carry_over">CO</td> 40 <td tal:content="value/outstanding">OS</td> 39 41 </tr> 40 42 </tbody> -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelmanagepage.pt
r14534 r14576 48 48 <th i18n:translate="">CA</th> 49 49 <th i18n:translate="">CO</th> 50 <th i18n:translate="">OS</th> 50 51 <th i18n:translate="">Auto</th> 51 52 </tr> … … 69 70 <td tal:content="value/ca|nothing">CA</td> 70 71 <td tal:content="value/carry_over">CO</td> 72 <td tal:content="value/outstanding">OS</td> 71 73 <td tal:content="value/automatic">AUTO</td> 72 74 </tr> -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt
r14453 r14576 32 32 <th i18n:translate="" tal:condition="view/show_results" >Grade</th> 33 33 <th i18n:translate="">CO</th> 34 <th i18n:translate="">OS</th> 34 35 <th i18n:translate="">Auto</th> 35 36 </tr> … … 50 51 <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td> 51 52 <td tal:content="value/carry_over">CO</td> 53 <td tal:content="value/outstanding">OS</td> 52 54 <td tal:content="value/automatic">AUTO</td> 53 55 </tr> … … 55 57 </table> 56 58 59 <p i18n:translate=""> 60 CO: Carry-over course<br /> 61 OS: Outstanding course<br /> 62 Requ.: Required course<br /> 63 Auto: Automatically created course ticket 64 </p> 65 57 66 <div i18n:domain="waeup.kofa" 58 67 tal:condition="python: not len(context.keys())" i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.