Rev 3976 | Rev 9880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3976 | Rev 4225 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !else |
14 | !else |
15 | !bound job2 within first,upload,download,restore default first |
15 | !bound job2 within first,upload,download,restore default first |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !! restriction of restore ressource in portal |
18 | !! restriction of restore ressource in portal |
19 | !if $job2 |
19 | !if $job2 iswordof restore upload and $wims_supertype=4 |
20 | reclist_portal=sup,neighbor,log,def |
20 | reclist_portal=sup,neighbor,log,def |
21 | reclist_program=$(reclist_portal),exo,sheet,exam,doc,vote,livret,seq |
21 | reclist_program=$(reclist_portal),exo,sheet,exam,doc,vote,livret,seq |
22 | reclist_class=$(reclist_portal),user |
22 | reclist_class=$(reclist_portal),user |
- | 23 | !! program test |
|
- | 24 | !if /0/// isin $(wims_class)/// |
|
- | 25 | reclist_course=exo,sheet,doc |
|
- | 26 | !else |
|
23 | reclist_course=$(reclist_portal) |
27 | reclist_course=$(reclist_portal),score,manual,cdt,exo,sheet,exam,doc,vote |
- | 28 | !endif |
|
24 | reclist=$(reclist_$(wims_typename)) |
29 | reclist=$(reclist_$(wims_typename)) |
25 | !endif |
30 | !endif |
26 | 31 | ||
27 | !if $job2=upload and $wims_deposit=$empty |
32 | !if $job2=upload and $wims_deposit=$empty |
28 | job2=first |
33 | job2=first |