Ignore:
Timestamp:
25 Oct 2006, 05:49:10 (18 years ago)
Author:
Henrik Bettermann
Message:

The layouts are not yet ready. The information was contradictory.

Location:
WAeUP_SRP/trunk/profiles/default
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r733 r745  
    2222 <object name="student_personal_fe" meta_type="CPS Layout"/>
    2323 <object name="student_password" meta_type="CPS Layout"/>
     24 <object name="student_pume" meta_type="CPS Layout"/>
    2425 <object name="student_search" meta_type="CPS Layout"/>
    2526 <object name="student_study_level" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml

    r713 r745  
    251251  <property name="allow_resize">True</property>
    252252 </widget>
    253  <widget name="pume_eng_score" meta_type="String Widget">
    254   <property name="title">PUME English Score</property>
    255   <property name="fields">
    256    <element value="pume_eng_score"/>
    257   </property>
    258   <property name="label">PUME English Score</property>
    259   <property name="label_edit">PUME English Score</property>
    260   <property name="readonly_layout_modes">
    261   </property>
    262   <property name="hidden_layout_modes"/>
    263   <property name="hidden_readonly_layout_modes"/>
    264  </widget>
    265  <widget name="pume_gen_paper" meta_type="String Widget">
    266   <property name="title">PUME General Paper</property>
    267   <property name="fields">
    268    <element value="pume_gen_paper"/>
    269   </property>
    270   <property name="label">PUME General Paper</property>
    271   <property name="label_edit">PUME General Paper</property>
    272   <property name="readonly_layout_modes">
    273   </property>
    274   <property name="hidden_layout_modes"/>
    275   <property name="hidden_readonly_layout_modes"/>
    276  </widget>
    277  <widget name="pume_math_score" meta_type="String Widget">
    278   <property name="title">PUME Mathematics Score</property>
    279   <property name="fields">
    280    <element value="pume_math_score"/>
    281   </property>
    282   <property name="label">PUME Mathematics Score</property>
    283   <property name="label_edit">PUME Mathematics Score</property>
    284   <property name="readonly_layout_modes">
    285   </property>
    286   <property name="hidden_layout_modes"/>
    287   <property name="hidden_readonly_layout_modes"/>
    288  </widget>
    289  <widget name="pume_tot_score" meta_type="String Widget">
    290   <property name="title">PUME Total Score</property>
    291   <property name="fields">
    292    <element value="pume_tot_score"/>
    293   </property>
    294   <property name="label">PUME Total Score</property>
    295   <property name="label_edit">PUME Total Score</property>
    296   <property name="readonly_layout_modes">
    297   </property>
    298   <property name="hidden_layout_modes"/>
    299   <property name="hidden_readonly_layout_modes"/>
    300  </widget>
    301253 <table>
    302254  <row>
     
    353305  <row>
    354306   <cell name="jamb_second_uni" ncols="3"/>
    355   </row>
    356   <row>
    357    <cell name="pume_gen_paper" ncols="3"/>
    358   </row>
    359   <row>
    360    <cell name="pume_eng_score" ncols="3"/>
    361   </row>
    362   <row>
    363    <cell name="pume_math_score" ncols="3"/>
    364   </row>
    365   <row>
    366    <cell name="pume_tot_score" ncols="3"/>
    367307  </row>
    368308  <row>
  • WAeUP_SRP/trunk/profiles/default/schemas.xml

    r733 r745  
    1717 <object name="student_clearance" meta_type="CPS Schema"/>
    1818 <object name="student_personal" meta_type="CPS Schema"/>
     19 <object name="student_pume" meta_type="CPS Schema"/>
    1920 <object name="student_search" meta_type="CPS Schema"/>
    2021 <object name="student_study_course" meta_type="CPS Schema"/>
  • WAeUP_SRP/trunk/profiles/default/schemas/student_application.xml

    r705 r745  
    1111 <field name="jamb_first_cos" meta_type="CPS String Field"/>
    1212 <field name="jamb_first_uni" meta_type="CPS String Field"/>
     13 <field name="jamb_first_faculty" meta_type="CPS String Field"/>
    1314 <field name="jamb_firstname" meta_type="CPS String Field"/>
    1415 <field name="jamb_lastname" meta_type="CPS String Field">
     
    2324 <field name="jamb_second_cos" meta_type="CPS String Field"/>
    2425 <field name="jamb_second_uni" meta_type="CPS String Field"/>
     26 <field name="jamb_faculty_uni" meta_type="CPS String Field"/>
    2527 <field name="jamb_sex" meta_type="CPS String Field"/>
    2628 <field name="jamb_state" meta_type="CPS String Field"/>
    2729 <field name="passport" meta_type="CPS Image Field"/>
    28  <field name="pume_eng_score" meta_type="CPS String Field"/>
    29  <field name="pume_gen_paper" meta_type="CPS String Field"/>
    30  <field name="pume_math_score" meta_type="CPS String Field"/>
    31  <field name="pume_tot_score" meta_type="CPS String Field"/>
    3230</object>
  • WAeUP_SRP/trunk/profiles/default/types.xml

    r733 r745  
    2121 <object name="StudentCourseResult" meta_type="CPS Flexible Type Information"/>
    2222 <object name="StudentPersonal" meta_type="CPS Flexible Type Information"/>
     23 <object name="StudentPume" meta_type="CPS Flexible Type Information"/>
    2324 <object name="StudentApplication" meta_type="CPS Flexible Type Information"/>
    2425 <object name="StudentSemester" meta_type="CPS Flexible Type Information"/>
Note: See TracChangeset for help on using the changeset viewer.