Changeset 2374
- Timestamp:
- 17 Oct 2007, 19:36:22 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r2340 r2374 86 86 headings = {} 87 87 headings['pume'] = 'Apply for Post UME Screening Test (2007/2008)! ' 88 headings['pde'] = 'Apply for Post DE Screening Test (2007/2008)! '88 headings['pde'] = 'Apply for Post UDE Screening Test (2007/2008)! ' 89 89 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 90 90 headings['pce'] = 'Apply for PCE Screening (2007/2008)! ' … … 92 92 headings_slip = {} 93 93 headings_slip['pume'] = 'Post UME Screening (2007/2008) Aknowledgement Slip!' 94 headings_slip['pde'] = 'Post DE Screening (2007/2008) Aknowledgement Slip'94 headings_slip['pde'] = 'Post UDE Screening (2007/2008) Aknowledgement Slip' 95 95 headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Aknowledgement Slip' 96 96 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 97 97 headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip' 98 99 deadline = {} 100 deadline['pume'] = '[Date of PUME Deadline]' 101 deadline['pde'] = '[Date of PUDE Deadline]' 102 deadline['prence'] = '[Date of PRENCE Deadline]' 103 deadline['pce'] = '[Date of PCE Deadline]' 104 deadline['cest'] = '[Date of CEST Deadline]' 105 98 106 info = {} 107 99 108 if traverse_subpath and traverse_subpath[0] in screening_types: 100 109 screening_type = info['screening_type'] = traverse_subpath[0] 101 110 info['heading'] = headings[screening_type] 102 111 info['heading_slip'] = headings_slip[screening_type] 112 info['deadline'] = deadline[screening_type] 103 113 layout = "application_%s" % screening_type 104 114 without_reg_no = screening_type in ('prence',) … … 111 121 info['heading'] = headings[screening_type] 112 122 info['heading_slip'] = headings_slip[screening_type] 123 info['deadline'] = deadline[screening_type] 113 124 layout = "application_%s" % screening_type 114 125 without_reg_no = screening_type in ('prence',) -
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r2371 r2374 6 6 info options/info; 7 7 expired python:not info['screening_type']=='pde'; 8 deadline info/deadline 8 9 " 9 10 > … … 71 72 </ul> 72 73 <br /> 73 <font color="red">Application submission deadline is at Midnight on Thursday, 6th September 2007.74 <font color="red">Application submission deadline is at Midnight on <span tal:content="deadline" />. 74 75 No application will be treated after the deadline. </font> 75 76 </metal:block> -
WAeUP_SRP/base/skins/waeup_student/apply_admission_slip.pt
r2328 r2374 16 16 17 17 The applicant has confirmed that the picture shown on this slip is a true picture of him/her. 18 18 <br /><br /> 19 <font color="red"> 20 Notice: Please come back and check for the screening venue as from 30th October. 21 </font> 19 22 </metal:block> 20 23 </metal:block> -
WAeUP_SRP/fceokene/profiles/default/layouts/application_manage.xml
r2368 r2374 692 692 </widget> 693 693 694 694 695 695 <widget name="hq_grade" meta_type="Select Widget"> 696 696 <property name="title">Higher Qualification Grade</property> … … 708 708 <property name="vocabulary">high_grade</property> 709 709 </widget> 710 711 <widget name="aos" meta_type="Select Widget"> 712 <property name="title">Area of Specialisation</property> 713 <property name="fields"> 714 <element value="subj3"/> 715 </property> 716 <property name="label">Area of Specialisation</property> 717 <property name="label_edit">Area of Specialisation</property> 718 <property name="description"></property> 719 <property name="help"></property> 720 <property name="is_i18n">False</property> 721 <property name="widget_mode_expr"></property> 722 <property name="readonly_layout_modes"> 723 </property> 724 <property name="hidden_layout_modes"> 725 <element value="create"/> 726 </property> 727 <property name="hidden_readonly_layout_modes"/> 728 <property name="vocabulary">aos</property> 729 <property name="sorted">True</property> 730 <property name="css_class_expr">string:row</property> 731 </widget> 710 732 711 733 <table> … … 736 758 <row> 737 759 <cell name="jamb_lga" ncols="2"/> 738 </row> 760 </row> 739 761 <row> 740 762 <cell name="lga" ncols="2"/> 741 </row> 742 763 </row> 764 743 765 <row> 744 766 <cell name="sex" ncols="2"/> … … 755 777 <row> 756 778 <cell name="hq_grade" ncols="2"/> 757 </row> 758 779 </row> 780 <row> 781 <cell name="aos" ncols="2"/> 782 </row> 759 783 <row> 760 784 <cell name="eng_score" ncols="2"/> -
WAeUP_SRP/fceokene/profiles/default/layouts/application_pde.xml
r2368 r2374 701 701 <property name="vocabulary">high_qual</property> 702 702 </widget> 703 704 703 704 705 705 <widget name="hq_grade" meta_type="Select Widget"> 706 706 <property name="title">Higher Qualification Grade</property> … … 720 720 </widget> 721 721 722 <widget name="aos" meta_type="Select Widget"> 723 <property name="title">Area of Specialisation</property> 724 <property name="fields"> 725 <element value="subj3"/> 726 </property> 727 <property name="label">Area of Specialisation</property> 728 <property name="label_edit">Area of Specialisation</property> 729 <property name="description"></property> 730 <property name="help"></property> 731 <property name="is_i18n">False</property> 732 <property name="widget_mode_expr"></property> 733 <property name="readonly_layout_modes"> 734 </property> 735 <property name="hidden_layout_modes"> 736 <element value="create"/> 737 </property> 738 <property name="hidden_readonly_layout_modes"/> 739 <property name="vocabulary">aos</property> 740 <property name="sorted">True</property> 741 <property name="css_class_expr">string:row</property> 742 </widget> 743 722 744 <table> 723 745 <row> … … 747 769 <cell name="lga" ncols="2"/> 748 770 </row> 749 771 750 772 <row> 751 773 <cell name="hq_type" ncols="2"/> … … 753 775 <row> 754 776 <cell name="hq_grade" ncols="2"/> 755 </row> 756 777 </row> 778 <row> 779 <cell name="aos" ncols="2"/> 780 </row> 757 781 <row> 758 782 <cell name="email" ncols="2"/> -
WAeUP_SRP/fceokene/profiles/default/schemas/application.xml
r2368 r2374 39 39 <field name="hq_grade" meta_type="CPS String Field"/> 40 40 <field name="screening_venue" meta_type="CPS String Field"/> 41 <field name="aos" meta_type="CPS String Field"/> 41 42 </object> -
WAeUP_SRP/fceokene/profiles/default/vocabularies.xml
r2322 r2374 42 42 <object name="cos" meta_type="CPS Vocabulary"/> 43 43 <object name="screening_types" meta_type="CPS Vocabulary"/> 44 <object name="aos" meta_type="CPS Vocabulary"/> 44 45 </object>
Note: See TracChangeset for help on using the changeset viewer.