Subversion Repositories wimsdev

Rev

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

Rev 12880 Rev 14835
Line 91... Line 91...
91
  </div>
91
  </div>
92
 
92
 
93
  <div class="field box">
93
  <div class="field box">
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,glossary,freework
-
 
97
      !set name_actcolor=$name_act_color,$name_sheets,$name_exam,\
97
      !set name_actcolor=$name_act_color,$name_sheets,$name_exam, $wims_name_docs,$name_vote,$wims_name_exercises,$wims_name_tools
98
      $wims_name_docs,$name_vote,$wims_name_exercises,$wims_name_tools,\
-
 
99
      $wims_name_Glossaries,$wims_name_freework
98
      !set actcolor_cnt=!itemcnt $actcolor_list
100
      !set actcolor_cnt=!itemcnt $actcolor_list
99
      !set DF_actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf
101
      !set DF_actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf
100
      !for col=1 to $actcolor_cnt
102
      !for col=1 to $actcolor_cnt
101
        !set color_tmp=$(class_actcolor[$col])
103
        !set color_tmp=$(class_actcolor[$col])
102
        !default color_tmp=$(DF_actcolor[$col])
104
        !default color_tmp=$(DF_actcolor[$col])