Changeset 3959 for WAeUP_SRP/trunk


Ignore:
Timestamp:
11 Feb 2009, 05:12:40 (16 years ago)
Author:
Henrik Bettermann
Message:

resolve #611 (part 3)

Location:
WAeUP_SRP/trunk/skins/waeup_statistics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_statistics/getNewStudentStatistics.py

    r3774 r3959  
    2020    return
    2121
    22 entry_sessions = (context.getSessionId()[0])
     22session_id = context.getSessionId()[0]
     23session_id_num = int(session_id)
     24entry_sessions = (session_id,str(session_id_num))
    2325
    2426# students with entry_session None (-1) are interprteted as new AND returning students if they are
  • WAeUP_SRP/trunk/skins/waeup_statistics/statistics_new_view.pt

    r3774 r3959  
    2929            <th >Faculty</th>
    3030            <th align="right">Total New</th>
     31            <th align="right">SC</th>
    3132            <th align="right">AD</th>
    3233            <th align="right">OR</th>
     
    4647              </td>
    4748              <td width="80px" align="right">
     49                <span tal:content="d/student_created_ft" />
     50                (<span tal:content="d/student_created_ft_percent" />%)
     51              </td>   
     52              <td width="80px" align="right">
    4853                <span tal:content="d/admitted_ft" />
    4954                (<span tal:content="d/admitted_ft_percent" />%)
     
    8893            <th >Faculty</th>
    8994            <th align="right">Total New</th>
     95            <th align="right">SC</th>
    9096            <th align="right">AD</th>
    9197            <th align="right">OR</th>
     
    105111              </td>
    106112              <td width="80px" align="right">
     113                <span tal:content="d/student_created_pt" />
     114                (<span tal:content="d/student_created_pt_percent" />%)
     115              </td>                 
     116              <td width="80px" align="right">
    107117                <span tal:content="d/admitted_pt" />
    108118                (<span tal:content="d/admitted_pt_percent" />%)
     
    147157            <th >Faculty</th>
    148158            <th align="right">Total New</th>
     159            <th align="right">SC</th>
    149160            <th align="right">AD</th>
    150161            <th align="right">OR</th>
     
    164175              </td>
    165176              <td width="80px" align="right">
     177                <span tal:content="d/student_created_dp" />
     178                (<span tal:content="d/student_created_dp_percent" />%)
     179              </td>                 
     180              <td width="80px" align="right">
    166181                <span tal:content="d/admitted_dp" />
    167182                (<span tal:content="d/admitted_dp_percent" />%)
     
    202217        <br />
    203218        <table>
     219        <tr><td>SC:</td> <td>Created (not yet logged in)</td></tr>
    204220        <tr><td>AD:</td> <td>Admitted</td></tr>
    205221        <tr><td>OR:</td> <td>Objection raised</td></tr>
Note: See TracChangeset for help on using the changeset viewer.