Subversion Repositories wimsdev

Rev

Rev 6861 | Rev 13611 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !set imgf_=!word 1 of $wims_read_parm
  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.