Changeset 2148 for WAeUP_SRP


Ignore:
Timestamp:
23 Aug 2007, 05:29:17 (17 years ago)
Author:
Henrik Bettermann
Message:

add applicants statistics

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getApplicantsStatistics.py

    r2144 r2148  
    2828info['edited'] = len(res_edited)
    2929info['submitted'] = len(res_submitted)
     30info['pin_entered'] = info['entered'] + info['submitted'] + info['edited']
    3031
    3132
  • WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt

    r2070 r2148  
    66            info options/info|nothing;
    77            is_so context/isSectionOfficer;
    8             allowed options/allowed|nothing"
     8            allowed options/allowed|nothing;"
    99            >
    1010      <span tal:condition="not: allowed">
     
    2020      <nobr><a href="statistics_simple_view">Basic Student Statistics</a>
    2121      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>     
     22      <nobr><a href="statistics_applicants_view">Application Process</a>
     23      &nbsp;&nbsp;&nbsp;&nbsp;</nobr>         
    2224      <span tal:condition="is_so">
    2325         <nobr><a href="view_logs">View Log Files</a>
Note: See TracChangeset for help on using the changeset viewer.