- Timestamp:
- 29 Dec 2006, 20:16:22 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/session_results_anon_view.pt
r1146 r1149 15 15 <span tal:content="student/Lastname" /> 16 16 </h3> 17 <br /> 17 18 <table> 18 19 <tr> 19 <th >MatricelNo</th><td tal:content="student/matric_no" />20 <th width="150px">Matriculation Number:</th><td tal:content="student/matric_no" /> 20 21 </tr> 21 22 <tr> 22 <th>Sex </th><td tal:content="student/Sex" />23 <th>Sex:</th><td tal:content="student/Sex" /> 23 24 </tr> 24 25 <tr> 25 <th>Course of Study </th><td tal:content="student/Coursemajor" />26 <th>Course of Study:</th><td tal:content="student/Coursemajor" /> 26 27 </tr> 27 28 <tr> 28 <th>Level </th><td tal:content="student/Level" />29 <th>Level:</th><td tal:content="student/Level" /> 29 30 </tr> 30 31 </table> 31 <br /> 32 33 <table> 34 <tr> 35 <th width="150px">Verdict:</th><td tal:content="python:results[0]['Verdict']" /> 36 </tr> 37 <tr> 38 <th>Session:</th><td tal:content="python:results[0]['Session']" /> 39 </tr> 40 </table> 41 42 <br /> 32 43 33 44 <table> 34 45 <span tal:repeat="result results"> 35 46 <tr tal:condition="repeat/result/start"> 36 <td tal:content="result/Verdict" /> <td tal:content="result/Session" /> 37 </tr> 38 <tr tal:condition="repeat/result/start"><th>Course</th><th>Grade</th><th>Weight</th></tr> 47 <th width="150px">Course</th><th>Grade</th> 48 </tr> 39 49 <tr><td tal:content="result/CosCode" /> 40 <td tal:content="result/GRADE" /> <td tal:content="result/WEIGHT" />50 <td tal:content="result/GRADE" /> 41 51 </tr> 42 52 </span>
Note: See TracChangeset for help on using the changeset viewer.