Rev 17097 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17097 | guerimand | 1 | name_title=$name_configuration |
2 | !if $save!=$empty |
||
3 | !bound cf_refreshtiming between 1 and 1000 default $swork_refreshtiming |
||
4 | !bound cf_open within 1,0 default $swork_open |
||
5 | !bound cf_allowrefresh within 1,0 default $swork_refreshtiming |
||
6 | !bound cf_nbexo between 1 and 10 default $swork_nbexo |
||
17098 | guerimand | 7 | cf_excludesh=!nospace $cf_excludesh |
8 | swork_excludesh=!listintersection $cf_excludesh and $listsh |
||
9 | !bound cf_minscore between 0 and 10 default 0 |
||
17097 | guerimand | 10 | !setdef !set swork_refreshtiming=$cf_refreshtiming\ |
11 | !set swork_open=$cf_open\ |
||
12 | !set swork_allowrefresh=$cf_allowrefresh\ |
||
17098 | guerimand | 13 | !set swork_nbexo=$cf_nbexo\ |
14 | !set swork_minscore=$cf_minscore\ |
||
15 | !set swork_excludesh=$swork_excludesh in wimshome/log/classes/$wims_class/swork/.def |
||
16 | swork_minscore=$cf_minscore |
||
17097 | guerimand | 17 | swork_open=$cf_open |
18 | swork_allowrefresh=$cf_allowrefresh |
||
19 | swork_refreshtiming=$cf_refreshtiming |
||
20 | swork_nbexo=$cf_nbexo |
||
21 | !endif |
||
22 | !reset save |