Ignore:
Timestamp:
2 Jan 2007, 21:29:17 (18 years ago)
Author:
Henrik Bettermann
Message:

GPA calculation
medical hostel allocation corrected
and beautifying

File:
1 edited

Legend:

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

    r1176 r1179  
    2929        </tr>
    3030        <tr>
    31           <th>Course of Study:</th><td tal:content="info/student/Coursemajor" />                     
     31          <th valign="top">Course of Study:</th><td tal:content="info/student/Coursemajor" />                     
    3232        </tr>
    3333        <tr>
     
    3838       <table>
    3939          <tr>
    40             <th width="180px">Verdict:</th><td tal:content="python:info['results'][0][0]['Verdict']" />
     40            <th valign="top" width="180px">Verdict:</th><td tal:content="python:info['results'][0][0]['Verdict']" />
    4141          </tr>
    4242          <tr> 
    4343            <th>Session:</th><td tal:content="python:info['results'][0][0]['Session']" />
    44           </tr>       
     44          </tr>
     45          <tr> 
     46            <th valign="top">GPA:</th><td> <span tal:content="info/gpa" /> (on the basis if the data below)  </td>
     47          </tr>                   
    4548       </table>
    4649
     
    5154            <span tal:repeat="result semester">
    5255             <tr tal:condition="repeat/result/start">
    53               <th colspan="5">
    54                 <span tal:replace="python: test(repeat['semester'].index,'Second','First')" /> Semester
    55               </th>
    56              </tr>
     56                <th colspan="2">
     57                   <span tal:replace="python: test(repeat['semester'].index,'Second','First')" /> Semester
     58                </th>
     59                <td>Grade</td>
     60                <td>Weight</td>
     61                <td>Credits</td>
     62             </tr>             
    5763            <tr>     
    58             <td width="80px" tal:content="result/CosCode" />
    59             <td tal:content="result/title" />
    60             <td width="50px" align="center" tal:content="result/GRADE" />
     64            <td valign="top" width="80px" tal:content="result/CosCode" />
     65            <td valign="top" tal:content="result/title" />
     66            <td valign="top" width="50px" align="center" tal:content="result/GRADE" />
     67            <td valign="top" width="50px" align="center" tal:content="result/WEIGHT" />
     68            <td valign="top" width="50px" align="center" tal:content="result/credits" />
     69
    6170          </tr>
    6271        </span>
     72        <tr><td colspan="5">&nbsp;</td></tr>
    6373        </span>
    6474      </table>
Note: See TracChangeset for help on using the changeset viewer.