Last change
on this file since 1369 was
1319,
checked in by joachim, 18 years ago
|
A profiles/default/vocabularies/student_transfer_types.xml
A profiles/default/layouts/student_transfer.xml
M profiles/default/vocabularies.xml
M profiles/default/layouts.xml
AM skins/waeup_student/request_transfer.py
AM skins/waeup_student/request_transfer_form.pt
for request transfer
M profiles/default/students_catalog.xml
entry_mode index (in zmi)
M Students.py
fixEntryModeForReturning + fixAllEntryModeForReturning
M WAeUPTool.py
makeStudent fixed
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <object name="portal_catalog" meta_type="WAeUP Table"> |
---|
3 | <column value="id"/> |
---|
4 | <column value="matric_no"/> |
---|
5 | <column value="jamb_reg_no"/> |
---|
6 | <column value="name"/> |
---|
7 | <column value="sex"/> |
---|
8 | <column value="faculty"/> |
---|
9 | <column value="department"/> |
---|
10 | <column value="course"/> |
---|
11 | <column value="email"/> |
---|
12 | <column value="phone"/> |
---|
13 | <column value="level"/> |
---|
14 | <column value="entry_mode"/> |
---|
15 | <index name="id" meta_type="FieldIndex"> |
---|
16 | <indexed_attr value="id"/> |
---|
17 | </index> |
---|
18 | <index name="jamb_reg_no" meta_type="FieldIndex"> |
---|
19 | <indexed_attr value="jamb_reg_no"/> |
---|
20 | </index> |
---|
21 | <index name="matric_no" meta_type="FieldIndex"> |
---|
22 | <indexed_attr value="matric_no"/> |
---|
23 | </index> |
---|
24 | <index name="faculty" meta_type="KeywordIndex"> |
---|
25 | <indexed_attr value="faculty"/> |
---|
26 | </index> |
---|
27 | <index name="entry_mode" meta_type="KeywordIndex"> |
---|
28 | <indexed_attr value="entry_mode"/> |
---|
29 | </index> |
---|
30 | <index name="department" meta_type="KeywordIndex"> |
---|
31 | <indexed_attr value="department"/> |
---|
32 | </index> |
---|
33 | <index name="level" meta_type="KeywordIndex"> |
---|
34 | <indexed_attr value="level"/> |
---|
35 | </index> |
---|
36 | <index name="course" meta_type="KeywordIndex"> |
---|
37 | <indexed_attr value="course"/> |
---|
38 | </index> |
---|
39 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.