Rev 16020 | Rev 16126 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16020 | Rev 16124 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | 5 | ||
6 | newclass=!item 1 of $wims_read_parm |
6 | newclass=!item 1 of $wims_read_parm |
7 | !if $newclass=$empty |
7 | !if $newclass=$empty |
8 | !exit |
8 | !exit |
9 | !endif |
9 | !endif |
- | 10 | ||
- | 11 | !! test of toomany subclasses |
|
- | 12 | !if / isin $newclass |
|
- | 13 | !read adm/class/checksubclasslimit $newclass |
|
- | 14 | !if $error!=$empty |
|
- | 15 | !exit |
|
- | 16 | !endif |
|
- | 17 | !endif |
|
- | 18 | !debug $newclass |
|
10 | 19 | ||
11 | !!cadd_scorecolor=white,red,red,red,orange,orange,orange,yellow,yellow,green,green |
20 | !!cadd_scorecolor=white,red,red,red,orange,orange,orange,yellow,yellow,green,green |
12 | cadd_scorecolor=#FFFFFF,#FF0000,#FF0000,#FF0000,#FFA500,#FFA500,#FFA500,#FFFF00,#FFFF00,#00FF00,#00FF00 |
21 | cadd_scorecolor=#FFFFFF,#FF0000,#FF0000,#FF0000,#FFA500,#FFA500,#FFA500,#FFFF00,#FFFF00,#00FF00,#00FF00 |
13 | !set cadd_actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf |
22 | !set cadd_actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf |
14 | cadd_exolog=2 |
23 | cadd_exolog=2 |