Go to most recent revision | Details | 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 |
||
7 | !setdef !set swork_refreshtiming=$cf_refreshtiming\ |
||
8 | !set swork_open=$cf_open\ |
||
9 | !set swork_allowrefresh=$cf_allowrefresh\ |
||
10 | !set swork_refreshtiming=$cf_refreshtiming\ |
||
11 | !set swork_nbexo=$cf_nbexo in wimshome/log/classes/$wims_class/swork/.def |
||
12 | swork_open=$cf_open |
||
13 | swork_allowrefresh=$cf_allowrefresh |
||
14 | swork_refreshtiming=$cf_refreshtiming |
||
15 | swork_nbexo=$cf_nbexo |
||
16 | !endif |
||
17 | !reset save |