Changeset 975


Ignore:
Timestamp:
1 Dec 2006, 13:03:22 (18 years ago)
Author:
Henrik Bettermann
Message:

slips changed according to Kehinde's email
passport picture no more editable by student

Location:
WAeUP_SRP/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r974 r975  
    284284        pume = self.portal_pumeresults
    285285        format = ','.join(['"%%(%s)s"' % fn for fn in csv_fields])
    286         eduplicate = '"dupplicate",%s' % format 
     286        eduplicate = '"dupplicate",%s' % format
    287287        for jamb in result:
    288288            dict = {}
     
    428428            app = student.application
    429429            app_doc = app.getContent()
    430             picture ="%s/import/pictures/%s.jpg" % (i_home,jamb_reg_no) 
     430            picture ="%s/import/pictures/%s.jpg" % (i_home,jamb_reg_no)
    431431            #import pdb;pdb.set_trace()
    432432            if os.path.exists(picture):
     
    459459            pume.manage_setLocalRoles(sid, ['Owner',])
    460460            #student.getContent().createSubObjects()
    461             dp = {} 
     461            dp = {}
    462462            if len(names) == 3:
    463463                dp['firstname'] = names[0].capitalize()
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r973 r975  
    155155   <permission>View</permission>
    156156  </action>
    157   <action title="Check Admission" action_id="check_admission"
     157  <action title="Check Admission Details" action_id="check_admission"
    158158     category="student" condition_expr="not:member"
    159      url_expr="string:${portal_url}/check_admission" visible="False">
     159     url_expr="string:${portal_url}/check_admission" visible="True">
    160160   <permission>View</permission>
    161161  </action>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml

    r878 r975  
    228228  <property
    229229     name="help">Upload passport photograph with red background.</property>
    230   <property name="readonly_layout_modes"/>
     230  <property name="readonly_layout_modes">
     231   <element value="edit"/>
     232  </property>
    231233  <property name="hidden_layout_modes">
    232234   <element value="create"/>
  • WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt

    r932 r975  
    5454          </span>
    5555        </table>       
    56 
     56       
     57       
     58        <strong>Clearance commences on resumption and ends exactly two(2)weeks after resumption date.
     59              Any breach of this directive,will result in forfeiture of the admission offer.</strong>     
     60 
    5761     
    5862      <form action="." method="post" class="group">
  • WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt

    r932 r975  
    1212      <br />
    1313     
     14           
    1415      <span tal:omit-tag=""
    1516            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
     
    4445        </table>       
    4546      </span>
     47     
     48      <br />
     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>
     52   
    4653    </metal:main>
    4754  </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_student/pume_anon_slip.pt

    r968 r975  
    44        <h3>PUME Results of <span tal:content="pume/name" /></h3>
    55                           
    6        <br />                           
     6       <br />     
     7       
     8       <strong  tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin.
     9                                                               Please check your admission details!
     10                                                               <br /><br /></strong>
     11                             
    712       <table>
    813        <tr>
     
    2833        </tr>
    2934      </table>
     35     
     36     
     37     
    3038    </metal:main>
    3139  </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt

    r968 r975  
    1212        <h3>PUME Results of <span tal:content="pume/name" /></h3>
    1313                           
    14        <br />                           
     14       <br />             
     15       
     16       <strong  tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin.
     17                                                               Please check your admission details!
     18                                                               <br /><br /></strong>                                                               
     19                     
    1520       <table>
    1621        <tr>
Note: See TracChangeset for help on using the changeset viewer.