Changeset 3000 for WAeUP_SRP/base/skins
- Timestamp:
- 9 Jan 2008, 11:54:54 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/cps_custom/config_form.pt
r2628 r3000 21 21 22 22 <table id="portalConfiguration" summary="Portal properties form"> 23 <tr> 24 <th> 25 <label> 26 Institution Title 27 </label> 28 </th> 29 <td> 30 <input name="institution_title" id="institution_title" value="" 31 tal:attributes="value pprops/institution_title" /> 32 </td> 33 </tr> 23 34 <tr> 24 35 <th> -
WAeUP_SRP/base/skins/cps_custom/reconfig.py
r2628 r3000 18 18 session=form.get('session'), 19 19 static_dir=form.get('static_dir'), 20 institution_title=form.get('institution_title'), 20 21 ) 21 22 -
WAeUP_SRP/base/skins/waeup_student/admission_form.pt
r2992 r3000 27 27 28 28 29 <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows: 29 <h3>This is to inform you that you have been provisionally admitted into 30 <span tal:replace="here/portal_properties/institution_title" /> as follows: 30 31 </h3> 31 32 -
WAeUP_SRP/base/skins/waeup_student/admission_rejected_view.pt
r1096 r3000 2 2 <metal:main fill-slot="main"> 3 3 4 <h3>You are not admitted into the University of Benin!</h3>4 <h3>You are not admitted into <span tal:replace="here/portal_properties/institution_title" />!</h3> 5 5 6 6 </metal:main> -
WAeUP_SRP/base/skins/waeup_student/admission_slip.pt
r2579 r3000 11 11 <span tal:condition="info"> 12 12 13 <h3>This is to inform you that you have been provisionally admitted into University of Benin as follows: 13 <h3>This is to inform you that you have been provisionally admitted into 14 <span tal:replace="here/portal_properties/institution_title" /> as follows: 14 15 </h3> 15 16 -
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r2987 r3000 75 75 <metal:block tal:condition="python:info['status'] == 'created'"> 76 76 <br /> 77 <strong>You have been provisionally admitted into University of Benin. Your member record has been created. 77 <strong>You have been provisionally admitted into <span tal:replace="here/portal_properties/institution_title" />. 78 Your member record has been created. 78 79 Please purchase a second Application Scratch Card and proceed to 'Check Admission'.</strong> 79 80 <br /> <br />
Note: See TracChangeset for help on using the changeset viewer.