Changeset 985 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
4 Dec 2006, 22:24:44 (18 years ago)
Author:
Henrik Bettermann
Message:

scan resolution changed
unused keys removed

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/srp_anonymous_view.pt

    r982 r985  
    77        <p>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part of the West African e-University Project.
    88          For further information see
    9           <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>.</p>
     9          <a href="" tal:attributes="href string:http://waeup.org">waeup.org </a>(temporarily offline).</p>
    1010
    1111          <p>At present, fresh students can view their 2006 PUME results and admission status (free of charge):</p>
     
    3030         
    3131         
    32           <p>Please download detailed instructions from:
    33           <a target="_blank" href="http://www.waeup.org/uniben/uniben_student_manual.pdf/view">waeup.org</a>
     32          <p>Please download detailed instructions
     33          <a target="_blank" href="http://files.saoas.org/uniben_student_manual.pdf">here</a>.
    3434          </p>         
    3535         
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_slip.pt

    r805 r985  
    1313                                 'jamb_sex',
    1414                                 'entry_mode',
    15                                  'jamb_first_cos',
    1615                                 'jamb_state',
    1716                                  )"
  • WAeUP_SRP/trunk/skins/waeup_student/layout_pume_view_slip.pt

    r805 r985  
    22<!-- $Id$ -->
    33<metal:block define-macro="default_view"
    4   tal:define="layout options/layout;
     4       tal:define="layout options/layout;
    55              dm options/datastructure/getDataModel;
    66              widgets python:context.getRenderedWidgets(layout);
    7               fields python:('pume_gen_score',
    8                                  'pume_eng_score',
    9                                  'pume_tot_score',
    10                                  )"
    11                                  >
     7              fields python:('pume_tot_score',)"
     8              >
    129  <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
    1310    <tr tal:repeat="field fields">
  • WAeUP_SRP/trunk/skins/waeup_student/search_students.py

    r971 r985  
    4242items = []
    4343wf = context.portal_workflow
    44 catalog = context.portal_catalog
    4544#student_wf_states = wf.waeup_student_wf.states.keys()
    4645#info['wf_states'] = student_wf_states
     
    163162        else:
    164163            #info = context.getStudentInfo(item)
    165             info = context.students_catalog(id = item) 
     164            info = context.students_catalog(id = item)
    166165            if len(info) == 1:
    167166                students.append(info[0])
Note: See TracChangeset for help on using the changeset viewer.