- Timestamp:
- 2 Dec 2006, 07:18:27 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r975 r980 336 336 'jamb_sex': "Sex", 337 337 'jamb_state': "State", 338 'jamb_first_cos': "AdminCourse",338 ## 'jamb_first_cos': "AdminCourse", 339 339 'faculty': "AdminFaculty", 340 340 'course_code': "AdmitCoscode", … … 343 343 'jamb_lga': "LGA", 344 344 'app_email': "email", 345 'app_mobile': "PhoneNumbers", 345 346 } 346 347 csv_fields = [f[1] for f in csv_d.items()] … … 375 376 'SearchableText': jamb_reg_no }) 376 377 if res: 377 em = 'Student with R EG-NO%s already exists\n' % jamb_reg_no378 em = 'Student with RegNo %s already exists\n' % jamb_reg_no 378 379 logger.info(em) 379 380 jamb['Error'] = "Student exists" … … 417 418 #'jamb_state', 418 419 'jamb_score', 419 'jamb_first_cos',420 ## 'jamb_first_cos', 420 421 'jamb_sex', 421 422 'jamb_state', 422 423 'jamb_lga', 423 424 'app_email', 425 'app_mobile', 424 426 ) 425 427 for f in da_fields: … … 521 523 study_course.getContent().edit(mapping=dsc) 522 524 self.students_catalog.addRecord(**catalog_entry) 523 if tr_count > 10 00:525 if tr_count > 10: 524 526 if len(no_import) > 1: 525 527 open("%s/import/%s_not_imported.csv" % (i_home,name),"w+").write( -
WAeUP_SRP/trunk/profiles/default/actions.xml
r977 r980 15 15 condition_expr="not: member" 16 16 url_expr="python:"%s/login_staff?%s" % (portal_url, modules["urllib"].urlencode({"came_from": request.URL}))" 17 visible=" False">17 visible="True"> 18 18 <permission>View</permission> 19 19 </action> … … 140 140 visible="True"> 141 141 <permission>View</permission> 142 </action> 142 </action> 143 143 <action title="Unchecked Items" action_id="unchecked" category="object" 144 144 condition_expr="python:member and 'academics' in object_url" -
WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml
r979 r980 272 272 </row> 273 273 <row> 274 <cell name="jamb_first_cos" ncols="3"/>275 </row>276 <row>277 <cell name="jamb_second_cos" ncols="3"/>278 </row>279 <row>280 274 <cell name="passport" ncols="3"/> 281 275 </row> -
WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt
r979 r980 57 57 <br /> 58 58 59 <strong>Clearance commences on resumption and ends exactly two(2) weeks after resumption date.60 <br />Any breach of this directive, will result in forfeiture of the admission offer.</strong><br /><br />59 <strong>Clearance commences on resumption and ends exactly two(2) weeks after resumption date. 60 <br />Any breach of this directive, will result in forfeiture of the admission offer.</strong><br /><br /> 61 61 62 62 -
WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt
r975 r980 48 48 <br /> 49 49 50 <strong>Clearance commences on resumption and ends exactly two(2) weeks after resumption date.51 Any breach of this directive, will result in forfeiture of the admission offer.</strong>50 <strong>Clearance commences on resumption and ends exactly two(2) weeks after resumption date. 51 Any breach of this directive, will result in forfeiture of the admission offer.</strong> 52 52 53 53 </metal:main> -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view.pt
r805 r980 11 11 'app_mobile', 12 12 'jamb_lastname', 13 'jamb_sex', 14 'jamb_first_cos', 15 'jamb_second_cos',)" 13 'jamb_sex',)" 16 14 > 17 15 <table cellpadding="2" cellspacing="2" summary="layout">
Note: See TracChangeset for help on using the changeset viewer.