Rev 13363 | Rev 18049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13363 | Rev 18010 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $nbsheet>=$max_sheets |
1 | !if $nbsheet>=$max_sheets |
2 | error=toomuchsheet |
2 | error=toomuchsheet |
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | !if $type=tool |
5 | !if $type=tool |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | docu=!record $sdoc of wimshome/log/classes/$wims_class/doc/.docindex |
8 | docu=!record $sdoc of wimshome/log/classes/$wims_class/doc/.docindex |
Line 20... | Line 20... | ||
20 | exodon=!line $k of $donnees |
20 | exodon=!line $k of $donnees |
21 | test=!item 2 of $exodon |
21 | test=!item 2 of $exodon |
22 | !if exercise iswordof $test |
22 | !if exercise iswordof $test |
23 | liniparm=!item -2 of $exodon |
23 | liniparm=!item -2 of $exodon |
24 | title=!item -1 of $exodon |
24 | title=!item -1 of $exodon |
- | 25 | !! look at scripts/docu/primitives/target.phtml if the following is changed |
|
25 | !read getparm $liniparm module,worksheet,cmd |
26 | !read getparm $liniparm module,worksheet,cmd |
26 | test=!getdef category in wimshome/public_html/modules/$get_module/INDEX |
27 | test=!getdef category in wimshome/public_html/modules/$get_module/INDEX |
27 | !if exercise isin $test or oef isin $test |
28 | !if exercise isin $test or oef isin $test |
28 | !for name in cmd,worksheet,module |
29 | !for name in cmd,worksheet,module |
29 | liniparm=!replace internal $name=$(get_$name) by $empty in $liniparm |
30 | liniparm=!replace internal $name=$(get_$name) by $empty in $liniparm |