Rev 13204 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13204 | Rev 16091 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | forum,score,manual,cdt,vote,livret,seq,motd,userphoto,tool |
7 | forum,score,manual,cdt,vote,livret,seq,motd,userphoto,tool |
8 | !! test of sharing ressources |
8 | !! test of sharing ressources |
9 | !if $class_typename!=program |
9 | !if $class_typename!=program |
10 | test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors |
10 | test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors |
11 | !endif |
11 | !endif |
- | 12 | ||
- | 13 | !! ------- system limit configuration read |
|
- | 14 | tmp=!defof MAX_SHEETS\ |
|
- | 15 | MAX_EXAM\ |
|
- | 16 | MAX_VOTES\ |
|
- | 17 | MIN_FREEWORKS in wimshome/public_html/bases/sys/define.conf |
|
- | 18 | !distribute line $tmp into max_sheet,max_exam,max_vote,max_freework |
|
- | 19 | max_user=!defof class_limit in wimshome/log/classes/$wims_class/.def |
|
- | 20 | ||
12 | 21 | ||
13 | !if $test_sharing!=$empty |
22 | !if $test_sharing!=$empty |
14 | !bound job2 within first,download default first |
23 | !bound job2 within first,download default first |
15 | !else |
24 | !else |
16 | !bound job2 within first,upload,download,restore default first |
25 | !bound job2 within first,upload,download,restore default first |