Subversion Repositories wimsdev

Rev

Rev 12879 | Rev 14835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12879 Rev 12880
Line 94... Line 94...
94
    <strong>$name_coloract</strong>
94
    <strong>$name_coloract</strong>
95
    <div>
95
    <div>
96
      !set actcolor_list=color,sheet,exam,doc,vote,exo,tool
96
      !set actcolor_list=color,sheet,exam,doc,vote,exo,tool
97
      !set name_actcolor=$name_act_color,$name_sheets,$name_exam, $wims_name_docs,$name_vote,$wims_name_exercises,$wims_name_tools
97
      !set name_actcolor=$name_act_color,$name_sheets,$name_exam, $wims_name_docs,$name_vote,$wims_name_exercises,$wims_name_tools
98
      !set actcolor_cnt=!itemcnt $actcolor_list
98
      !set actcolor_cnt=!itemcnt $actcolor_list
99
      !default class_actcolor=#000000,#CCCCFF,#99CCFF,#9999FF,#6666FF,#FFFFFF,#99CCDD
99
      !set DF_actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf
100
      !for col=1 to $actcolor_cnt
100
      !for col=1 to $actcolor_cnt
-
 
101
        !set color_tmp=$(class_actcolor[$col])
-
 
102
        !default color_tmp=$(DF_actcolor[$col])
101
        <div class="inline" style="margin-right:1em;">
103
        <div class="inline" style="margin-right:1em;">
102
          <label for="pr_actcolor$col">$(name_actcolor[$col])</label>&nbsp;<input
104
          <label for="pr_actcolor$col">$(name_actcolor[$col])</label>&nbsp;<input
103
          size="5" id="pr_actcolor$col" name="pr_actcolor$col" value="$(class_actcolor[$col])" type="color" />
105
          size="5" id="pr_actcolor$col" name="pr_actcolor$col" value="$color_tmp" type="color" />
104
        </div>
106
        </div>
105
      !next col
107
      !next col
106
    </div>
108
    </div>
107
  </div>
109
  </div>
108
 
110