Rev 4700 | Rev 5736 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4700 | Rev 4908 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | 71 | ||
72 | !if url iswordof $slib_option or html iswordof $slib_option |
72 | !if url iswordof $slib_option or html iswordof $slib_option |
73 | !insdraw $slib_out |
73 | !insdraw $slib_out |
74 | slib_out=$ins_url |
74 | slib_out=$ins_url |
75 | !if html iswordof $slib_option |
75 | !if html iswordof $slib_option |
76 | slib_out=<img src="$ins_url" alt=""> |
76 | slib_out=<img src="$ins_url" alt=""> |
77 |
|
77 | !else |
78 |
|
78 | slib_out=$slib_out,$insdraw_size |
- | 79 | !endif |
|
79 | !endif |
80 | !endif |