Changeset 4693 for WAeUP_SRP/trunk


Ignore:
Timestamp:
6 Jan 2010, 06:49:14 (15 years ago)
Author:
Henrik Bettermann
Message:

FCEOkene: add diploma programme application

Location:
WAeUP_SRP/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r4546 r4693  
    16231623    ###)
    16241624
    1625 
     1625   
     1626    # for transcript only
    16261627    def getAllCourses(self,student_id): ###(
    16271628        query = Eq('student_id',student_id)
     
    16431644                if score and str(score).isdigit() and int(score) > 0:
    16441645                    score = int(score)
    1645                     grade,weight = self.getGradesFromScore(score)
     1646                    grade,weight = self.getGradesFromScore(score,'')
    16461647                    d['weight'] = weight
    16471648                    d['grade'] = grade
  • WAeUP_SRP/trunk/skins/waeup_fceokene/apply_admission.py

    r4543 r4693  
    4040headings['prence'] = 'Apply for Pre-NCE Programme (2009/2010)! '
    4141headings['pce'] = 'Apply for PCE Screening Test (2009/2010)! '
    42 headings['cest'] = 'Apply for Part-Time Degree or Diploma Programmes (2008/2009)! '
     42headings['cest'] = 'Apply for Diploma Programme (2009/2010)! '
    4343#headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! '
    4444headings['sandwich'] = 'Apply for Sandwich Programme (2009/2010)! '
     
    5252headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip'
    5353#headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Acknowledgement Slip'
    54 headings_slip['cest'] = 'CEST Application (2008/2009) Acknowledgement Slip'
     54headings_slip['cest'] = 'Application for Diploma Programme (2009/2010) Acknowledgement Slip'
    5555headings_slip['sandwich'] = 'Application for Sandwich Programme (2009/2010) Acknowledgement Slip'
    5656#headings_slip['pt'] = 'Part Time (2007/2008) Acknowledgement Slip'
     
    8484confirm['cest'] = """I hereby acknowledge by ticking this check box that if it is discovered
    8585at any time, that I do not possess any of the qualifications, which I have obtained, I will be
    86 expelled from the University and shall not be readmitted for the same or any other programme,
     86expelled from the College and shall not be readmitted for the same or any other programme,
    8787even if I have upgraded my previous qualification or posses additional qualifications."""
    8888confirm['sandwich'] = """I hereby acknowledge by ticking this check box that if it is discovered
    8989at any time, that I do not possess any of the qualifications, which I have obtained, I will be
    90 expelled from the University and shall not be readmitted for the same or any other programme,
     90expelled from the College and shall not be readmitted for the same or any other programme,
    9191even if I have upgraded my previous qualification or posses additional qualifications."""
    9292configuration += ('confirm',confirm),
  • WAeUP_SRP/trunk/skins/waeup_fceokene/config_form.pt

    r4542 r4693  
    130130        <th>
    131131          <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>
    132143            Deadline Sandwich Application:
    133144          </label>
  • WAeUP_SRP/trunk/skins/waeup_nau/mail2admin.py

    r3815 r4693  
    2727Bcc: waeup@saoas.org
    2828Reply-To: %(email)s
    29 Subject: Contact
     29Subject: NAU Contact
    3030
    3131Fullname: %(fullname)s
Note: See TracChangeset for help on using the changeset viewer.