Rev 7530 | Rev 7771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7530 | Rev 7770 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!!### language independant |
1 | !!!### language independant |
2 | !set wims_form_method=file |
2 | !set wims_form_method=file |
- | 3 | !for cl in bgcolor,ref_menucolor,ref_button_bgcolor,ref_menucolor,\ |
|
- | 4 | ref_button_bgcolor,ref_button_color,ref_button_help_color,ref_button_help_bgolor |
|
- | 5 | !default class_$cl=$(wims_$cl) |
|
- | 6 | !!for compatibility |
|
- | 7 | !set class_$cl=!replace internal white by #FFFFFF in $(class_$cl) |
|
- | 8 | !set class_$cl=!replace internal red by #FF0000 in $(class_$cl) |
|
- | 9 | !set class_$cl=!replace internal orange by #FFA500 in $(class_$cl) |
|
- | 10 | !set class_$cl=!replace internal yellow by #FFFF00 in $(class_$cl) |
|
- | 11 | !set class_$cl=!replace internal green by #00FF00 in $(class_$cl) |
|
- | 12 | !next |
|
- | 13 | !!why is it different ??? |
|
- | 14 | !default class_refcolor=$(wims_ref_bgcolor) |
|
- | 15 | !set class_refcolor=!replace internal white by #FFFFFF in $(class_refcolor) |
|
- | 16 | !set class_refcolor=!replace internal red by #FF0000 in $(class_refcolor) |
|
- | 17 | !set class_refcolor=!replace internal orange by #FFA500 in $(class_refcolor) |
|
- | 18 | !set class_refcolor=!replace internal yellow by #FFFF00 in $(class_refcolor) |
|
- | 19 | !set class_refcolor=!replace internal green by #00FF00 in $(class_refcolor) |
|
3 | !form reply |
20 | !form reply |
4 | <input type="hidden" name="up_job" value="present" /> |
21 | <input type="hidden" name="up_job" value="present" /> |
5 | <fieldset class="property_fields blockcenter"> |
22 | <fieldset class="property_fields blockcenter"> |
6 | <legend>$wims_class</legend> |
23 | <legend>$wims_class</legend> |
7 | <div class="field box halfwidth"> |
24 | <div class="field box halfwidth"> |
Line 18... | Line 35... | ||
18 | !formselect pr_logoside list left,right prompt $name_logo_side |
35 | !formselect pr_logoside list left,right prompt $name_logo_side |
19 | </div> |
36 | </div> |
20 | <div class="field box halfwidth"> |
37 | <div class="field box halfwidth"> |
21 | <label for="pr_bgcolor">$name_background_color</label> |
38 | <label for="pr_bgcolor">$name_background_color</label> |
22 | !set wims_ref_class=wims_button_help float_right |
39 | !set wims_ref_class=wims_button_help float_right |
- | 40 | ||
23 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
41 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
24 | <input size="10" name="pr_bgcolor" id="pr_bgcolor" value="$class_bgcolor" /> |
42 | <input size="10" name="pr_bgcolor" id="pr_bgcolor" value="$class_bgcolor" type="color" /> |
25 | </div> |
43 | </div> |
26 | <div class="field box halfwidth"> |
44 | <div class="field box halfwidth"> |
27 | <label for="pr_bgimg">$name_image</label> |
45 | <label for="pr_bgimg">$name_image</label> |
28 | !set wims_ref_class=wims_button_help float_right |
46 | !set wims_ref_class=wims_button_help float_right |
29 | !href cmd=help&special_parm=config&special_parm2=bgimg $wims_name_help |
47 | !href cmd=help&special_parm=config&special_parm2=bgimg $wims_name_help |
30 | <input size="35" name="pr_bgimg" id="pr_bgimg" value="$class_bgimg" /> |
48 | <input size="35" name="pr_bgimg" id="pr_bgimg" value="$class_bgimg" /> |
31 | </div> |
49 | </div> |
32 | 50 | ||
33 | <div class="field box halfwidth"> |
51 | <div class="field box halfwidth"> |
34 | <label for="pr_refcolor">$name_menu_color</label> |
52 | <label for="pr_refcolor">$name_menu_color</label> |
35 | !set wims_ref_class=wims_button_help float_right |
53 | !set wims_ref_class=wims_button_help float_right |
36 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
54 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
37 | <input size="10" name="pr_refcolor" id="pr_refcolor" value="$class_refcolor" /> |
55 | <input size="10" name="pr_refcolor" id="pr_refcolor" value="$class_refcolor" type="color" /> |
38 | </div> |
56 | </div> |
39 | <div class="field box halfwidth"> |
57 | <div class="field box halfwidth"> |
40 | <label for="pr_ref_menucolor">$name_refmenu_color</label> |
58 | <label for="pr_ref_menucolor">$name_refmenu_color</label> |
41 | !set wims_ref_class=wims_button_help float_right |
59 | !set wims_ref_class=wims_button_help float_right |
42 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
60 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
43 | <input size="10" name="pr_ref_menucolor" id="pr_ref_menucolor" value="$class_ref_menucolor" /> |
61 | <input size="10" name="pr_ref_menucolor" id="pr_ref_menucolor" value="$class_ref_menucolor" type="color" /> |
44 | </div> |
62 | </div> |
45 | 63 | ||
46 | <div class="field box halfwidth"> |
64 | <div class="field box halfwidth"> |
47 | <label for="pr_ref_button_bgcolor">$name_button_bgcolor</label> |
65 | <label for="pr_ref_button_bgcolor">$name_button_bgcolor</label> |
48 | !set wims_ref_class=wims_button_help float_right |
66 | !set wims_ref_class=wims_button_help float_right |
49 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
67 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
50 | <input size="10" name="pr_ref_button_bgcolor" id="pr_ref_button_bgcolor" value="$class_ref_button_bgcolor" /> |
68 | <input size="10" name="pr_ref_button_bgcolor" id="pr_ref_button_bgcolor" value="$class_ref_button_bgcolor" type="color" /> |
51 | </div> |
69 | </div> |
52 | <div class="field box halfwidth"> |
70 | <div class="field box halfwidth"> |
53 | <label for="pr_ref_button_color">$name_button_color</label> |
71 | <label for="pr_ref_button_color">$name_button_color</label> |
54 | !set wims_ref_class=wims_button_help float_right |
72 | !set wims_ref_class=wims_button_help float_right |
55 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
73 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
56 | <input size="10" name="pr_ref_button_color" id="pr_ref_button_color" value="$class_ref_button_color" /> |
74 | <input size="10" name="pr_ref_button_color" id="pr_ref_button_color" value="$class_ref_button_color" type="color" /> |
57 | </div> |
75 | </div> |
58 | 76 | ||
59 | <div class="field box halfwidth"> |
77 | <div class="field box halfwidth"> |
60 | <label for="pr_ref_button_help_bgcolor">$name_button_help_bgcolor</label> |
78 | <label for="pr_ref_button_help_bgcolor">$name_button_help_bgcolor</label> |
61 | !set wims_ref_class=wims_button_help float_right |
79 | !set wims_ref_class=wims_button_help float_right |
62 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
80 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
63 | <input size="10" name="pr_ref_button_help_bgcolor" id="pr_ref_button_help_bgcolor" value="$class_ref_button_help_bgcolor" /> |
81 | <input size="10" name="pr_ref_button_help_bgcolor" id="pr_ref_button_help_bgcolor" value="$class_ref_button_help_bgcolor" type="color" /> |
64 | </div> |
82 | </div> |
65 | <div class="field box halfwidth"> |
83 | <div class="field box halfwidth"> |
66 | <label for="pr_ref_button_help_color">$name_button_help_color</label> |
84 | <label for="pr_ref_button_help_color">$name_button_help_color</label> |
67 | !set wims_ref_class=wims_button_help float_right |
85 | !set wims_ref_class=wims_button_help float_right |
68 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
86 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
- | 87 | !default class_ref_button_help_color=$wims_ref_button_help_color |
|
69 | <input size="10" name="pr_ref_button_help_color" id="pr_ref_button_help_color" value="$class_ref_button_help_color" /> |
88 | <input size="10" name="pr_ref_button_help_color" id="pr_ref_button_help_color" value="$class_ref_button_help_color" type="color" /> |
70 | </div> |
89 | </div> |
71 | 90 | ||
72 | <div class="field box"> |
91 | <div class="field box"> |
73 | <label for="">$name_colorscore</label> |
92 | <label for="">$name_colorscore</label> |
74 | <br /> |
93 | <br /> |
- | 94 | !read adm/class/colors |
|
75 | !for col=1 to 11 |
95 | !for col=1 to 11 |
76 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" /> |
96 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" type="color" /> |
77 | !next col |
97 | !next col |
78 | </div> |
98 | </div> |
79 | - | ||
- | 99 | !!debug $(class_scorecolor) |
|
80 | <div class="field box halfwidth"> |
100 | <div class="field box halfwidth"> |
81 | <label for="pr_theme">$name_theme</label> |
101 | <label for="pr_theme">$name_theme</label> |
82 | !set wims_ref_class=wims_button_help float_right |
102 | !set wims_ref_class=wims_button_help float_right |
83 | !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help |
103 | !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help |
84 | 104 |