- Timestamp:
- 23 Aug 2007, 05:29:17 (17 years ago)
- 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 28 28 info['edited'] = len(res_edited) 29 29 info['submitted'] = len(res_submitted) 30 info['pin_entered'] = info['entered'] + info['submitted'] + info['edited'] 30 31 31 32 -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r2070 r2148 6 6 info options/info|nothing; 7 7 is_so context/isSectionOfficer; 8 allowed options/allowed|nothing "8 allowed options/allowed|nothing;" 9 9 > 10 10 <span tal:condition="not: allowed"> … … 20 20 <nobr><a href="statistics_simple_view">Basic Student Statistics</a> 21 21 </nobr> 22 <nobr><a href="statistics_applicants_view">Application Process</a> 23 </nobr> 22 24 <span tal:condition="is_so"> 23 25 <nobr><a href="view_logs">View Log Files</a>
Note: See TracChangeset for help on using the changeset viewer.