- Timestamp:
- 27 Sep 2011, 08:00:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/containerpage.pt
r6765 r6818 9 9 <select name="searchtype"> 10 10 <option value="student_id">with id</option> 11 <option value=" name">with name</option>11 <option value="fullname">with name</option> 12 12 <option value="reg_number">with registration number</option> 13 13 <option value="matric_number">with matriculation number</option> … … 23 23 <input type="hidden" name="old_searchtype" 24 24 tal:attributes="value view/searchtype" /> 25 <table class="display dataTable Manage">25 <table class="display dataTable"> 26 26 <thead> 27 27 <tr> … … 29 29 <th>Registration Number</th> 30 30 <th>Matriculation Number</th> 31 <th> Name</th>31 <th>Fullname</th> 32 32 </tr> 33 33 </thead> … … 43 43 <span tal:content="item/matric_number">9999999</span></a> 44 44 </td> 45 <td tal:content="item/ name">Bob</td>45 <td tal:content="item/fullname">Bob</td> 46 46 </tr> 47 47 </tbody>
Note: See TracChangeset for help on using the changeset viewer.