Changeset 3628 for WAeUP_SRP/base/skins


Ignore:
Timestamp:
26 Aug 2008, 07:18:47 (16 years ago)
Author:
Henrik Bettermann
Message:

implement cgpa and cascore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/study_level_view.pt

    r3475 r3628  
    1919    is_student info/is_student;
    2020    with_score not: info/without_score|nothing;
     21    with_cascore not: info/without_cascore|nothing;
    2122    ">       
    2223    <div style="text-align: right"
     
    8788        <th align='center'>cr</th>
    8889        <th tal:condition="with_score" align='center'>sc</th>
     90        <th tal:condition="with_cascore" align='center'>ca</th>
    8991        <th align='center'>gr</th>
    9092        <th align='center'>wt</th>
     
    111113          <td align="center" width="2%" tal:content="row/credits"></td>
    112114          <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td>
     115          <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td>
    113116          <td align="center" width="2%" tal:content="row/grade"></td>
    114117          <td align="center" width="2%" tal:content="row/weight"></td>
     
    141144        <th align='center'>cr</th>
    142145        <th tal:condition="with_score" align='center'>sc</th>
     146        <th tal:condition="with_cascore" align='center'>ca</th>
    143147        <th align='center'>gr</th>
    144148        <th align='center'>wt</th>
     
    163167          <td align="center" width="2%" tal:content="row/credits"></td>
    164168          <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td>
     169          <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td>
    165170          <td align="center" width="2%" tal:content="row/grade"></td>
    166171          <td align="center" width="2%" tal:content="row/weight"></td>
     
    195200          <td align="center" width="2%" tal:content="row/credits"></td>
    196201          <td tal:condition="with_score" align="center" width="4%" tal:content="row/score"></td>
     202          <td tal:condition="with_cascore" align="center" width="4%" tal:content="row/cascore"></td>
    197203          <td align="center" width="2%" tal:content="row/grade"></td>
    198204          <td align="center" width="2%" tal:content="row/weight"></td>
     
    216222      <tr><th>cr:</th> <td>Credits</td></tr>
    217223      <tr tal:condition="with_score"><th>sc:</th> <td>Score</td></tr>
     224      <tr tal:condition="with_cascore"><th>ca:</th> <td>CA Score</td></tr>
    218225      <tr><th>gr: </th> <td>Grade</td></tr>
    219226      <tr><th>wt: </th> <td>Weight</td></tr>
Note: See TracChangeset for help on using the changeset viewer.