- Timestamp:
- 2 Feb 2012, 08:14:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/containerpage.pt
r7477 r7553 26 26 <tr> 27 27 <th>Student Id</th> 28 <th>Registration Number</th> 29 <th>Matriculation Number</th> 30 <th>Fullname</th> 28 <th>Reg. Number</th> 29 <th>Matric. Number</th> 30 <th>State</th> 31 <th>Full Name</th> 31 32 </tr> 32 33 </thead> … … 36 37 <span tal:content="item/student_id">A123456</span></a> 37 38 </td> 38 <td > <a tal:attributes="href item/url">39 <td class="center"> <a tal:attributes="href item/url"> 39 40 <span tal:content="item/reg_number">9999999</span></a> 40 41 </td> 41 <td > <a tal:attributes="href item/url">42 <td class="center"> <a tal:attributes="href item/url"> 42 43 <span tal:content="item/matric_number">9999999</span></a> 43 44 </td> 45 <td tal:content="item/state">admitted</td> 44 46 <td tal:content="item/display_fullname">Bob</td> 45 47 </tr>
Note: See TracChangeset for help on using the changeset viewer.