Changeset 4693 for WAeUP_SRP/trunk
- Timestamp:
- 6 Jan 2010, 06:49:14 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r4546 r4693 1623 1623 ###) 1624 1624 1625 1625 1626 # for transcript only 1626 1627 def getAllCourses(self,student_id): ###( 1627 1628 query = Eq('student_id',student_id) … … 1643 1644 if score and str(score).isdigit() and int(score) > 0: 1644 1645 score = int(score) 1645 grade,weight = self.getGradesFromScore(score )1646 grade,weight = self.getGradesFromScore(score,'') 1646 1647 d['weight'] = weight 1647 1648 d['grade'] = grade -
WAeUP_SRP/trunk/skins/waeup_fceokene/apply_admission.py
r4543 r4693 40 40 headings['prence'] = 'Apply for Pre-NCE Programme (2009/2010)! ' 41 41 headings['pce'] = 'Apply for PCE Screening Test (2009/2010)! ' 42 headings['cest'] = 'Apply for Part-Time Degree or Diploma Programmes (2008/2009)! '42 headings['cest'] = 'Apply for Diploma Programme (2009/2010)! ' 43 43 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! ' 44 44 headings['sandwich'] = 'Apply for Sandwich Programme (2009/2010)! ' … … 52 52 headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip' 53 53 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Acknowledgement Slip' 54 headings_slip['cest'] = ' CEST Application (2008/2009) Acknowledgement Slip'54 headings_slip['cest'] = 'Application for Diploma Programme (2009/2010) Acknowledgement Slip' 55 55 headings_slip['sandwich'] = 'Application for Sandwich Programme (2009/2010) Acknowledgement Slip' 56 56 #headings_slip['pt'] = 'Part Time (2007/2008) Acknowledgement Slip' … … 84 84 confirm['cest'] = """I hereby acknowledge by ticking this check box that if it is discovered 85 85 at any time, that I do not possess any of the qualifications, which I have obtained, I will be 86 expelled from the Universityand shall not be readmitted for the same or any other programme,86 expelled from the College and shall not be readmitted for the same or any other programme, 87 87 even if I have upgraded my previous qualification or posses additional qualifications.""" 88 88 confirm['sandwich'] = """I hereby acknowledge by ticking this check box that if it is discovered 89 89 at any time, that I do not possess any of the qualifications, which I have obtained, I will be 90 expelled from the Universityand shall not be readmitted for the same or any other programme,90 expelled from the College and shall not be readmitted for the same or any other programme, 91 91 even if I have upgraded my previous qualification or posses additional qualifications.""" 92 92 configuration += ('confirm',confirm), -
WAeUP_SRP/trunk/skins/waeup_fceokene/config_form.pt
r4542 r4693 130 130 <th> 131 131 <label> 132 Deadline Diploma Programme Application (CEST): 133 </label> 134 </th> 135 <td> 136 <input type="text" name="date3" id="date3" value="" size="30" 137 tal:attributes="value pprops/date3" /> 138 </td> 139 </tr> 140 <tr> 141 <th> 142 <label> 132 143 Deadline Sandwich Application: 133 144 </label> -
WAeUP_SRP/trunk/skins/waeup_nau/mail2admin.py
r3815 r4693 27 27 Bcc: waeup@saoas.org 28 28 Reply-To: %(email)s 29 Subject: Contact29 Subject: NAU Contact 30 30 31 31 Fullname: %(fullname)s
Note: See TracChangeset for help on using the changeset viewer.