Subversion Repositories wimsdev

Rev

Rev 3974 | Rev 4225 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3974 Rev 3976
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=restore and $wims_supertype=4
19
!if $job2 isitemof 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
 reclist_course=$(reclist_portal),score,manual,cdt
23
 reclist_course=$(reclist_portal),score,manual,cdt
24
 reclist=$(reclist_$(wims_typename))
24
 reclist=$(reclist_$(wims_typename))