Rev 2184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2184 | Rev 3985 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=error: $error |
1 | !set wims_module_log=error: $error |
2 | - | ||
3 | !if not_supervisor=$error |
- | |
4 | Sorry, but only the registered supervisor of a class can access this page. |
- | |
5 | !exit |
- | |
6 | !endif |
- | |
7 | - | ||
8 | !if bad_class=$error |
- | |
9 | Strange, but I find that your class is not valid! |
- | |
10 | !exit |
- | |
11 | !endif |
- | |
12 | 2 | ||
13 | !if too_many_users=$error |
3 | !if too_many_users=$error |
14 | Your class has too many participants ($ucnt). |
4 | Your class has too many participants ($ucnt). |
15 | Grades can only be manually entered |
5 | Grades can only be manually entered |
16 | for classes with at most $maxuser participants. Sorry. |
6 | for classes with at most $maxuser participants. Sorry. |