Rev 15988 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15988 | Rev 15998 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | wims_prefix=class user seq |
3 | wims_prefix=class user seq |
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 |
|
- | 9 | !endif |
|
- | 10 | ||
- | 11 | !read lang/names.phtml.$moduclass_lang |
|
- | 12 | !read tabletheme |
|
- | 13 | ||
- | 14 | !if $cmd=help |
|
8 | !exit |
15 | !exit |
9 | !endif |
16 | !endif |
10 | 17 | ||
11 | !defread wimshome/log/classes/$wims_class/.def |
18 | !defread wimshome/log/classes/$wims_class/.def |
12 | !defread wimshome/log/classes/$wims_class/seq/.def |
19 | !defread wimshome/log/classes/$wims_class/seq/.def |
13 | 20 | ||
14 | !read lang/names.phtml.$moduclass_lang |
- | |
15 | !read tabletheme |
- | |
16 | 21 | ||
17 | title_limit=80 |
22 | title_limit=80 |
18 | desc_limit=4000 |
23 | desc_limit=4000 |
19 | 24 | ||
20 | !if $wims_user=supervisor |
25 | !if $wims_user=supervisor |