home *** CD-ROM | disk | FTP | other *** search
- {info description="Vector Image Plugin" author="burger" website="http://www.softsource.com/softsource"}
-
- {page number=1 heading="Choose a Vector Image to embed"}
-
- {label top=5 caption="This dialogue will insert a tag for the SVF plugin"}
- {label top=+15 caption="by SourceSafe."}
-
- {label top=+20 caption="Which Vector Image should be embedded ?"}
- {imagefile top=+15 name="File1" filetype="svf" ifblank="You must choose a file !"}
-
- {label top=+25 caption="Width" width=50}
- {label top=+0 left=+95 caption="Height" width=50}
-
- {text top=+15 name="Width" default=200 width=50}
- {text top=+0 left=+85 name="Height" default=200 width=50}
-
- {label top=+25 caption="List Layers That Are On" width=130}
- {Text top=+15 name="Layeron" width=150}
-
- {label top=+25 caption="List Layers That Are Off" width=130}
- {text top=+15 name="Layeroff" width=150}
-
- {label top=+25 caption="If multiple layers are entered seperate, each layer name"}
- {label top=+15 caption="with a comma."}
-
- {label top=+25 caption="Status Bar Message" width=110}
- {text top=+15 width=200 name="Status" default="SoftSource - another plugin supported by Hotdog"}
-
- {label top=+25 caption="Disable Zoom Facility" width=100}
- {label top=+0 left=+25 caption="Disable Pan Facility" width=100}
-
- {check top=+15 width=50 caption="Yes" name="Zoom" values="ZOOM=FALSE"|""}
- {check top=+0 left=+75 width=50 caption="Yes" name="Pan" values="PAN=FALSE"|""}
-
- {label top=+25 caption="Disable Layers Facility" width=70}
- {check top=+15 width=50 caption="Yes" name="Layers" values="LAYERS=FALSE"|""}
-
- {/page}
-
- {skeleton}
- <EMBED SRC="{File1}" HEIGHT={Height} WIDTH={Width} LAYERON={Layeron}
- LAYEROFF={LayerOff} STATUS="{Status}" {Pan} {Zoom} {Layers}>
- {/skeleton}
-