";
// line 35
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
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 37
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 39
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 40
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 41
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 43
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
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 45
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 47
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 48
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 49
echo "
";
// line 50
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 52
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 53
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 54
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 55
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 56
($context["inheritOption"] ?? null)]];
// line 58
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 63
ob_start(function () { return ''; });
echo __("Background Colour");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 64
echo " ";
ob_start(function () { return ''; });
echo __("If you want to use a background colour for the Widget, select one here.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 65
echo " ";
echo $context["forms"]->getinput("backgroundColor", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "backgroundColor"], "method"), ($context["helpText"] ?? null), "");
echo "
";
// line 67
ob_start(function () { return ''; });
echo __("Effect");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
ob_start(function () { return ''; });
echo __("Please select the effect that will be used to transition between items. If all items should be output, select None. Marquee effects are CPU intensive and may not be suitable for lower power displays.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
echo " ";
ob_start(function () { return ''; });
echo __("None");
$context["noneOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("Fade");
$context["fade"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
ob_start(function () { return ''; });
echo __("Fade Out");
$context["fadeout"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
ob_start(function () { return ''; });
echo __("Scroll Horizontal");
$context["scrollHorz"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
ob_start(function () { return ''; });
echo __("Scroll Vertical");
$context["scrollVert"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo " ";
ob_start(function () { return ''; });
echo __("Flip Horizontal");
$context["flipHorz"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo " ";
ob_start(function () { return ''; });
echo __("Flip Vertical");
$context["flipVert"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 76
echo " ";
ob_start(function () { return ''; });
echo __("shuffle");
$context["shuffle"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 77
echo " ";
ob_start(function () { return ''; });
echo __("Tile Slide");
$context["tileSlide"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
ob_start(function () { return ''; });
echo __("Tile Blind");
$context["tileBlind"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Left");
$context["marqueeLeft"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Right");
$context["marqueeRight"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Up");
$context["marqueeUp"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 82
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Down");
$context["marqueeDown"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
$context["options"] = [0 => ["effectid" => "none", "effect" => // line 84
($context["noneOption"] ?? null)], 1 => ["effectid" => "fade", "effect" => // line 85
($context["fade"] ?? null)], 2 => ["effectid" => "fadeout", "effect" => // line 86
($context["fadeout"] ?? null)], 3 => ["effectid" => "scrollHorz", "effect" => // line 87
($context["scrollHorz"] ?? null)], 4 => ["effectid" => "scrollVert", "effect" => // line 88
($context["scrollVert"] ?? null)], 5 => ["effectid" => "flipHorz", "effect" => // line 89
($context["flipHorz"] ?? null)], 6 => ["effectid" => "flipVert", "effect" => // line 90
($context["flipVert"] ?? null)], 7 => ["effectid" => "shuffle", "effect" => // line 91
($context["shuffle"] ?? null)], 8 => ["effectid" => "tileSlide", "effect" => // line 92
($context["tileSlide"] ?? null)], 9 => ["effectid" => "tileBlind", "effect" => // line 93
($context["tileBlind"] ?? null)], 10 => ["effectid" => "marqueeLeft", "effect" => // line 94
($context["marqueeLeft"] ?? null)], 11 => ["effectid" => "marqueeRight", "effect" => // line 95
($context["marqueeRight"] ?? null)], 12 => ["effectid" => "marqueeUp", "effect" => // line 96
($context["marqueeUp"] ?? null)], 13 => ["effectid" => "marqueeDown", "effect" => // line 97
($context["marqueeDown"] ?? null)]];
// line 99
echo " ";
echo $context["forms"]->getdropdown("effect", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "effect"], "method"), ($context["options"] ?? null), "effectid", "effect", ($context["helpText"] ?? null));
echo "
";
// line 101
ob_start(function () { return ''; });
echo __("Speed");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo " ";
ob_start(function () { return ''; });
echo __("The transition speed of the selected effect in milliseconds (normal = 1000) or the Marquee Speed in a low to high scale (normal = 1).");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 103
echo " ";
echo $context["forms"]->getnumber("speed", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "speed"], "method"), ($context["helpText"] ?? null), "effect-controls");
echo "
";
// line 105
ob_start(function () { return ''; });
echo __("Marquee Selector");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 106
echo " ";
ob_start(function () { return ''; });
echo __("The selector to use for stacking marquee items in a line when scrolling Left/Right.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 107
echo " ";
echo $context["forms"]->getinput("marqueeInlineSelector", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "marqueeInlineSelector"], "method"), ($context["helpText"] ?? null), "effect-controls");
echo "
";
// line 113
echo __("Main Template");
echo "
getAttribute(($context["module"] ?? null), "getOption", [0 => "ta_text_advanced", 1 => 1], "method") == 1)) {
echo "checked";
}
echo "
data-size=\"small\"
data-label-text=\"";
// line 116
echo __("Visual editor");
echo "\"
data-label-width=\"80px\"
data-on-text=\"";
// line 118
echo __("On");
echo "\"
data-off-text=\"";
// line 119
echo __("Off");
echo "\">
";
// line 123
ob_start(function () { return ''; });
// line 124
echo " ";
echo __("Enter text or HTML in the box below.");
echo "
";
$context["simpleTextEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 126
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage"] ?? null), "ta_text-advanced-editor-hide inline-editor-hide");
echo "
";
// line 129
echo " ";
ob_start(function () { return ''; });
// line 130
echo " ";
echo __("Enter text to display using the inline editor which can be opened by clicking in the preview on the left.");
// line 131
echo " ";
echo __("When using the inline editor Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 132
echo " ";
$context["layoutDesignerMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 133
echo " ";
echo $context["forms"]->getmessage(($context["layoutDesignerMessage"] ?? null), "layout-designer-message inline-editor-show");
echo "
";
// line 136
echo " ";
ob_start(function () { return ''; });
// line 137
echo " ";
echo __("Enter the text to display. The red rectangle reflects the size of the region you are editing.");
// line 138
echo " ";
echo __("Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 139
echo " ";
$context["playlistEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 140
echo " ";
echo $context["forms"]->getmessage(($context["playlistEditorMessage"] ?? null), "playlist-editor-message ta_text-advanced-editor-show");
echo "
";
// line 176
echo $context["forms"]->gettextarea("ta_text", "", $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "text"], "method"), "", "inline-editor-hide", "", 10);
echo "
";
// line 181
echo __("Optional JavaScript");
echo "
";
// line 184
echo $context["forms"]->gettextarea("javaScript", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "javaScript"], "method"), "", "", "", 10);
echo "