Rev 16279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16279 | Rev 16309 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | flist=!append item $f_ to $flist |
31 | flist=!append item $f_ to $flist |
32 | llist=!append item $l_ to $llist |
32 | llist=!append item $l_ to $llist |
33 | !next i |
33 | !next i |
34 | !!endif |
34 | !!endif |
35 | 35 | ||
36 | !! number maximal of zone in type=3 |
36 | !! number maximal/miniaml of zone in type=3 |
37 | !! if change, some limit in var.def have to be adapted.(and zonelistlabel...) |
37 | !! if change, some limit in var.def have to be adapted.(and zonelistlabel...) |
38 | !! do not put more than 9 (some process cannot work with two digit) |
38 | !! do not put more than 9 (some process cannot work with two digit) |
39 | max_zone=3 |
39 | max_zone=3 |
- | 40 | !distribute item 0,1 into min_zonestudent,min_zoneteacher |
|
40 | zonelistlabelstudent=student1,student2,student3 |
41 | zonelistlabelstudent=student1,student2,student3 |
41 | zonelistlabelteacher=teacher1,teacher2,teacher3 |
42 | zonelistlabelteacher=teacher1,teacher2,teacher3 |
42 | zonelistlabel=$zonelistlabelstudent,$zonelistlabelteacher |
43 | zonelistlabel=$zonelistlabelstudent,$zonelistlabelteacher |