Changeset 1149 for WAeUP_SRP


Ignore:
Timestamp:
29 Dec 2006, 20:16:22 (18 years ago)
Author:
Henrik Bettermann
Message:

result view beautified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/session_results_anon_view.pt

    r1146 r1149  
    1515        <span tal:content="student/Lastname" />
    1616      </h3>
     17      <br />
    1718      <table>
    1819        <tr>
    19           <th>MatricelNo</th><td tal:content="student/matric_no" />                     
     20          <th width="150px">Matriculation Number:</th><td tal:content="student/matric_no" />                     
    2021        </tr>
    2122        <tr>
    22           <th>Sex</th><td tal:content="student/Sex" />                     
     23          <th>Sex:</th><td tal:content="student/Sex" />                     
    2324        </tr>
    2425        <tr>
    25           <th>Course of Study</th><td tal:content="student/Coursemajor" />                     
     26          <th>Course of Study:</th><td tal:content="student/Coursemajor" />                     
    2627        </tr>
    2728        <tr>
    28           <th>Level</th><td tal:content="student/Level" />                     
     29          <th>Level:</th><td tal:content="student/Level" />                     
    2930        </tr>
    3031      </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 />
    3243                     
    3344       <table>
    3445        <span tal:repeat="result results">
    3546          <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>
    3949          <tr><td tal:content="result/CosCode" />
    40             <td tal:content="result/GRADE" /><td tal:content="result/WEIGHT" />
     50            <td tal:content="result/GRADE" />
    4151          </tr>
    4252        </span>
Note: See TracChangeset for help on using the changeset viewer.