Rev 16087 | Rev 16338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16087 | Rev 16307 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! uploadco for type=2 |
1 | !! uploadco for type=2 |
2 | !if $type!=2 |
2 | !if $type!=2 |
3 | job=configfw |
3 | job=configfw |
4 | !changeto $job.proc |
4 | !changeto $job.proc |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !! -------------- check right for download/upload participant correction file |
7 | !! -------------- check right for download/upload participant correction file |
Line 20... | Line 20... | ||
20 | !endif |
20 | !endif |
21 | 21 | ||
22 | 22 | ||
23 | !! -------- test si la copie de l'etudiant existe (pas de depot de correction si pas de copie) |
23 | !! -------- test si la copie de l'etudiant existe (pas de depot de correction si pas de copie) |
24 | 24 | ||
25 | !if $type=2 |
- | |
26 |
|
25 | !readproc proc/findfile.proc $freework,$student |
27 | !else |
- | |
28 | !readproc proc/findfile4.proc $freework,$student |
- | |
29 | !endif |
- | |
30 | !if $data_0=$empty |
26 | !if $data_0=$empty |
31 | error=studentwithoutfw |
27 | error=studentwithoutfw |
32 | job=configfw |
28 | job=configfw |
33 | !changeto $job.proc |
29 | !changeto $job.proc |
34 | !endif |
30 | !endif |