Ignore:
Timestamp:
15 Oct 2008, 05:04:28 (16 years ago)
Author:
Henrik Bettermann
Message:
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
Location:
WAeUP_SRP/trunk/profiles
Files:
9 edited

Legend:

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

    r3689 r3727  
    154154
    155155  <widget name="ca1" meta_type="Int Widget">
     156    <property name="title">ATL</property>
     157    <property name="fields">
     158      <element value="atl"/>
     159    </property>
     160    <property name="is_required">False</property>
     161    <property name="label">ATL</property>
     162    <property name="label_edit">ATL</property>
     163    <property name="readonly_layout_modes">
     164    </property>
     165    <property name="hidden_layout_modes"/>
     166    <property name="hidden_readonly_layout_modes"/>
     167    <property name="min_value">1</property>
     168    <property name="max_value">4</property>
     169  </widget>
     170
     171  <widget name="ca1" meta_type="Int Widget">
    156172    <property name="title">CA Score 1</property>
    157173    <property name="fields">
  • WAeUP_SRP/trunk/profiles/default/schemas/import_course_result.xml

    r3689 r3727  
    1010 <field name="credits" meta_type="CPS Int Field"/>
    1111 <field name="score" meta_type="CPS String Field"/>
     12 <field name="atl" meta_type="CPS Int Field"/>
    1213 <field name="ca1" meta_type="CPS Int Field"/>
    1314 <field name="ca2" meta_type="CPS Int Field"/>
  • WAeUP_SRP/trunk/profiles/default/schemas/student_course_result.xml

    r3689 r3727  
    1111 <field name="status" meta_type="CPS String Field"/>
    1212 <field name="passmark" meta_type="CPS Int Field"/>
     13 <field name="atl" meta_type="CPS String Field"/>
    1314 <field name="ca1" meta_type="CPS Int Field"/>
    1415 <field name="ca2" meta_type="CPS Int Field"/>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/pastoral_grade.xml

    r3689 r3727  
    66    <property name="description"></property>
    77    <item key="" msgid=""></item>
    8     <item key="outstanding" msgid="">Outstanding</item>
    9     <item key="very_good" msgid="">Very Good</item>
    10     <item key="good" msgid="">Good</item>
    11     <item key="satisfactory" msgid="">Satisfactory</item>
    12     <item key="unsatisfactory" msgid="">Unsatisfactory</item>
     8    <item key="1" msgid="">Excellent</item>
     9    <item key="2" msgid="">Showing Promise</item>
     10    <item key="3" msgid="">Some Concern</item>
     11    <item key="4" msgid="">Major Concern</item>
    1312</object>
  • WAeUP_SRP/trunk/profiles/ois/actions.xml

    r3715 r3727  
    77   <permission>View</permission>
    88  </action>
     9 </action-provider>
     10 <action-provider name="portal_actions">
     11  <action title="Study" action_id="registration"
     12     category="student_navigation" condition_expr="member"
     13     url_expr="string:${portal_url}/campus/students" visible="True">
     14   <permission>View</permission>
     15  </action>
     16  <action title="Payments" action_id="payments"
     17     category="student_navigation" condition_expr="member"
     18     url_expr="string:${portal_url}/campus/students/${member}/payments"
     19     visible="True"/>   
    920  <action title="My Accommodation" action_id="reserve_accommodation"
    1021     category="student_navigation" condition_expr="member"
  • WAeUP_SRP/trunk/profiles/ois/course_results.xml

    r3689 r3727  
    1111 <column value="session_id"/>
    1212 <column value="score"/>
     13 <column value="atl"/>
    1314 <column value="ca1"/>
    1415 <column value="ca2"/>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_clearance.xml

    r3689 r3727  
    620620 </widget>
    621621 <widget name="matric_no" meta_type="String Widget">
    622   <property name="title">Matriculation Number</property>
     622  <property name="title">Registration Number</property>
    623623  <property name="fields">
    624624   <element value="matric_no"/>
    625625  </property>
    626   <property name="label">Matriculation Number</property>
    627   <property name="label_edit">Matriculation Number</property>
     626  <property name="label">Registration Number</property>
     627  <property name="label_edit">Registration Number</property>
    628628  <property name="readonly_layout_modes">
    629629  </property>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_clearance_fe.xml

    r3689 r3727  
    587587 </widget>
    588588 <widget name="matric_no" meta_type="String Widget">
    589   <property name="title">Matriculation Number</property>
     589  <property name="title">Registration Number</property>
    590590  <property name="fields">
    591591   <element value="matric_no"/>
    592592  </property>
    593   <property name="label">Matriculation Number</property>
    594   <property name="label_edit">Matriculation Number</property>
     593  <property name="label">Registration Number</property>
     594  <property name="label_edit">Registration Number</property>
    595595  <property name="readonly_layout_modes">
    596596   <element value="edit"/>
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_course_result.xml

    r3707 r3727  
    1010 <property name="label_edit"></property>
    1111 <property name="is_i18n">False</property>
     12 <widget name="atl" meta_type="Select Widget">
     13  <property name="title">ATL</property>
     14  <property name="fields">
     15   <element value="atl"/>
     16  </property>
     17  <property name="label">ATL</property>
     18  <property name="label_edit">ATL</property>
     19  <property name="readonly_layout_modes">
     20  </property>
     21  <property name="hidden_layout_modes"/>
     22  <property name="hidden_readonly_layout_modes"/>
     23  <property name="vocabulary">pastoral_grade</property>
     24 </widget> 
    1225 <widget name="ca1" meta_type="Float Widget">
    1326  <property name="title">CA 1 Marks</property>
     
    146159  </row>
    147160  <row>
     161   <cell name="atl"/>
     162  </row> 
     163  <row>
    148164   <cell name="ca1"/>
    149165  </row>
Note: See TracChangeset for help on using the changeset viewer.