Changeset 1401 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 8 Feb 2007, 18:08:38 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/schemas/schema.xsl
r1399 r1401 13 13 <table> 14 14 <xsl:for-each select="object/field"> 15 <xsl:sort select="@name" 16 order="ascending" /> 15 17 <tr> 16 18 <td colspan=""> -
WAeUP_SRP/trunk/profiles/default/schemas/student_study_course.xml
r1399 r1401 7 7 </field> 8 8 <field name="current_level" meta_type="CPS String Field"/> 9 <field name="current_verdict" meta_type="CPS String Field"/> 9 10 </object> -
WAeUP_SRP/trunk/profiles/default/students_catalog.xml
r1319 r1401 1 1 <?xml version="1.0"?> 2 <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> 2 3 <object name="portal_catalog" meta_type="WAeUP Table"> 3 4 <column value="id"/> … … 12 13 <column value="phone"/> 13 14 <column value="level"/> 15 <column value="verdict"/> 14 16 <column value="entry_mode"/> 15 17 <index name="id" meta_type="FieldIndex"> … … 17 19 </index> 18 20 <index name="jamb_reg_no" meta_type="FieldIndex"> 19 <indexed_attr value=" jamb_reg_no"/>21 <indexed_attr value="student_application:jamb_reg_no"/> 20 22 </index> 21 23 <index name="matric_no" meta_type="FieldIndex"> 22 <indexed_attr value=" matric_no"/>24 <indexed_attr value="student_clearance:matric_no"/> 23 25 </index> 24 26 <index name="faculty" meta_type="KeywordIndex"> … … 26 28 </index> 27 29 <index name="entry_mode" meta_type="KeywordIndex"> 28 <indexed_attr value=" entry_mode"/>30 <indexed_attr value="student_application:entry_mode"/> 29 31 </index> 30 32 <index name="department" meta_type="KeywordIndex"> … … 32 34 </index> 33 35 <index name="level" meta_type="KeywordIndex"> 34 <indexed_attr value="level"/> 36 <indexed_attr value="student_study_course:current_level"/> 37 </index> 38 <index name="verdict" meta_type="KeywordIndex"> 39 <indexed_attr value="student_study_course:current_verdict"/> 35 40 </index> 36 41 <index name="course" meta_type="KeywordIndex"> 37 <indexed_attr value=" course"/>42 <indexed_attr value="student_study_course:study_course"/> 38 43 </index> 39 44 </object>
Note: See TracChangeset for help on using the changeset viewer.