Changeset 1826 for WAeUP_SRP/trunk/skins
- Timestamp:
- 28 May 2007, 19:39:02 (17 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/campus_index.py
r1785 r1826 20 20 return redirect("%s/campus_anonymous_view" % request.get('URL1')) 21 21 22 campus = context.portal_url.getPortalObject().campus22 #campus = context.portal_url.getPortalObject().campus 23 23 24 24 if context.isStudent(): 25 25 return redirect("%s/students_index" % campus.students.absolute_url()) 26 26 else: 27 return redirect("%s/campus_view" % campus.absolute_url()) 27 #return redirect("%s/campus/campus_view" % context.portal_url()) 28 return redirect('%s/srp_view' % context.portal_url()) 28 29 -
WAeUP_SRP/trunk/skins/waeup_default/login_staff.pt
r1008 r1826 13 13 <p>You've chosen the portal's 'back entrance' to log in. This entrance is dedicated to university staff members to maintain the portal's database.</p> 14 14 15 <p>Portal Managers can add new Members (create member records) and assign local roles to individual members. Portal 16 Members can browse the various academic or the student sections. They can check, edit and approve Faculty, Department, Certificate, 17 Course and CertificateCourse records, if they got the respective role from a Portal Manager.</p> 18 15 19 16 <br /> 20 17 -
WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt
r1785 r1826 4 4 <h2>Welcome to the 5 5 <br />Student Registration Portal of the University of Benin, Nigeria</h2> 6 <br /> 7 You are logged in and viewing the portal's root folder. Please go to one of the sections above. 8 6 9 </metal:main> 7 10 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py
r1817 r1826 25 25 if st_res: 26 26 sid = st_res[0].id 27 logger.info('Student object with matric_no %s does not exist in students_catalog . Id taken from returning_import.' % matric_no)27 logger.info('Student object with matric_no %s does not exist in students_catalog, Id taken from returning_import' % matric_no) 28 28 else: 29 logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import .' % matric_no)29 logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import' % matric_no) 30 30 return 31 31 res,psm,ds = lt.renderLayout(layout_id= 'student_session_results_search',
Note: See TracChangeset for help on using the changeset viewer.