Rev 1685 | Rev 8402 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1685 | Rev 7235 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | !!##language independant |
- | |
- | 1 | ||
2 | !if $wims_read_parm!=$empty |
2 | !if $wims_read_parm!=$empty |
3 | !set parms=$wims_read_parm |
3 | !set parms=$wims_read_parm |
4 | !set parms=!replace internal $ $ by $\ |
4 | !set parms=!replace internal $ $ by $\ |
5 | $ in $parms |
5 | $ in $parms |
6 | !set size=!line 1 of $parms |
6 | !set size=!line 1 of $parms |
Line 10... | Line 10... | ||
10 | !if $parms=$empty |
10 | !if $parms=$empty |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | !distribute items $parms into sx,sy |
13 | !distribute items $parms into sx,sy |
14 | !set ppm=!item 3 to -1 of $parms |
14 | !set ppm=!item 3 to -1 of $parms |
15 | !endif |
15 | !endif |
16 | 16 | ||
17 | !set ppm=!replace internal \filedir/ by $ in $ppm |
17 | !set ppm=!replace internal \filedir/ by $ in $ppm |
18 | !for pm in ppm, sx, sy |
18 | !for pm in ppm, sx, sy |
19 | !set $pm=!slashsubst $($pm) |
19 | !set $pm=!slashsubst $($pm) |
20 | !next pp |
20 | !next pp |
Line 31... | Line 31... | ||
31 | !set ins_anim_frames=!item 1 of $a |
31 | !set ins_anim_frames=!item 1 of $a |
32 | !set ins_anim_delay =!item 2 of $a |
32 | !set ins_anim_delay =!item 2 of $a |
33 | !set ins_anim_loop =!item 3 of $a |
33 | !set ins_anim_loop =!item 3 of $a |
34 | !endif |
34 | !endif |
35 | !endif |
35 | !endif |
- | 36 | !readproc $docdir/doc/.def |
|
- | 37 | !if $common_files=yes |
|
- | 38 | !set doc_= |
|
36 | 39 | !else |
|
- | 40 | !set doc_=$doc/ |
|
- | 41 | !endif |
|
37 | !set insdraw_filebase=$docdir/ |
42 | !set insdraw_filebase=$docdir/$(doc_)files |
38 | !set insdraw_size=$sx,$sy |
43 | !set insdraw_size=$sx,$sy |
39 | !set ins_align=middle |
44 | !set ins_align=middle |
40 | !insdraw $pp |
45 | !insdraw $pp |