home *** CD-ROM | disk | FTP | other *** search
- {info description="Figleaf Plugin" author="burger" website="http://www.ct.ebt.com"}
-
- {page number=1 heading="Choose an Image File to embed"}
-
- {label top=5 caption="This dialogue will insert a tag for the Figleaf plugin"}
- {label top=+15 caption="by Carberry Tech/EBT."}
-
- {label top=+25 caption="Which Image File should be embedded ?"}
- {imagefile top=+15 name="File1" filetype="jpg,gif,png,tif,bmp,wmf,rgb" ifblank="You must choose a file !"}
-
- {label top=+35 caption="Height" width=50}
- {label top=+0 left=+45 caption="Width" width=50}
-
- {text top=+15 name="Height" default=200 width=50}
- {text top=+0 left=+45 name="Width" default=160 width=50}
-
- {label top=+35 caption="Choose Colormap" width=90}
- {label top=+0 left=+15 caption="Show Actual Size" width=90}
- {label top=+0 left=+10 caption="Border Size" width=90}
-
- {list top=+15 height=30 name="Colormap" default="PRIVATE" values="PRIVATE"|"DITHERED" width=70}
- {list top=+0 left=+35 height=30 name="Actualsize" default="FALSE" values="FALSE"|"TRUE" width=50}
- {combo top=+0 left=+50 name="Border" default="" values=""|"1"|"2"|"3"|"4"|"5" width=50}
-
- {/page}
-
- {skeleton}
- <EMBED SRC="{File1}" HEIGHT={Height} WIDTH={Width} COLORMAP={Colormap}
- ACTUALSIZE={Actualsize} BORDER={Border}>
- {/skeleton}