Rev 12411 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12411 | Rev 16096 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | common=userlist,oef,doc,sheet |
2 | 2 | ||
3 | !if $class_type=4 |
3 | !if $class_type=4 |
4 | !bound job2 within structure,teacherlist,$common default $ |
4 | !bound job2 within structure,teacherlist,$common default $ |
5 | !else |
5 | !else |
6 | !if $class_type=2 |
6 | !if $class_type=2 |
Line 114... | Line 114... | ||
114 | result=!recordcnt $docdir/.index |
114 | result=!recordcnt $docdir/.index |
115 | result=$result documents found. |
115 | result=$result documents found. |
116 | !exit |
116 | !exit |
117 | !endif |
117 | !endif |
118 | 118 | ||
- | 119 | !if $job2=sheet |
|
- | 120 | !readproc adm/sheet/writeweights |
|
- | 121 | nb=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
|
- | 122 | result=$nb sheet found. |
|
- | 123 | !exit |
|
- | 124 | !endif |