Last change
on this file since 11110 was
1510,
checked in by joachim, 18 years ago
|
M profiles/default/vocabularies/verdicts.xml
added "N/A"
M skins/waeup_student/getSessionResults.py
check vocabulary for key
M skins/waeup_student/study_level_view.pt
add "Refresh List" button
AM skins/waeup_student/refresh_level.py
|
File size:
1012 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="vocabulary.xsl"?> |
---|
3 | <object name="verdicts" meta_type="CPS Vocabulary"> |
---|
4 | <property name="title"></property> |
---|
5 | <property name="title_msgid"></property> |
---|
6 | <property name="description"></property> |
---|
7 | <property name="acl_write_roles">Manager</property> |
---|
8 | <item key="A" msgid="">successful student</item> |
---|
9 | <item key="B" msgid="">student with carryover courses</item> |
---|
10 | <item key="C" msgid="">student on probation/transfer</item> |
---|
11 | <item key="D" msgid="">student who is to withdraw from the faculty</item> |
---|
12 | <item key="E" msgid="">student who were previously on probation</item> |
---|
13 | <item key="F" msgid="">medical case</item> |
---|
14 | <item key="G" msgid="">absent from examination</item> |
---|
15 | <item key="H" msgid="">withheld results</item> |
---|
16 | <item key="I" msgid="">expelled/rusticated/suspended student</item> |
---|
17 | <item key="J" msgid="">temporary withdrawn from the university</item> |
---|
18 | <item key="K" msgid="">unregistered student</item> |
---|
19 | <item key="N/A" msgid="">"N/A"</item> |
---|
20 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.