Changeset 1826 for WAeUP_SRP/trunk


Ignore:
Timestamp:
28 May 2007, 19:39:02 (17 years ago)
Author:
Henrik Bettermann
Message:

show more text on srp_view and less on login_staff

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/campus_index.py

    r1785 r1826  
    2020    return redirect("%s/campus_anonymous_view" % request.get('URL1'))
    2121
    22 campus = context.portal_url.getPortalObject().campus
     22#campus = context.portal_url.getPortalObject().campus
    2323
    2424if context.isStudent():
    2525    return redirect("%s/students_index" % campus.students.absolute_url())
    2626else:
    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())
    2829
  • WAeUP_SRP/trunk/skins/waeup_default/login_staff.pt

    r1008 r1826  
    1313  <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>
    1414 
    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 
    1916  <br />
    2017
  • WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt

    r1785 r1826  
    44        <h2>Welcome to the     
    55          <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         
    69    </metal:main>
    710  </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py

    r1817 r1826  
    2525    if st_res:
    2626        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)
    2828    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)
    3030        return
    3131res,psm,ds = lt.renderLayout(layout_id= 'student_session_results_search',
Note: See TracChangeset for help on using the changeset viewer.