Rev 17097 | Rev 17145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17097 | Rev 17098 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | !read wimshome/log/classes/$wims_class/swork/.def |
45 | !read wimshome/log/classes/$wims_class/swork/.def |
46 | !bound swork_refreshtiming between 1 and 1000 default 2 |
46 | !bound swork_refreshtiming between 1 and 1000 default 2 |
47 | !bound swork_open within 1,0 default 0 |
47 | !bound swork_open within 1,0 default 0 |
48 | !bound swork_allowrefresh within 1,0 default 0 |
48 | !bound swork_allowrefresh within 1,0 default 0 |
49 | !bound swork_nbexo between 1 and 10 default 5 |
49 | !bound swork_nbexo between 1 and 10 default 5 |
- | 50 | !bound swork_minsore between 0 and 10 default 0 |
|
- | 51 | nbsheet=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
|
- | 52 | listsh=!values v for v=1 to $nbsheet |
|
- | 53 | swork_excludesh=!listintersection $swork_excludesh and $listsh |
|
50 | 54 | ||
51 | !if $wims_user!=supervisor and $swork_open=0 |
55 | !if $wims_user!=supervisor and $swork_open=0 |
52 | error=notopen |
56 | error=notopen |
53 | notallowed=1 |
57 | notallowed=1 |
54 | !exit |
58 | !exit |
55 | !endif |
59 | !endif |
- | 60 | ||
- | 61 | ||
56 | 62 | ||
57 | severity=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
63 | severity=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
58 | formulas=!record 0 of adm/class/sheetformula |
64 | formulas=!record 0 of adm/class/sheetformula |
59 | 65 | ||
60 | !! lecture du fichier spécifique du job appelé |
66 | !! lecture du fichier spécifique du job appelé |