Last change
on this file since 11102 was
3698,
checked in by Henrik Bettermann, 16 years ago
|
- Fix object action portlet
|
File size:
1.0 KB
|
Rev | Line | |
---|
[3698] | 1 | <?xml version="1.0"?> |
---|
| 2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> |
---|
| 3 | <object name="portal_pumeresults" meta_type="WAeUP Table"> |
---|
| 4 | <column value="jamb_reg_no"/> |
---|
| 5 | <column value="name"/> |
---|
| 6 | <column value="score"/> |
---|
| 7 | <column value="sex"/> |
---|
| 8 | <column value="faculty"/> |
---|
| 9 | <column value="course"/> |
---|
| 10 | <column value="status"/> |
---|
| 11 | <column value="department"/> |
---|
| 12 | <column value="course_code_org"/> |
---|
| 13 | <column value="course_code"/> |
---|
| 14 | <column value="result_type"/> |
---|
| 15 | <index name="jamb_reg_no" meta_type="FieldIndex"> |
---|
| 16 | <indexed_attr value="jamb_reg_no"/> |
---|
| 17 | </index> |
---|
| 18 | <index name="status" meta_type="KeywordIndex"> |
---|
| 19 | <indexed_attr value="status"/> |
---|
| 20 | </index> |
---|
| 21 | <index name="faculty" meta_type="KeywordIndex"> |
---|
| 22 | <indexed_attr value="faculty"/> |
---|
| 23 | </index> |
---|
| 24 | <index name="department" meta_type="KeywordIndex"> |
---|
| 25 | <indexed_attr value="department"/> |
---|
| 26 | </index> |
---|
| 27 | <index name="course_code" meta_type="KeywordIndex"> |
---|
| 28 | <indexed_attr value="course_code"/> |
---|
| 29 | </index> |
---|
| 30 | <index name="score" meta_type="FieldIndex"> |
---|
| 31 | <indexed_attr value="score"/> |
---|
| 32 | </index> |
---|
| 33 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.