";
// line 41
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
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 43
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
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 47
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 49
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 50
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 51
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 53
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
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 55
echo "
";
// line 56
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 60
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 61
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 62
($context["inheritOption"] ?? null)]];
// line 64
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 68
ob_start(function () { return ''; });
echo __("Clock Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
echo " ";
ob_start(function () { return ''; });
echo __("Please select the type of clock to display.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("Analog");
$context["analog"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
ob_start(function () { return ''; });
echo __("Digital");
$context["digital"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
ob_start(function () { return ''; });
echo __("Flip Clock");
$context["flip"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
$context["options"] = [0 => ["id" => 1, "value" => // line 74
($context["analog"] ?? null)], 1 => ["id" => 2, "value" => // line 75
($context["digital"] ?? null)], 2 => ["id" => 3, "value" => // line 76
($context["flip"] ?? null)]];
// line 78
echo " ";
echo $context["forms"]->getdropdown("clockTypeId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "clockTypeId"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 80
ob_start(function () { return ''; });
echo __("Clock Face");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
ob_start(function () { return ''; });
echo __("Please select a clock face.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 82
echo " ";
echo $context["forms"]->getdropdown("clockFace", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "clockFace", 1 => "TwentyFourHourClock"], "method"), $this->getAttribute(($context["module"] ?? null), "clockFaces", [], "method"), "id", "value", ($context["helpText"] ?? null), "flip-control-group");
echo "
";
// line 84
ob_start(function () { return ''; });
echo __("Offset");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 85
echo " ";
ob_start(function () { return ''; });
echo __("The offset in minutes that should be applied to the current time, or if a counter then date/time to run from in the format Y-m-d H:i:s.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 86
echo " ";
echo $context["forms"]->getinput("offset", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "offset"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 88
ob_start(function () { return ''; });
echo __("Show Seconds?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 89
echo " ";
ob_start(function () { return ''; });
echo __("Should the clock show seconds or not?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 90
echo " ";
echo $context["forms"]->getcheckbox("showSeconds", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "showSeconds", 1 => 1], "method"), ($context["helpText"] ?? null), "flip-control-group");
echo "
";
// line 92
ob_start(function () { return ''; });
echo __("Theme");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 93
echo " ";
ob_start(function () { return ''; });
echo __("Please select a theme for the clock.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 94
echo " ";
ob_start(function () { return ''; });
echo __("Light");
$context["light"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 95
echo " ";
ob_start(function () { return ''; });
echo __("Dark");
$context["dark"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 96
echo " ";
$context["options"] = [0 => ["id" => 1, "value" => // line 97
($context["light"] ?? null)], 1 => ["id" => 2, "value" => // line 98
($context["dark"] ?? null)]];
// line 100
echo " ";
echo $context["forms"]->getdropdown("themeId", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "theme"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null), "analogue-control-group");
echo "
";
// line 105
echo __("Clock Template");
echo "
getAttribute(($context["module"] ?? null), "getOption", [0 => "ta_text_advanced", 1 => 0], "method") == 1)) {
echo "checked";
}
echo "
data-size=\"small\"
data-label-text=\"";
// line 108
echo __("Visual editor");
echo "\"
data-label-width=\"80px\"
data-on-text=\"";
// line 110
echo __("On");
echo "\"
data-off-text=\"";
// line 111
echo __("Off");
echo "\">
";
// line 115
ob_start(function () { return ''; });
echo __("Enter a format for the Digital Clock e.g. [HH:mm] or [DD/MM/YYYY]. See the manual for more information.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 116
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null), "");
echo "
";
// line 118
ob_start(function () { return ''; });
// line 119
echo " ";
echo __("Enter text or HTML in the box below.");
echo "
";
$context["simpleTextEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 121
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage"] ?? null), "ta_text-advanced-editor-hide inline-editor-hide");
echo "
";
// line 124
echo " ";
ob_start(function () { return ''; });
// line 125
echo " ";
echo __("Enter text to display using the inline editor which can be opened by clicking in the preview on the left.");
// line 126
echo " ";
echo __("When using the inline editor Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 127
echo " ";
$context["layoutDesignerMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 128
echo " ";
echo $context["forms"]->getmessage(($context["layoutDesignerMessage"] ?? null), "layout-designer-message inline-editor-show");
echo "
";
// line 131
echo " ";
ob_start(function () { return ''; });
// line 132
echo " ";
echo __("Enter the text to display. The red rectangle reflects the size of the region you are editing.");
// line 133
echo " ";
echo __("Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 134
echo " ";
$context["playlistEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 135
echo " ";
echo $context["forms"]->getmessage(($context["playlistEditorMessage"] ?? null), "playlist-editor-message ta_text-advanced-editor-show");
echo "
";
// line 155
echo $context["forms"]->gettextarea("ta_text", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "format"], "method"), "", "inline-editor-hide", "", 10);
echo "