Rev 3099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3099 | Rev 9563 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !endif |
14 | !endif |
15 | cf_description=!singlespace $cf_description |
15 | cf_description=!singlespace $cf_description |
16 | cf_title=!singlespace $cf_title |
16 | cf_title=!singlespace $cf_title |
17 | cf_title=!char 1 to 50 of $cf_title |
17 | cf_title=!char 1 to 50 of $cf_title |
18 | cf_description=!char 1 to 1024 of $cf_description |
18 | cf_description=!char 1 to 1024 of $cf_description |
- | 19 | !readproc proc/legend.proc save |
|
19 | cf_nonactivesheet=!nospace $cf_nonactivesheet |
20 | cf_nonactivesheet=!nospace $cf_nonactivesheet |
20 | cf_nonactivesheet=!listintersect $cf_nonactivesheet and $asheets |
21 | cf_nonactivesheet=!listintersect $cf_nonactivesheet and $asheets |
21 | !bound cf_scoreoption within class,livret default $livret_scoreoption |
22 | !bound cf_scoreoption within class,livret default $livret_scoreoption |
22 | !bound cf_show2user within yes,no default $class_showlivret |
23 | !bound cf_show2user within yes,no default $class_showlivret |
23 | !bound cf_showempty within yes,no default $livret_showempty |
24 | !bound cf_showempty within yes,no default $livret_showempty |
Line 29... | Line 30... | ||
29 | !set livret_nonactivesheet=$cf_nonactivesheet\ |
30 | !set livret_nonactivesheet=$cf_nonactivesheet\ |
30 | !set livret_scoreview=$cf_scoreview\ |
31 | !set livret_scoreview=$cf_scoreview\ |
31 | !set livret_scorecolor=$cf_scorecolor1,$cf_scorecolor2,$cf_scorecolor3,$cf_scorecolor4,$cf_scorecolor5,$cf_scorecolor6,$cf_scorecolor7,$cf_scorecolor8,$cf_scorecolor9,$cf_scorecolor10,$cf_scorecolor11\ |
32 | !set livret_scorecolor=$cf_scorecolor1,$cf_scorecolor2,$cf_scorecolor3,$cf_scorecolor4,$cf_scorecolor5,$cf_scorecolor6,$cf_scorecolor7,$cf_scorecolor8,$cf_scorecolor9,$cf_scorecolor10,$cf_scorecolor11\ |
32 | !set livret_scoreoption=$cf_scoreoption\ |
33 | !set livret_scoreoption=$cf_scoreoption\ |
33 | !set livret_minac=$cf_minac\ |
34 | !set livret_minac=$cf_minac\ |
- | 35 | !set livret_showempty=$cf_showempty\ |
|
- | 36 | !set livret_legende2=$cf_legend2\ |
|
- | 37 | !set livret_legende3=$cf_legend3\ |
|
- | 38 | !set livret_legende4=$cf_legend4\ |
|
- | 39 | !set livret_legende5=$cf_legend5\ |
|
- | 40 | !set livret_legende6=$cf_legend6\ |
|
- | 41 | !set livret_legende7=$cf_legend7\ |
|
- | 42 | !set livret_legende8=$cf_legend8\ |
|
- | 43 | !set livret_legende9=$cf_legend9\ |
|
- | 44 | !set livret_legende10=$cf_legend10\ |
|
34 | !set |
45 | !set livret_legende11=$cf_legend11 in $livret_dir/.def |
35 | !setdef !set class_showlivret=$cf_show2user in wimshome/log/classes/$wims_class/.def |
46 | !setdef !set class_showlivret=$cf_show2user in wimshome/log/classes/$wims_class/.def |
36 | !readdef $livret_dir/.def |
47 | !readdef $livret_dir/.def |
37 | !set class_showlivret=$cf_show2user |
48 | !set class_showlivret=$cf_show2user |
38 | !else |
49 | !else |
39 | !for k in title,description,nonactivesheet,minacquis,scoreoption,scoreview,\ |
50 | !for k in title,description,nonactivesheet,minacquis,scoreoption,scoreview,\ |
40 |
|
51 | scorecolor1,scorecolor2,scorecolor3,scorecolor4,scorecolor5,scorecolor6,scorecolor7,\ |
- | 52 | scorecolor8,scorecolor9,scorecolor10,scorecolor11,legend1,legend2,legend3,legend4,legend5,legend6,legend7,legend8,legend9,legend10 |
|
41 | cf_$k=$(livret_$k) |
53 | cf_$k=$(livret_$k) |
42 | !next k |
54 | !next k |
43 | !endif |
55 | !endif |
44 | 56 | ||
45 | 57 |