Rev 17171 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set imgf_=!word 1 of $wims_read_parm
!set imgf_=!replace internal datamodule by modules/data in $imgf_
!! This avoids module errors if people try to hack.
!if .. isin $imgf_
!endif
!set options=!word 2 to -1 of $wims_read_parm
!if alt notin $options
!set options=$options alt=""
!endif
<img src="$newf_" $options>