Rev 9629 | Rev 9644 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9629 | Rev 9633 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | error=toomuchsheet |
2 | error=toomuchsheet |
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 | docu=!record $sdoc of wimshome/log/classes/$wims_class/doc/.docindex |
6 | docu=!record $sdoc of wimshome/log/classes/$wims_class/doc/.docindex |
- | 7 | autosheet=!line 7 of $docu |
|
- | 8 | !if $autosheet!=$empty |
|
- | 9 | !exit |
|
- | 10 | !endif |
|
7 | dir=!line 1 of $docu |
11 | dir=!line 1 of $docu |
8 | donnees=!sh grep -a primitives.phtml $wims_home/public_html/modules/$dir/doc/1/*.def | grep -a exercise |
12 | donnees=!sh grep -a primitives.phtml $wims_home/public_html/modules/$dir/doc/1/*.def | grep -a exercise |
9 | nbexo=!linecnt $donnees |
13 | nbexo=!linecnt $donnees |
10 | donsh=$empty |
14 | donsh=$empty |
11 | !for k=1 to $nbexo |
15 | !for k=1 to $nbexo |