";
// line 26
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 27
echo " ";
ob_start(function () { return ''; });
echo __("An optional name for this widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 28
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 30
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
ob_start(function () { return ''; });
echo __("Select to provide a specific duration for this Widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 32
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 34
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 35
echo " ";
ob_start(function () { return ''; });
echo __("The duration in seconds this should be displayed");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 38
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
ob_start(function () { return ''; });
echo __("Setting for enabling statistic collection");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 40
echo "
";
// line 41
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 45
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 46
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 47
($context["inheritOption"] ?? null)]];
// line 49
echo " ";
echo $context["forms"]->getdropdown("enableStat", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "enableStat", 1 => $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method")], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 53
ob_start(function () { return ''; });
echo __("Scale type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start(function () { return ''; });
echo __("How should this image be scaled?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
ob_start(function () { return ''; });
echo __("Centre");
$context["center"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
ob_start(function () { return ''; });
echo __("Stretch");
$context["stretch"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
$context["options"] = [0 => ["scaleTypeId" => "center", "scaleType" => // line 58
($context["center"] ?? null)], 1 => ["scaleTypeId" => "stretch", "scaleType" => // line 59
($context["stretch"] ?? null)]];
// line 61
echo " ";
echo $context["forms"]->getdropdown("scaleTypeId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "scaleType"], "method"), ($context["options"] ?? null), "scaleTypeId", "scaleType", ($context["helpText"] ?? null));
echo "
";
// line 63
ob_start(function () { return ''; });
echo __("Horizontal Align");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 64
echo " ";
ob_start(function () { return ''; });
echo __("How should this image be aligned?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 65
echo " ";
ob_start(function () { return ''; });
echo __("Left");
$context["left"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("Centre");
$context["center"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
ob_start(function () { return ''; });
echo __("Right");
$context["right"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
$context["options"] = [0 => ["alignId" => "left", "align" => // line 69
($context["left"] ?? null)], 1 => ["alignId" => "center", "align" => // line 70
($context["center"] ?? null)], 2 => ["alignId" => "right", "align" => // line 71
($context["right"] ?? null)]];
// line 73
echo " ";
echo $context["forms"]->getdropdown("alignId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "align", 1 => "center"], "method"), ($context["options"] ?? null), "alignId", "align", ($context["helpText"] ?? null), "align-fields");
echo "
";
// line 75
ob_start(function () { return ''; });
echo __("Vertical Align");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 76
echo " ";
ob_start(function () { return ''; });
echo __("How should this image be vertically aligned?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 77
echo " ";
ob_start(function () { return ''; });
echo __("Top");
$context["top"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
ob_start(function () { return ''; });
echo __("Middle");
$context["middle"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start(function () { return ''; });
echo __("Bottom");
$context["bottom"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
$context["options"] = [0 => ["valignId" => "top", "valign" => // line 81
($context["top"] ?? null)], 1 => ["valignId" => "middle", "valign" => // line 82
($context["middle"] ?? null)], 2 => ["valignId" => "bottom", "valign" => // line 83
($context["bottom"] ?? null)]];
// line 85
echo " ";
echo $context["forms"]->getdropdown("valignId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getoption", [0 => "valign", 1 => "middle"], "method"), ($context["options"] ?? null), "valignId", "valign", ($context["helpText"] ?? null), "align-fields");
echo "