Changeset 2541
- Timestamp:
- 6 Nov 2007, 09:01:09 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Widgets.py
r2536 r2541 1383 1383 if self.isStaff(): 1384 1384 do = 0 1385 err ='You are not a Student. PIN neither checked nor used.'1385 err ='You are logged in, please log out. PIN neither checked nor used.' 1386 1386 s_logger.info('%s tried to use scratch card %s' % (member_id,pin_str)) 1387 elif self.isStudent(): 1388 do = 0 1389 err ='You are logged in, please log out. PIN neither checked nor used.' 1390 s_logger.info('%s/%s applied for screening test with PIN %s' % (member_id,ref,pin_str)) 1387 1391 elif len(b) > 1 and b.find('-') > -1: 1388 1392 do = 0 … … 1426 1430 #screening_type = self.REQUEST.form.get('screening_type','unknown') 1427 1431 #screening_type = datastructure['screening_type'] 1428 1429 1432 if self.REQUEST.traverse_subpath: 1430 1433 screening_type_request = self.REQUEST.traverse_subpath[0] 1431 1434 else: 1432 1435 screening_type_request = 'manage' 1433 if self.isStudent(): 1434 err = "You are a student!" 1435 s_logger.info('%s/%s applied for screening test with PIN %s' % (member_id,ref,pin_str)) 1436 break 1437 elif datastructure.has_key('record'): 1436 1437 if datastructure.has_key('record'): 1438 1438 applicant = datastructure['record'] 1439 1439 if applicant.screening_type != screening_type_request\ -
WAeUP_SRP/uniben/profiles/default/layouts/application_manage.xml
r2519 r2541 659 659 <property name="title">2nd Choice Course of Study</property> 660 660 <property name="fields"> 661 <element value="course 3"/>661 <element value="course2"/> 662 662 </property> 663 663 <property name="label">2nd Choice Course of Study</property> … … 698 698 <property name="css_class_expr">string:row</property> 699 699 </widget> 700 700 701 701 <widget name="course_admitted" meta_type="Select Widget"> 702 702 <property name="title">Course of Study (admitted)</property> … … 717 717 <property name="hidden_readonly_layout_modes"/> 718 718 <property name="sorted">True</property> 719 <property name="vocabulary">cos</property> 720 <property name="css_class_expr">string:row</property> 721 </widget> 722 719 <property name="vocabulary">cos</property> 720 <property name="css_class_expr">string:row</property> 721 </widget> 722 723 723 <widget name="hq_type" meta_type="Select Widget"> 724 724 <property name="title">Higher Qualification</property> … … 874 874 <row> 875 875 <cell name="course_admitted" ncols="2"/> 876 </row> 876 </row> 877 877 <row> 878 878 <cell name="notice" ncols="2"/> -
WAeUP_SRP/uniben/profiles/default/vocabularies/cos.xml
r2369 r2541 7 7 <property name="acl_write_roles">Manager</property> 8 8 9 <item key="" msgid=""> N/A</item>9 <item key="" msgid="">--</item> 10 10 <item key="None" msgid=""></item> 11 11 <item key="BSCANA" msgid="">B.SC (ANATOMY)</item> … … 85 85 <item key="BSCGLY" msgid="">BACHELOR OF SCIENCE (GEOLOGY)</item> 86 86 <item key="BSCMCB" msgid="">BACHELOR OF SCIENCE (MICROBIOLOGY)</item> 87 <item key="BSCMLS" msgid="">BACHELOR OF SCIENCE (MEDICAL LAB SCIENCE)</item> 87 <item key="BSCMLS" msgid="">BACHELOR OF SCIENCE (MEDICAL LAB SCIENCE)</item> 88 88 <item key="BSCSAA" msgid="">BACHELOR OF SCIENCE (SOC.AND ANTHRO.)</item> 89 89 <item key="BSCAEB" msgid="">BACHELOR OF SCIENCE IN ANIMAL AND ENVIRONMENTAL BIOLOGY</item> -
WAeUP_SRP/uniben/profiles/default/vocabularies/local_gov_areas.xml
r2186 r2541 279 279 <item key="edo_egor" msgid="">Edo / Egor</item> 280 280 <item key="edo_esan-central" msgid="">Edo / Esan-Central</item> 281 <item key="edo_esan-north-east _" msgid="">Edo / Esan-North-East</item>281 <item key="edo_esan-north-east" msgid="">Edo / Esan-North-East</item> 282 282 <item key="edo_esan-south-east" msgid="">Edo / Esan-South-East</item> 283 283 <item key="edo_esan-west" msgid="">Edo / Esan-West</item>
Note: See TracChangeset for help on using the changeset viewer.