Subversion Repositories wimsdev

Rev

Rev 13585 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13585 Rev 17173
Line 49... Line 49...
49
!if url iswordof $slib_url or html iswordof $slib_url
49
!if url iswordof $slib_url or html iswordof $slib_url
50
  insdraw_size=$slib_size
50
  insdraw_size=$slib_size
51
  !insdraw $slib_out
51
  !insdraw $slib_out
52
  slib_out=$ins_url
52
  slib_out=$ins_url
53
  !if html iswordof $slib_url
53
  !if html iswordof $slib_url
54
    slib_out=<img src="$ins_url" alt="$(slib_num[1]) $(slib_num[2]) $(slib_num[3])" />
54
    slib_out=<img src="$ins_url" alt="$(slib_num[1]) $(slib_num[2]) $(slib_num[3])">
55
  !else
55
  !else
56
    slib_out=$slib_out,$insdraw_size
56
    slib_out=$slib_out,$insdraw_size
57
  !endif
57
  !endif
58
!endif
58
!endif