";
// line 53
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
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 55
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 57
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
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 59
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 61
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
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 63
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 65
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start(function () { return ''; });
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 67
echo "
";
// line 68
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 72
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 73
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 74
($context["inheritOption"] ?? null)]];
// line 76
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 80
ob_start(function () { return ''; });
echo __("Countdown Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
ob_start(function () { return ''; });
echo __("Please select the type of countdown.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 82
echo " ";
ob_start(function () { return ''; });
echo __("Widget Duration");
$context["useWidgetDuration"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
ob_start(function () { return ''; });
echo __("Custom Duration");
$context["useCustomDuration"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
ob_start(function () { return ''; });
echo __("Use Date");
$context["useDate"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 85
echo " ";
$context["options"] = [0 => ["id" => 1, "value" => // line 86
($context["useWidgetDuration"] ?? null)], 1 => ["id" => 2, "value" => // line 87
($context["useCustomDuration"] ?? null)], 2 => ["id" => 3, "value" => // line 88
($context["useDate"] ?? null)]];
// line 90
echo " ";
echo $context["forms"]->getdropdown("countdownType", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "countdownType"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 92
ob_start(function () { return ''; });
echo __("Countdown Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 93
echo " ";
ob_start(function () { return ''; });
echo __("The duration in seconds.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 94
echo " ";
echo $context["forms"]->getinput("countdownDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "countdownDuration"], "method"), ($context["helpText"] ?? null), "duration-group");
echo "
";
// line 96
ob_start(function () { return ''; });
echo __("Countdown Date");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
ob_start(function () { return ''; });
echo __("Select the target date and time.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 98
echo " ";
echo $context["forms"]->getdateTime("countdownDate", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "countdownDate"], "method"), ($context["helpText"] ?? null), "date-group");
echo "
";
// line 100
ob_start(function () { return ''; });
echo __("Warning Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
echo " ";
ob_start(function () { return ''; });
echo __("The countdown will show in a warning mode from the end duration entered.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo " ";
echo $context["forms"]->getinput("countdownWarningDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "countdownWarningDuration"], "method"), ($context["helpText"] ?? null), "duration-group widget-duration-group");
echo "
";
// line 104
ob_start(function () { return ''; });
echo __("Warning Date");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 105
echo " ";
ob_start(function () { return ''; });
echo __("The countdown will show in a warning mode from the warning date entered.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 106
echo " ";
echo $context["forms"]->getdateTime("countdownWarningDate", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "countdownWarningDate"], "method"), ($context["helpText"] ?? null), "date-group");
echo "
";
// line 110
ob_start(function () { return ''; });
echo __("Template");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 111
echo " ";
ob_start(function () { return ''; });
echo __("Select the template you would like to apply. This can be overridden using the check box below.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 112
echo " ";
echo $context["forms"]->getdropdown("templateId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "templateId"], "method"), $this->getAttribute(($context["module"] ?? null), "templatesAvailable", [], "method"), "id", "value", ($context["helptext"] ?? null), "template-selector-control selectPicker selectPickerWithImage", null, null, null, [0 => ["name" => "data-minimum-results-for-search", "value" => "Infinity"], 1 => ["name" => "data-width", "value" => "100%"]], null, "image");
echo "
";
// line 114
ob_start(function () { return ''; });
echo __("Override the template?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 115
echo " ";
ob_start(function () { return ''; });
echo __("Tick if you would like to override the template.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 116
echo " ";
echo $context["forms"]->getcheckbox("overrideTemplate", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "overrideTemplate", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
// line 118
ob_start(function () { return ''; });
// line 119
echo " ";
echo __("With Override the Template selected enter your own text, html and css by using the Templates drop down menu in the tab header above.");
echo "
";
$context["useTemplatesMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 121
echo " ";
echo $context["forms"]->getmessage(($context["useTemplatesMessage"] ?? null), "template-override-controls");
echo "
";
// line 123
ob_start(function () { return ''; });
echo __("Original Width");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 124
echo " ";
ob_start(function () { return ''; });
echo __("This is the intended width of the template and is used to scale the Widget within its region when the template is applied.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 125
echo " ";
echo $context["forms"]->getnumber("widgetOriginalWidth", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "widgetOriginalWidth", 1 => ($context["undefined"] ?? null)], "method"), ($context["helpText"] ?? null), "template-override-controls", "", "number");
echo "
";
// line 127
ob_start(function () { return ''; });
echo __("Original Height");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 128
echo " ";
ob_start(function () { return ''; });
echo __("This is the intended height of the template and is used to scale the Widget within its region when the template is applied.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 129
echo " ";
echo $context["forms"]->getnumber("widgetOriginalHeight", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "widgetOriginalHeight", 1 => ($context["undefined"] ?? null)], "method"), ($context["helpText"] ?? null), "template-override-controls", "", "number");
echo "
";
// line 134
ob_start(function () { return ''; });
echo __("Enter a format for the Countdown e.g. [hha], [hh], [mm], [ss] or [DD]. See the manual for more information.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 135
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null), "");
echo "
";
// line 137
ob_start(function () { return ''; });
// line 138
echo " ";
echo __("Enter text or HTML in the box below.");
echo "
";
$context["simpleTextEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 140
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage"] ?? null), "mainTemplate-advanced-editor-hide");
echo "
";
// line 168
echo $context["forms"]->gettextarea("mainTemplate", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "mainTemplate"], "method"), "", "", "", 10);
echo "
";
// line 173
echo __("Optional Stylesheet");
echo "
";
// line 176
echo $context["forms"]->gettextarea("styleSheet", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "styleSheet"], "method"), "", "", "", 10);
echo "