Subversion Repositories wimsdev

Rev

Rev 17171 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set imgf_=!word 1 of $wims_read_parm
  2. !set imgf_=!replace internal datamodule by modules/data in $imgf_
  3. !! This avoids module errors if people try to hack.
  4. !if .. isin $imgf_
  5.   !exit
  6. !endif
  7.  
  8. !set options=!word 2 to -1 of $wims_read_parm
  9. !set newf_=!rename $imgf_
  10. !if alt notin $options
  11.   !set options=$options alt=""
  12. !endif
  13. <img src="$newf_" $options>
  14.  
  15.