Image
|
Specifies a list of images
to display. Multiple file names must be separated by vertical bars ?|?.
|
|
Syntax:
<PARAM NAME="Image"
VALUE="imgfile1 [| imgfile2
| ...]">
Default value: "fullsize.jpg"
|
ImageLabel
|
Specifies a label for each
image. Multiple labels must be separated by vertical bars ?|?.
|
|
Syntax:
<PARAM NAME="ImageLabel"
VALUE="label1 [| label2 | ...]">
Default value: The file names specified
by the Image parameter
|
Interval
|
Specifies the interval (in
seconds) between each image.
|
|
Syntax:
<PARAM NAME="Interval"
VALUE="[non-negative integer]">
Default value: 3
(seconds)
|
NoRefresh
|
Specifies whether images are to be reloaded or taken
from the cache. Cached mode speeds up the display of archive images.
|
|
Syntax:
<PARAM NAME="NoRefresh"
VALUE="[Boolean (true or false]">
Default value: "false"
(non-cached mode)
|
NoFrame
|
Shows or hides the frame around the image.
|
|
Syntax:
<PARAM NAME="NoFrame"
VALUE="[Boolean (true or false]">
Default value: "false"
(the frame is shown)
|
NoOptions
|
Shows or hides the optionfield (statusfeild, 'About' and 'Options' buttons).
Applet frame width = image width + 10 pixels
Applet frame height = image height + 10 pixels
|
|
Syntax:
<PARAM NAME="NoOptions"
VALUE="[Boolean (true or false]">
Default value: "false"
(the optionfeild is shown)
|
ImgFitFrame
|
Specifies whether the images are shown as is, or
resized to fit the frame. When resizing is off, images are centered in
the frame area. Images larger than the frame are cropped symmetrically
to fit the frame.
|
|
Syntax:
<PARAM NAME="ImgFitFrame"
VALUE="[Boolean (true or false]">
Default value: "false" (no
resizing)
|
OpenDoor (ver 3.x) RelayAuto (ver 4.x)
|
Specifies the time which the relay remains on.
|
|
Syntax:
<PARAM NAME="OpenDoor" or "RelayAuto"
VALUE="[non-negative integer]">
Default value: "0" (disabled)
|
ImgConfig (ver 4.x);
|
Shows or hides the image CGI-parameters feature.
|
|
Syntax:
<PARAM NAME="ImgConfig"
VALUE="[Boolean (true or false]">
Default value: "false" (disabled)
|