Changeset 13897 for main/waeup.aaue/trunk
- Timestamp:
- 8 Jun 2016, 19:00:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/editscorespage.pt
r13875 r13897 6 6 <tr> 7 7 <th i18n:translate="">Matric No.</th> 8 <th i18n:translate="">Fullname</th> 9 <th i18n:translate="">Status</th> 10 <th i18n:translate="">Course of Studies</th> 11 <th i18n:translate="">Level</th> 8 12 <th i18n:translate="">Score</th> 9 13 <th i18n:translate="">CA</th> 10 <th i18n:translate="">Fullname</th>11 <th i18n:translate="">Status</th>12 <th i18n:translate="">Certificate</th>13 <th i18n:translate="">Current Session</th>14 <th i18n:translate="">Current Level</th>15 <th i18n:translate="">Course Level</th>16 14 </tr> 17 15 </thead> … … 19 17 <tr tal:repeat="ticket view/tickets"> 20 18 <td tal:content="ticket/student/matric_number">MATRIC_NUMBER</td> 19 <td tal:content="ticket/student/display_fullname">FULLNAME</td> 20 <td tal:content="ticket/student/translated_state">STATE</td> 21 <td tal:content="ticket/student/certcode">CERTCODE</td> 22 <td tal:content="ticket/level">LEVEL</td> 21 23 <td tal:condition="ticket/editable_by_lecturer" style="width: 65px;"> 22 24 <input type="text" name="scores" class="form-control" … … 33 35 <td tal:condition="not: ticket/editable_by_lecturer" 34 36 tal:content="ticket/ca">CA</td> 35 <td tal:content="ticket/student/display_fullname">FULLNAME</td>36 <td tal:content="ticket/student/translated_state">STATE</td>37 <td tal:content="ticket/student/certcode">CERTCODE</td>38 <td tal:content="ticket/student/current_session">SESSION</td>39 <td tal:content="ticket/student/current_level">LEVEL</td>40 <td tal:content="ticket/level">LEVEL</td>41 37 </tr> 42 38 </tbody>
Note: See TracChangeset for help on using the changeset viewer.