";
// line 47
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 48
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 49
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 51
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 52
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 53
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 55
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
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 57
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 59
ob_start(function () { return ''; });
echo __("Duration is per page");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 60
echo " ";
ob_start(function () { return ''; });
echo __("The duration specified is per page/item otherwise the widget duration is divided between the number of pages/items.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 61
echo " ";
echo $context["forms"]->getcheckbox("durationIsPerPage", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "durationIsPerPage"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 63
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 64
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 65
echo "
";
// line 66
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 70
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 71
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 72
($context["inheritOption"] ?? null)]];
// line 74
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 78
ob_start(function () { return ''; });
echo __("Currencies");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start(function () { return ''; });
echo __("A comma separated list of Currency Acronyms/Abbreviations, e.g. GBP,USD,EUR. For the best results enter no more than 5 items.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
echo $context["forms"]->getinput("items", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "items"], "method"), ($context["helpText"] ?? null), "", "required");
echo "
";
// line 82
ob_start(function () { return ''; });
echo __("Base");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
ob_start(function () { return ''; });
echo __("The base currency.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
echo $context["forms"]->getinput("base", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "base"], "method"), ($context["helpText"] ?? null), "", "required");
echo "
";
// line 86
ob_start(function () { return ''; });
echo __("Reverse conversion?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 87
echo " ";
ob_start(function () { return ''; });
echo __("Tick if you would like your base currency to be used as the comparison currency for each currency you've entered. For example base/compare becomes compare/base - USD/GBP becomes GBP/USD.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 88
echo " ";
echo $context["forms"]->getcheckbox("reverseConversion", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "reverseConversion", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
// line 92
ob_start(function () { return ''; });
echo __("Background Colour");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 93
echo " ";
ob_start(function () { return ''; });
echo __("The selected effect works best with a background colour. Optionally add one here.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 94
echo " ";
echo $context["forms"]->getinput("backgroundColor", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "backgroundColor"], "method"), ($context["helpText"] ?? null), "background-color-group");
echo "
";
// line 96
ob_start(function () { return ''; });
echo __("Date Format");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
ob_start(function () { return ''; });
echo __("Enter the date format to apply to all dates returned: d - day in numbers; 01 to 31 / D - day of the week as text; Mon to Sun: m - month in numbers; 01 to 12 /M - month in text; Jan to Dec - year in two digits; 19 / Y - year in four digits; 2019");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 98
echo " ";
echo $context["forms"]->getinput("dateFormat", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "dateFormat"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 100
ob_start(function () { return ''; });
echo __("Effect");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
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 102
echo " ";
ob_start(function () { return ''; });
echo __("None");
$context["noneOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 103
echo " ";
ob_start(function () { return ''; });
echo __("Fade");
$context["fade"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 104
echo " ";
ob_start(function () { return ''; });
echo __("Fade Out");
$context["fadeout"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 105
echo " ";
ob_start(function () { return ''; });
echo __("Scroll Horizontal");
$context["scrollHorz"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 106
echo " ";
ob_start(function () { return ''; });
echo __("Scroll Vertical");
$context["scrollVert"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 107
echo " ";
ob_start(function () { return ''; });
echo __("Flip Horizontal");
$context["flipHorz"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 108
echo " ";
ob_start(function () { return ''; });
echo __("Flip Vertical");
$context["flipVert"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 109
echo " ";
ob_start(function () { return ''; });
echo __("Shuffle");
$context["shuffle"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 110
echo " ";
ob_start(function () { return ''; });
echo __("Tile Slide");
$context["tileSlide"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 111
echo " ";
ob_start(function () { return ''; });
echo __("Tile Blind");
$context["tileBlind"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 112
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Left");
$context["marqueeLeft"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 113
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Right");
$context["marqueeRight"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 114
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Up");
$context["marqueeUp"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 115
echo " ";
ob_start(function () { return ''; });
echo __("Marquee Down");
$context["marqueeDown"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 116
echo " ";
$context["options"] = [0 => ["effectid" => "none", "effect" => // line 117
($context["noneOption"] ?? null)], 1 => ["effectid" => "fade", "effect" => // line 118
($context["fade"] ?? null)], 2 => ["effectid" => "fadeout", "effect" => // line 119
($context["fadeout"] ?? null)], 3 => ["effectid" => "scrollHorz", "effect" => // line 120
($context["scrollHorz"] ?? null)], 4 => ["effectid" => "scrollVert", "effect" => // line 121
($context["scrollVert"] ?? null)], 5 => ["effectid" => "flipHorz", "effect" => // line 122
($context["flipHorz"] ?? null)], 6 => ["effectid" => "flipVert", "effect" => // line 123
($context["flipVert"] ?? null)], 7 => ["effectid" => "shuffle", "effect" => // line 124
($context["shuffle"] ?? null)], 8 => ["effectid" => "tileSlide", "effect" => // line 125
($context["tileSlide"] ?? null)], 9 => ["effectid" => "tileBlind", "effect" => // line 126
($context["tileBlind"] ?? null)]];
// line 128
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 130
ob_start(function () { return ''; });
echo __("Speed");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 131
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 132
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 136
ob_start(function () { return ''; });
echo __("Template");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 137
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 138
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 140
ob_start(function () { return ''; });
echo __("Override the template?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 141
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 142
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 144
ob_start(function () { return ''; });
// line 145
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 147
echo " ";
echo $context["forms"]->getmessage(($context["useTemplatesMessage"] ?? null), "template-override-controls");
echo "
";
// line 149
ob_start(function () { return ''; });
echo __("Original Width");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 150
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 151
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 153
ob_start(function () { return ''; });
echo __("Original Height");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 154
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 155
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 157
ob_start(function () { return ''; });
echo __("Items per Page");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 158
echo " ";
ob_start(function () { return ''; });
echo __("This is the intended number of items on each page.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 159
echo " ";
echo $context["forms"]->getnumber("maxItemsPerPage", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "maxItemsPerPage", 1 => ($context["undefined"] ?? null)], "method"), ($context["helpText"] ?? null), "template-override-controls", "required");
echo "
";
// line 164
echo __("Main Template");
echo "
getAttribute(($context["module"] ?? null), "getOption", [0 => "mainTemplate_advanced", 1 => 0], "method") == 1)) {
echo "checked";
}
echo "
data-size=\"small\"
data-label-text=\"";
// line 167
echo __("Visual editor");
echo "\"
data-label-width=\"80px\"
data-on-text=\"";
// line 169
echo __("On");
echo "\"
data-off-text=\"";
// line 170
echo __("Off");
echo "\">
";
// line 174
ob_start(function () { return ''; });
// line 175
echo " ";
echo __("Enter text or HTML in the box below.");
echo "
";
$context["simpleTextEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 177
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage"] ?? null), "mainTemplate-advanced-editor-hide");
echo "
";
// line 179
ob_start(function () { return ''; });
// line 180
echo " ";
echo __("Enter the text to display. The red rectangle reflects the size of the region you are editing.");
// line 181
echo " ";
echo __("Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 182
echo " ";
$context["simpleTextEditorMessage2"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 183
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage2"] ?? null), "mainTemplate-advanced-editor-show");
echo "
";
// line 186
echo $context["forms"]->gettextarea("mainTemplate", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "mainTemplate"], "method"), "", "", "", 10);
echo "
";
// line 191
echo __("Item Template");
echo "
getAttribute(($context["module"] ?? null), "getOption", [0 => "itemTemplate_advanced", 1 => 0], "method") == 1)) {
echo "checked";
}
echo "
data-size=\"small\"
data-label-text=\"";
// line 194
echo __("Visual editor");
echo "\"
data-label-width=\"80px\"
data-on-text=\"";
// line 196
echo __("On");
echo "\"
data-off-text=\"";
// line 197
echo __("Off");
echo "\">
";
// line 201
ob_start(function () { return ''; });
// line 202
echo " ";
echo __("Enter text or HTML in the box below.");
echo "
";
$context["simpleTextEditorMessage"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 204
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage"] ?? null), "itemTemplate-advanced-editor-hide");
echo "
";
// line 206
ob_start(function () { return ''; });
// line 207
echo " ";
echo __("Enter the text to display. The red rectangle reflects the size of the region you are editing.");
// line 208
echo " ";
echo __("Shift+Enter will drop a single line. Enter alone starts a new paragraph.");
// line 209
echo " ";
$context["simpleTextEditorMessage2"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 210
echo " ";
echo $context["forms"]->getmessage(($context["simpleTextEditorMessage2"] ?? null), "itemTemplate-advanced-editor-show");
echo "
";
// line 213
ob_start(function () { return ''; });
echo __("Enter the template for each item. Replaces [itemsTemplate] in main template.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 214
echo " ";
echo $context["forms"]->gettextarea("itemTemplate", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "itemTemplate"], "method"), "", "", "", 10);
echo "
";
// line 219
echo __("Optional Stylesheet");
echo "
";
// line 222
echo $context["forms"]->gettextarea("styleSheet", "", $this->getAttribute(($context["module"] ?? null), "getRawNode", [0 => "styleSheet"], "method"), "", "", "", 10);
echo "
";
// line 227
echo __("No Records");
echo "
";
// line 230
ob_start(function () { return ''; });
echo __("Message");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 231
echo " ";
ob_start(function () { return ''; });
echo __("A message to display when there are no records returned by the search query");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 232
echo " ";
echo $context["forms"]->getinput("noRecordsMessage", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "noRecordsMessage"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 236
ob_start(function () { return ''; });
echo __("Update Interval (mins)");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 237
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the update interval in minutes. This should be kept as high as possible. For example, if the data will only change once per hour this could be set to 60.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 238
echo " ";
echo $context["forms"]->getnumber("updateInterval", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "updateInterval", 1 => 60], "method"), ($context["helpText"] ?? null), "", "required");
echo "