Rev 17171 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set imgf_=!word 1 of $wims_read_parm |
13611 | bpr | 2 | !set imgf_=!replace internal datamodule by modules/data in $imgf_ |
20 | reyssat | 3 | !! This avoids module errors if people try to hack. |
4 | !if .. isin $imgf_ |
||
12348 | bpr | 5 | !exit |
20 | reyssat | 6 | !endif |
7 | |||
8 | !set options=!word 2 to -1 of $wims_read_parm |
||
9 | !set newf_=!rename $imgf_ |
||
6861 | bpr | 10 | !if alt notin $options |
11 | !set options=$options alt="" |
||
12 | !endif |
||
17171 | bpr | 13 | <img src="$newf_" $options> |
17349 | bpr | 14 |