Ignore:
Timestamp:
19 Nov 2008, 08:06:27 (16 years ago)
Author:
Henrik Bettermann
Message:

resolve ticket #462

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_statistics/statistics_new_view.pt

    r2705 r3774  
    140140        </table>
    141141
     142      <h3>Diploma Students (full-time and part-time)</h3>
     143      <br />     
     144
     145        <table>
     146          <tr class="odd ajaxtd">
     147            <th >Faculty</th>
     148            <th align="right">Total New</th>
     149            <th align="right">AD</th>
     150            <th align="right">OR</th>
     151            <th align="right">CPE</th>
     152            <th align="right">CR</th>
     153            <th align="right">VC</th>
     154            <th align="right">SFP</th>
     155            <th align="right">CLR</th>
     156            <th align="right">CLV</th>
     157
     158          </tr>
     159          <tr tal:repeat="d faculties"
     160              tal:attributes="class python:test(repeat['d'].even(), 'even ajaxtd', 'odd ajaxtd')">
     161              <td width="80px"> <span tal:content="d/id" /> </td>
     162              <td width="80px" align="right">
     163                <span tal:content="d/total_dp" />
     164              </td>
     165              <td width="80px" align="right">
     166                <span tal:content="d/admitted_dp" />
     167                (<span tal:content="d/admitted_dp_percent" />%)
     168              </td>             
     169              <td width="80px" align="right">
     170                <span tal:content="d/objection_raised_dp" />
     171                (<span tal:content="d/objection_raised_dp_percent" />%)
     172              </td>
     173              <td width="80px" align="right">
     174                <span tal:content="d/clearance_pin_entered_dp" />
     175                (<span tal:content="d/clearance_pin_entered_dp_percent" />%)
     176              </td>
     177              <td width="80px" align="right">
     178                <span tal:content="d/clearance_requested_dp" />
     179                (<span tal:content="d/clearance_requested_dp_percent" />%)
     180              </td>
     181              <td width="80px" align="right">
     182                <span tal:content="d/cleared_and_validated_dp" />
     183                (<span tal:content="d/cleared_and_validated_dp_percent" />%)
     184              </td>
     185              <td width="80px" align="right">
     186                <span tal:content="d/school_fee_paid_dp" />
     187                (<span tal:content="d/school_fee_paid_dp_percent" />%)
     188              </td>
     189              <td width="80px" align="right">
     190                <span tal:content="d/courses_registered_dp" />
     191                (<span tal:content="d/courses_registered_dp_percent" />%)
     192              </td>
     193              <td width="80px" align="right">
     194                <span tal:content="d/courses_validated_dp" />
     195                (<span tal:content="d/courses_validated_dp_percent" />%)
     196              </td>                                         
     197
     198          </tr>
     199        </table>
    142200
    143201
Note: See TracChangeset for help on using the changeset viewer.