Rev 14766 | Rev 16307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14766 | Rev 16087 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! |
1 | !! uploadco for type=2 or type=4 |
2 | !if $type!=2 |
2 | !if $type!=2 and $type!=4 |
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 |
|
25 | !readproc proc/findfile.proc $freework,$student |
26 | !readproc proc/findfile.proc $freework,$student |
- | 27 | !else |
|
- | 28 | !readproc proc/findfile4.proc $freework,$student |
|
- | 29 | !endif |
|
26 | !if $data_0=$empty |
30 | !if $data_0=$empty |
27 | error=studentwithoutfw |
31 | error=studentwithoutfw |
28 | job=configfw |
32 | job=configfw |
29 | !changeto $job.proc |
33 | !changeto $job.proc |
30 | !endif |
34 | !endif |