";
// line 26
ob_start();
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 27
echo " ";
ob_start();
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
$context["mediaDuration"] = $this->getAttribute(($context["media"] ?? null), "duration", []);
// line 31
echo " ";
ob_start();
// line 32
echo " ";
/* xgettext:no-php-format */ echo strtr(__("This video will play for %mediaDuration% seconds. Cut the video short by setting a shorter duration below. Wait on the last frame or set to Loop by setting a higher duration below."), array("%mediaDuration%" => // line 33
($context["mediaDuration"] ?? null), ));
// line 35
echo " ";
$context["durationMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
echo $context["forms"]->getmessage(($context["durationMessage"] ?? null), "");
echo "
";
// line 38
ob_start();
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
ob_start();
echo __("Select to provide a specific duration for this Widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 40
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 42
ob_start();
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
ob_start();
echo __("The duration in seconds this should be displayed");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 46
ob_start();
echo __("Loop?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
echo " ";
ob_start();
echo __("Should the video loop if it finishes before the provided duration?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 48
echo " ";
echo $context["forms"]->getcheckbox("loop", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "loop", 1 => 0], "method"), ($context["helpText"] ?? null), "loop-fields");
echo "
";
// line 50
ob_start();
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
ob_start();
echo __("Enable the collection of Proof of Play statistics for this Widget. Ensure that ‘Enable Stats Collection’ is set to ‘On’ in the Display Settings.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 52
echo "
";
// line 53
ob_start();
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start();
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
ob_start();
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 57
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 58
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 59
($context["inheritOption"] ?? null)]];
// line 61
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 65
ob_start();
echo __("Scale type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start();
// line 67
echo " ";
echo __("How should this video be scaled?");
// line 68
echo " ";
echo __("Please note that video scaling is not supported by Xibo for Windows earlier than v2 R255 or Xibo for Linux.");
// line 69
echo " ";
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start();
echo __("Aspect");
$context["aspect"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
ob_start();
echo __("Stretch");
$context["stretch"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
$context["options"] = [0 => ["scaleTypeId" => "aspect", "scaleType" => // line 73
($context["aspect"] ?? null)], 1 => ["scaleTypeId" => "stretch", "scaleType" => // line 74
($context["stretch"] ?? null)]];
// line 76
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 78
ob_start();
echo __("Mute?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start();
echo __("Should the video be muted?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
echo $context["forms"]->getcheckbox("mute", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "mute", 1 => 0], "method"), ($context["helpText"] ?? null), "mute-fields");
echo "
";
// line 82
ob_start();
echo __("Show Full Screen?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
ob_start();
echo __("Should the video expand over the top of existing content and show in full screen?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
echo $context["forms"]->getcheckbox("showFullScreen", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "showFullScreen", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "