Subversion Repositories wimsdev

Rev

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

Rev 4225 Rev 9880
Line 1... Line 1...
1
!if $wims_supertype!=0 and $class_typename isitemof portal,group,level
1
!if $wims_supertype!=0 and $class_typename isitemof portal,group,level
2
 noarch=yes
2
 noarch=yes
3
 !exit
3
 !exit
4
!endif
4
!endif
5
 
5
 
6
reclist=user,exo,sheet,exam,doc,sup,def,neighbor,log,forum,score,manual,cdt,vote,livret,seq
6
reclist=user,exo,sheet,exam,doc,sup,def,neighbor,log,forum,score,manual,cdt,vote,livret,seq,motd
7
!! test of sharing ressources
7
!! test of sharing ressources
8
!if $class_typename!=program
8
!if $class_typename!=program
9
 test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors
9
 test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors
10
!endif
10
!endif
11
 
11
 
Line 17... Line 17...
17
 
17
 
18
!! restriction of restore ressource in portal
18
!! restriction of restore ressource in portal
19
!if $job2 iswordof restore upload and $wims_supertype=4
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,motd
23
 !! program test
23
 !! program test
24
 !if /0/// isin $(wims_class)///
24
 !if /0/// isin $(wims_class)///
25
   reclist_course=exo,sheet,doc
25
   reclist_course=exo,sheet,doc
26
 !else
26
 !else
27
   reclist_course=$(reclist_portal),score,manual,cdt,exo,sheet,exam,doc,vote
27
   reclist_course=$(reclist_portal),score,manual,cdt,exo,sheet,exam,doc,vote,motd
28
 !endif
28
 !endif
29
 reclist=$(reclist_$(wims_typename))
29
 reclist=$(reclist_$(wims_typename))
30
!endif
30
!endif
31
 
31
 
32
!if $job2=upload and $wims_deposit=$empty
32
!if $job2=upload and $wims_deposit=$empty