Changeset 975
- Timestamp:
- 1 Dec 2006, 13:03:22 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r974 r975 284 284 pume = self.portal_pumeresults 285 285 format = ','.join(['"%%(%s)s"' % fn for fn in csv_fields]) 286 eduplicate = '"dupplicate",%s' % format 286 eduplicate = '"dupplicate",%s' % format 287 287 for jamb in result: 288 288 dict = {} … … 428 428 app = student.application 429 429 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) 431 431 #import pdb;pdb.set_trace() 432 432 if os.path.exists(picture): … … 459 459 pume.manage_setLocalRoles(sid, ['Owner',]) 460 460 #student.getContent().createSubObjects() 461 dp = {} 461 dp = {} 462 462 if len(names) == 3: 463 463 dp['firstname'] = names[0].capitalize() -
WAeUP_SRP/trunk/profiles/default/actions.xml
r973 r975 155 155 <permission>View</permission> 156 156 </action> 157 <action title="Check Admission " action_id="check_admission"157 <action title="Check Admission Details" action_id="check_admission" 158 158 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"> 160 160 <permission>View</permission> 161 161 </action> -
WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml
r878 r975 228 228 <property 229 229 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> 231 233 <property name="hidden_layout_modes"> 232 234 <element value="create"/> -
WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt
r932 r975 54 54 </span> 55 55 </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 57 61 58 62 <form action="." method="post" class="group"> -
WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt
r932 r975 12 12 <br /> 13 13 14 14 15 <span tal:omit-tag="" 15 16 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], … … 44 45 </table> 45 46 </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 46 53 </metal:main> 47 54 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_student/pume_anon_slip.pt
r968 r975 4 4 <h3>PUME Results of <span tal:content="pume/name" /></h3> 5 5 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 7 12 <table> 8 13 <tr> … … 28 33 </tr> 29 34 </table> 35 36 37 30 38 </metal:main> 31 39 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt
r968 r975 12 12 <h3>PUME Results of <span tal:content="pume/name" /></h3> 13 13 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 15 20 <table> 16 21 <tr>
Note: See TracChangeset for help on using the changeset viewer.