Rev 15998 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15998 | Rev 16143 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/class/classlang names.phtml |
1 | !read adm/class/classlang names.phtml |
2 | 2 | ||
3 | wims_prefix=class user seq |
3 | wims_prefix=class user seq techvar |
4 | !if $wims_class=$empty or ($wims_supertype!=0 and\ |
4 | !if $wims_class=$empty or ($wims_supertype!=0 and\ |
5 | ($wims_supertype!=2 or $wims_typename!=class) and\ |
5 | ($wims_supertype!=2 or $wims_typename!=class) and\ |
6 | ($wims_supertype!=4 or $wims_typename notitemof class,course,program)) |
6 | ($wims_supertype!=4 or $wims_typename notitemof class,course,program)) |
7 | error=bad_class |
7 | error=bad_class |
8 | !exit |
8 | !exit |
Line 15... | Line 15... | ||
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !defread wimshome/log/classes/$wims_class/.def |
18 | !defread wimshome/log/classes/$wims_class/.def |
19 | !defread wimshome/log/classes/$wims_class/seq/.def |
19 | !defread wimshome/log/classes/$wims_class/seq/.def |
20 | - | ||
21 | 20 | ||
22 | title_limit=80 |
21 | title_limit=80 |
23 | desc_limit=4000 |
22 | desc_limit=4000 |
24 | 23 | ||
25 | !if $wims_user=supervisor |
24 | !if $wims_user=supervisor |