Changeset 2660 for WAeUP_SRP/base
- Timestamp:
- 14 Nov 2007, 22:01:09 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_epayment/getSchoolFee.py
r2653 r2660 26 26 '05': ('22200','23700'), 27 27 '06': ('22200','23700'), 28 '07': ('22200','23700'), 28 29 } 29 30 pt_fees = { -
WAeUP_SRP/base/skins/waeup_statistics/getNewStudentStatistics.py
r2431 r2660 20 20 return 21 21 22 entry_sessions = ( '-1','06','6')22 entry_sessions = (context.getSessionId()[0]) 23 23 24 24 # students with entry_session None (-1) are interprteted as new AND returning students if they are -
WAeUP_SRP/base/skins/waeup_statistics/getRetStudentStatistics.py
r2431 r2660 18 18 logger.info('%s invoked statistics' % context.portal_membership.getAuthenticatedMember()) 19 19 if not context.isStaff(): 20 return 20 return 'Not allowed' 21 21 22 entry_sessions = (' -1','94','95','96','97','98','99','00','01','02','03','04','05','0','1','2','3','4','5')22 entry_sessions = ('','-1','94','95','96','97','98','99','00','01','02','03','04','05','06','0','1','2','3','4','5','6') 23 23 24 24 ret_states = ('returning', -
WAeUP_SRP/base/skins/waeup_student/student_view.pt
r2640 r2660 90 90 <td> 91 91 <a href="edit" tal:attributes="href string:session_results_view"> 92 <strong>Session Results </strong>92 <strong>Session Results 2005/2006</strong> 93 93 </a> 94 94 </td>
Note: See TracChangeset for help on using the changeset viewer.