Rev 7771 | Rev 7899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7771 | Rev 7836 | ||
---|---|---|---|
Line 93... | Line 93... | ||
93 | !read adm/class/colors |
93 | !read adm/class/colors |
94 | !for col=1 to 11 |
94 | !for col=1 to 11 |
95 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" type="color" /> |
95 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" type="color" /> |
96 | !next col |
96 | !next col |
97 | </div> |
97 | </div> |
- | 98 | <div class="field box"> |
|
- | 99 | <label for="">$name_coloract</label> |
|
- | 100 | <br /> |
|
- | 101 | !set actcolor_list=color,sheet,exam,doc,vote |
|
- | 102 | !set name_actcolor=$name_act_color,$name_sheetss,$name_exam, $wims_name_docs,$name_vote |
|
- | 103 | !set actcolor_cnt=!itemcnt $actcolor_list |
|
- | 104 | !default class_actcolor=#000000,#CCCCFF,#99CCFF,#9999FF,#6666FF |
|
- | 105 | !for col=1 to $actcolor_cnt |
|
98 |
|
106 | $(name_actcolor[$col]) |
- | 107 | <input size="5" name="pr_actcolor$col" value="$(class_actcolor[$col])" type="color" /> |
|
- | 108 | !next col |
|
- | 109 | </div> |
|
99 | <div class="field box halfwidth"> |
110 | <div class="field box halfwidth"> |
100 | <label for="pr_theme">$name_theme</label> |
111 | <label for="pr_theme">$name_theme</label> |
101 | !set wims_ref_class=wims_button_help float_right |
112 | !set wims_ref_class=wims_button_help float_right |
102 | !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help |
113 | !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help |
103 | 114 |