Rev 17306 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17306 | Rev 17384 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | !bound swork_nbexo between 1 and 10 default 5 |
51 | !bound swork_nbexo between 1 and 10 default 5 |
52 | !bound swork_minsore between 0 and 10 default 0 |
52 | !bound swork_minsore between 0 and 10 default 0 |
53 | nbsheet=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
53 | nbsheet=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
54 | listsh=!values v for v=1 to $nbsheet |
54 | listsh=!values v for v=1 to $nbsheet |
55 | swork_excludesh=!listintersection $swork_excludesh and $listsh |
55 | swork_excludesh=!listintersection $swork_excludesh and $listsh |
- | 56 | ||
- | 57 | !if $wims_user=supervisor and $swork_open!=1 |
|
- | 58 | job=config |
|
- | 59 | !endif |
|
56 | 60 | ||
57 | !if $wims_user!=supervisor and $swork_open=0 |
61 | !if $wims_user!=supervisor and $swork_open=0 |
58 | error=notopen |
62 | error=notopen |
59 | notallowed=1 |
63 | notallowed=1 |
60 | !exit |
64 | !exit |
61 | !endif |
65 | !endif |
62 | - | ||
63 | - | ||
64 | 66 | ||
65 | severity=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
67 | severity=!record 0 of wimshome/log/classes/$wims_class/sheets/.severity |
66 | formulas=!record 0 of adm/class/sheetformula |
68 | formulas=!record 0 of adm/class/sheetformula |
67 | 69 | ||
68 | !! lecture du fichier spécifique du job appelé |
70 | !! lecture du fichier spécifique du job appelé |