Subversion Repositories wimsdev

Rev

Rev 17097 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17097 Rev 17098
Line 2... Line 2...
2
!if $save!=$empty
2
!if $save!=$empty
3
  !bound cf_refreshtiming between 1 and 1000 default $swork_refreshtiming
3
  !bound cf_refreshtiming between 1 and 1000 default $swork_refreshtiming
4
  !bound cf_open within 1,0 default $swork_open
4
  !bound cf_open within 1,0 default $swork_open
5
  !bound cf_allowrefresh within 1,0 default $swork_refreshtiming
5
  !bound cf_allowrefresh within 1,0 default $swork_refreshtiming
6
  !bound cf_nbexo between 1 and 10 default $swork_nbexo
6
  !bound cf_nbexo between 1 and 10 default $swork_nbexo
-
 
7
  cf_excludesh=!nospace $cf_excludesh
-
 
8
  swork_excludesh=!listintersection $cf_excludesh and $listsh
-
 
9
  !bound cf_minscore between 0 and 10 default 0
7
  !setdef !set swork_refreshtiming=$cf_refreshtiming\
10
  !setdef !set swork_refreshtiming=$cf_refreshtiming\
8
!set swork_open=$cf_open\
11
!set swork_open=$cf_open\
9
!set swork_allowrefresh=$cf_allowrefresh\
12
!set swork_allowrefresh=$cf_allowrefresh\
-
 
13
!set swork_nbexo=$cf_nbexo\
10
!set swork_refreshtiming=$cf_refreshtiming\
14
!set swork_minscore=$cf_minscore\
11
!set swork_nbexo=$cf_nbexo in wimshome/log/classes/$wims_class/swork/.def
15
!set swork_excludesh=$swork_excludesh in wimshome/log/classes/$wims_class/swork/.def
-
 
16
  swork_minscore=$cf_minscore
12
  swork_open=$cf_open
17
  swork_open=$cf_open
13
  swork_allowrefresh=$cf_allowrefresh
18
  swork_allowrefresh=$cf_allowrefresh
14
  swork_refreshtiming=$cf_refreshtiming
19
  swork_refreshtiming=$cf_refreshtiming
15
  swork_nbexo=$cf_nbexo
20
  swork_nbexo=$cf_nbexo
16
!endif
21
!endif