Changeset 9635 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 15 Nov 2012, 13:02:52 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py
r8828 r9635 30 30 """ 31 31 32 APP_TYPES_DICT = { 33 'pude': ['Post-UDE Screening', 'PUDE'], 34 'prence': ['Pre-NCE Programme', 'PRE'], 35 'sandwich': ['Part-Time Degree in Education', 'SAND'], 36 'pt': ['Part-Time Degree Programmes', 'PTP'], 37 'putme': ['Post-UTME Screening Exercise', 'PUTME'], 38 'app': ['General Studies', 'APP'], 39 'cest': ['Common Entry Screening Test', 'CEST'], 40 'ct': ['Certificate Programmes', 'CTP'], 41 'dp': ['Diploma Programmes', 'DPP'], 42 'dpft': ['Diploma Full-Time Programmes', 'DPP'], 43 'pce': ['PCE Screening', 'PCE'], 44 'pgft': ['Postgraduate Full-Time Programmes', 'PG'], 45 'pgpt': ['Postgraduate Part-Time Programmes', 'PG'], 46 'pgnew': ['New Postgraduate Programmes', 'NEWPG'] 47 } 48 49 32 50 # Temporarily disabled 33 51 def xxx_getApplicantsStatistics(self, container): -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r8821 r9635 26 26 PREFERRED_LANGUAGES_DICT = { 27 27 } 28 29 APP_CATS_DICT = { 30 'basic': 'PUTME, PUDE, PCE, PRENCE', 31 'no': 'No Application', 32 'pg_ft': 'Postgraduate Full-Time', 33 'pg_pt': 'Postgraduate Part-Time', 34 'sandwich': 'Sandwich', 35 'cest': 'Part-Time, Diploma, Certificate', 36 'pg_new': 'New Postgraduate Programmes', 37 'dp_ft': 'Diploma Full-Time Programmes', 38 }
Note: See TracChangeset for help on using the changeset viewer.