- Timestamp:
- 20 Sep 2011, 06:37:25 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelmanagepage.pt
r6795 r6802 62 62 <tr> 63 63 <th> </th> 64 <th>Level</th> 65 <th>Course Code</th> 66 <th>Course Title</th> 64 <th>Code</th> 65 <th>Title</th> 67 66 <th>Department</th> 68 67 <th>Faculty</th> … … 70 69 <th>Mandatory</th> 71 70 <th>Score</th> 71 <th>Automatic</th> 72 72 </tr> 73 73 </thead> … … 78 78 tal:attributes="value value/__name__" /> 79 79 </td> 80 <td tal:content="value/level">LEVEL</td>81 80 <td> <a tal:attributes="href value/__name__"> 82 81 <span tal:content="value/code">CODE</span> … … 88 87 <td tal:content="value/core_or_elective">MANDATORY</td> 89 88 <td tal:content="value/score">SCORE</td> 89 <td tal:content="value/automatic">AUTOMATIC</td> 90 90 </tr> 91 91 </tbody> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelpage.pt
r6783 r6802 28 28 <thead> 29 29 <tr> 30 <th>Level</th> 31 <th>Course Code</th> 32 <th>Course Title</th> 30 <th>Code</th> 31 <th>Title</th> 33 32 <th>Department</th> 34 33 <th>Faculty</th> … … 36 35 <th>Mandatory</th> 37 36 <th>Score</th> 37 <th>Automatic</th> 38 38 </tr> 39 39 </thead> 40 40 <tbody> 41 41 <tr tal:repeat="value context/values"> 42 <td tal:content="value/level">LEVEL</td>43 42 <td> <a tal:attributes="href value/__name__"> 44 43 <span tal:content="value/code">CODE</span> … … 50 49 <td tal:content="value/core_or_elective">MANDATORY</td> 51 50 <td tal:content="value/score">SCORE</td> 52 51 <td tal:content="value/automatic">AUTOMATIC</td> 53 52 </tr> 54 53 </tbody>
Note: See TracChangeset for help on using the changeset viewer.