Rev 12879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12879 | Rev 12880 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | tmp=!item 1 of $tmp |
9 | tmp=!item 1 of $tmp |
10 | pr_sccolor=$pr_sccolor,$tmp |
10 | pr_sccolor=$pr_sccolor,$tmp |
11 | !next ttt |
11 | !next ttt |
12 | pr_sccolor=!item 2 to -1 of $pr_sccolor |
12 | pr_sccolor=!item 2 to -1 of $pr_sccolor |
13 | pr_actcolor=$empty |
13 | pr_actcolor=$empty |
14 |
|
14 | !set actcolor=!defof DF_actcolor in wimshome/public_html/bases/sys/defaults.conf |
15 | !for ttt=1 to 7 |
15 | !for ttt=1 to 7 |
16 | tmp=!word 1 of $(pr_actcolor$ttt) |
16 | tmp=!word 1 of $(pr_actcolor$ttt) |
17 | tmp=!item 1 of $tmp |
17 | tmp=!item 1 of $tmp |
18 | !default tmp=$(actcolor[$ttt]) |
18 | !default tmp=$(actcolor[$ttt]) |
19 | pr_actcolor=!append item $tmp to $pr_actcolor |
19 | pr_actcolor=!append item $tmp to $pr_actcolor |