- Timestamp:
- 17 May 2019, 15:13:53 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/editscorespage.pt
r15411 r15414 1 1 <p i18n:domain="waeup.kofa" i18n:translate="edit_scores_info"> 2 2 This page helps you to update your students' course results. 3 You can either update scores and CAs by importing a csv file3 You can either update Scores, CAs and Imported Total Scores by importing a csv file 4 4 (press 'Help' for further information) or by 5 changing score or CA values in the table below. Only scores and CAs6 of students in current session5 changing Score, CA or Imported Total Score values in the table below. 6 Only course results of students in current session 7 7 <span i18n:name="current_academic_session" 8 8 tal:replace="view/session_title"></span> … … 81 81 <th i18n:translate="">Course of Studies</th> 82 82 <th i18n:translate="">Level</th> 83 <th i18n:translate="">Imp. TS</th>84 83 <th i18n:translate="">Score</th> 85 84 <th i18n:translate="">CA</th> 85 <th i18n:translate="">Imp. Total Score</th> 86 86 </tr> 87 87 </thead> … … 94 94 <td tal:content="ticket/student/certcode">CERTCODE</td> 95 95 <td tal:content="ticket/level">LEVEL</td> 96 <td tal:content="ticket/imported_ts">IMPORTED TS</td>97 96 <td style="width: 65px;"> 98 97 <input type="text" name="scores:list" class="form-control" … … 105 104 tal:attributes="value ticket/ca" /> 106 105 </td> 106 <td style="width: 65px;"> 107 <input type="text" name="imported_tss:list" class="form-control" 108 tal:attributes="value ticket/imported_ts" /> 109 </td> 107 110 </tr> 108 111 </tbody>
Note: See TracChangeset for help on using the changeset viewer.