";
// line 56
ob_start(function () { return ''; });
echo __("Display");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
if (($context["displayLockName"] ?? null)) {
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("The Name of the Display - your administrator has locked this to the device name");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->getdisabled("display", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "display", []), ($context["helpText"] ?? null), "", "required");
echo "
";
} else {
// line 61
echo " ";
ob_start(function () { return ''; });
echo __("The Name of the Display - (1 - 50 characters).");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
echo $context["forms"]->getinput("display", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "display", []), ($context["helpText"] ?? null), "", "required");
echo "
";
}
// line 64
echo "
";
// line 65
ob_start(function () { return ''; });
echo __("Display's Hardware Key");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("A unique identifier for this display.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
echo $context["forms"]->getinput("license", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "license", []), ($context["helpText"] ?? null), "", "required", "", false);
echo "
";
// line 69
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("A description - (1 - 254 characters).");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
echo $context["forms"]->getinput("description", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "description", []), ($context["helpText"] ?? null));
echo "
";
// line 73
ob_start(function () { return ''; });
echo __("Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo " ";
ob_start(function () { return ''; });
echo __("Tags for this Display - Comma separated string of Tags or Tag|Value format. If you choose a Tag that has associated values, they will be shown for selection below.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo " ";
echo $context["forms"]->getinputWithTags("tags", ($context["title"] ?? null), ($context["tags"] ?? null), ($context["helpText"] ?? null), "tags-with-value");
echo "
";
// line 79
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
echo $context["forms"]->getdropdown("tagValue", "single", ($context["title"] ?? null), "", ($context["options"] ?? null), "key", "value");
echo "
";
// line 83
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
ob_start(function () { return ''; });
echo __("Please provide the value for this Tag and confirm by pressing enter on your keyboard.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 85
echo " ";
echo $context["forms"]->getinput("tagValueInput", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 89
echo __("This tag requires a set value, please select one from the Tag value dropdown or provide Tag value in the dedicated field.");
echo "
";
// line 92
ob_start(function () { return ''; });
echo __("Authorise display?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 93
echo " ";
ob_start(function () { return ''; });
echo __("Use one of the available slots for this display?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 94
echo " ";
ob_start(function () { return ''; });
echo __("Yes");
$context["yes"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 95
echo " ";
ob_start(function () { return ''; });
echo __("No");
$context["no"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 96
echo " ";
$context["options"] = [0 => ["licensedid" => 1, "licensed" => // line 97
($context["yes"] ?? null)], 1 => ["licensedid" => 0, "licensed" => // line 98
($context["no"] ?? null)]];
// line 100
echo " ";
echo $context["forms"]->getdropdown("licensed", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "licensed", []), ($context["options"] ?? null), "licensedid", "licensed", ($context["helpText"] ?? null));
echo "
";
// line 102
ob_start(function () { return ''; });
echo __("Default Layout");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 103
echo " ";
ob_start(function () { return ''; });
echo __("The Default Layout to display where there is no other content scheduled. If left empty with no other content scheduled the splash screen will be displayed");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 104
echo " ";
$context["attributes"] = [0 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("layout.search")], 1 => ["name" => "data-search-term", "value" => "layout"], 2 => ["name" => "data-search-term-tags", "value" => "tags"], 3 => ["name" => "data-id-property", "value" => "layoutId"], 4 => ["name" => "data-text-property", "value" => "layout"], 5 => ["name" => "data-filter-options", "value" => "{\"retired\":\"0\"}"]];
// line 112
echo " ";
echo $context["forms"]->getdropdown("defaultLayoutId", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "defaultLayoutId", []), ($context["layouts"] ?? null), "layoutId", "layout", ($context["helpText"] ?? null), "pagedSelect", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 115
ob_start(function () { return ''; });
echo __("Latitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 116
echo " ";
ob_start(function () { return ''; });
echo __("The Latitude of this display");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 117
echo " ";
echo $context["forms"]->getnumber("latitude", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "latitude", []), ($context["helpText"] ?? null));
echo "
";
// line 119
ob_start(function () { return ''; });
echo __("Longitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 120
echo " ";
ob_start(function () { return ''; });
echo __("The Longitude of this Display");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 121
echo " ";
echo $context["forms"]->getnumber("longitude", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "longitude", []), ($context["helpText"] ?? null));
echo "
";
// line 123
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"]];
// line 126
echo " ";
ob_start(function () { return ''; });
echo __("Timezone");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 127
echo " ";
ob_start(function () { return ''; });
echo __("The timezone for this display, or empty to use the CMS timezone");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 128
echo " ";
echo $context["forms"]->getdropdown("timeZone", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "timeZone", []), twig_array_merge([0 => ["id" => "", "value" => ""]], ($context["timeZones"] ?? null)), "id", "value", ($context["helpText"] ?? null), "selectPicker", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 132
ob_start(function () { return ''; });
echo __("Email Alerts");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 133
echo " ";
ob_start(function () { return ''; });
echo __("Do you want to be notified by email if there is a problem with this display?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 134
echo " ";
ob_start(function () { return ''; });
echo __("Yes");
$context["yes"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 135
echo " ";
ob_start(function () { return ''; });
echo __("No");
$context["no"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 136
echo " ";
$context["options"] = [0 => ["id" => 0, "value" => // line 137
($context["no"] ?? null)], 1 => ["id" => 1, "value" => // line 138
($context["yes"] ?? null)]];
// line 140
echo " ";
echo $context["forms"]->getdropdown("emailAlert", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "emailAlert", []), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 143
ob_start(function () { return ''; });
echo __("Use the Global Timeout?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 144
echo " ";
ob_start(function () { return ''; });
echo __("Should this display be tested against the global time out or the Player collection interval?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 145
echo " ";
echo $context["forms"]->getcheckbox("alertTimeout", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "alertTimeout", []), ($context["helpText"] ?? null));
echo "
";
// line 149
ob_start(function () { return ''; });
echo __("Enable Wake on LAN");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 150
echo " ";
ob_start(function () { return ''; });
echo __("Wake on Lan requires the correct network configuration to route the magic packet to the display PC");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 151
echo " ";
echo $context["forms"]->getcheckbox("wakeOnLanEnabled", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "wakeOnLanEnabled", []), ($context["helpText"] ?? null));
echo "
";
// line 153
ob_start(function () { return ''; });
echo __("BroadCast Address");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 154
echo " ";
ob_start(function () { return ''; });
echo __("The IP address of the remote host's broadcast address (or gateway)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 155
echo " ";
echo $context["forms"]->getinput("broadCastAddress", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "broadCastAddress", []), ($context["helpText"] ?? null));
echo "
";
// line 157
ob_start(function () { return ''; });
echo __("Wake on LAN SecureOn");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 158
echo " ";
ob_start(function () { return ''; });
echo __("Enter a hexadecimal password of a SecureOn enabled Network Interface Card (NIC) of the remote host. Enter a value in this pattern: 'xx-xx-xx-xx-xx-xx'. Leave the following field empty, if SecureOn is not used (for example, because the NIC of the remote host does not support SecureOn).");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 159
echo " ";
echo $context["forms"]->getinput("secureOn", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "secureOn", []), ($context["helpText"] ?? null));
echo "
";
// line 161
ob_start(function () { return ''; });
echo __("Wake on LAN Time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 162
echo " ";
ob_start(function () { return ''; });
echo __("The time this display should receive the WOL command, using the 24hr clock - e.g. 19:00. Maintenance must be enabled.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 163
echo " ";
echo $context["forms"]->getinput("wakeOnLanTime", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "wakeOnLanTime", []), ($context["helpText"] ?? null));
echo "
";
// line 166
ob_start(function () { return ''; });
echo __("Wake on LAN CIDR");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 167
echo " ";
ob_start(function () { return ''; });
echo __("Enter a number within the range of 0 to 32 in the following field. Leave the following field empty, if no subnet mask should be used (CIDR = 0). If the remote host's broadcast address is unknown: Enter the host name or IP address of the remote host in Broad Cast Address and enter the CIDR subnet mask of the remote host in this field.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 168
echo " ";
echo $context["forms"]->getinput("cidr", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "cidr", []), ($context["helpText"] ?? null));
echo "
";
// line 171
ob_start(function () { return ''; });
echo __("Settings Profile?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 172
echo " ";
ob_start(function () { return ''; });
echo __("What display profile should this display use? To use the default profile leave this empty.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 173
echo " ";
echo $context["forms"]->getdropdown("displayProfileId", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "displayProfileId", []), twig_array_merge([0 => ["displayProfileId" => null, "name" => ""]], ($context["profiles"] ?? null)), "displayProfileId", "name", ($context["helpText"] ?? null));
echo "
";
// line 175
ob_start(function () { return ''; });
echo __("The settings for this display are shown below. They are taken from the active Display Profile for this Display, which can be changed in Display Settings. If you have altered the Settings Profile above, you will need to save and re-show the form.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 176
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null));
echo "
";
// line 180
echo twig_escape_filter($this->env, __("Setting"), "html", null, true);
echo " |
";
// line 181
echo twig_escape_filter($this->env, __("Profile"), "html", null, true);
echo " |
";
// line 182
echo twig_escape_filter($this->env, __("Override"), "html", null, true);
echo " |
";
// line 189
ob_start(function () { return ''; });
echo __("Interleave Default");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 190
echo " ";
ob_start(function () { return ''; });
echo __("Whether to always put the default layout into the cycle.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 191
echo " ";
ob_start(function () { return ''; });
echo __("Yes");
$context["yes"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 192
echo " ";
ob_start(function () { return ''; });
echo __("No");
$context["no"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 193
echo " ";
$context["options"] = [0 => ["id" => 0, "value" => // line 194
($context["no"] ?? null)], 1 => ["id" => 1, "value" => // line 195
($context["yes"] ?? null)]];
// line 197
echo " ";
echo $context["forms"]->getdropdown("incSchedule", "single", ($context["title"] ?? null), $this->getAttribute(($context["display"] ?? null), "incSchedule", []), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 199
ob_start(function () { return ''; });
echo __("Auditing until");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 200
echo " ";
ob_start(function () { return ''; });
echo __("Collect auditing from this Player. Should only be used if there is a problem with the display.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 201
echo " ";
if ($this->getAttribute(($context["display"] ?? null), "isAuditing", [], "method")) {
// line 202
echo " ";
$context["auditing"] = $this->getAttribute(($context["display"] ?? null), "auditingUntilIso", []);
// line 203
echo " ";
} else {
// line 204
echo " ";
$context["auditing"] = "";
// line 205
echo " ";
}
// line 206
echo " ";
echo $context["forms"]->getdatetime("auditingUntil", ($context["title"] ?? null), ($context["auditing"] ?? null), ($context["helpText"] ?? null));
echo "
";
// line 208
ob_start(function () { return ''; });
echo __("Bandwidth limit");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 209
echo " ";
ob_start(function () { return ''; });
echo __("The bandwidth limit that should be applied. Enter 0 for no limit.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 210
echo "
";
// line 225
ob_start(function () { return ''; });
echo __("Clear Cached Data");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 226
echo " ";
ob_start(function () { return ''; });
echo __("Remove any cached data for this display.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 227
echo " ";
echo $context["forms"]->getcheckbox("clearCachedData", ($context["title"] ?? null), 1, ($context["helpText"] ?? null));
echo "
";
// line 229
ob_start(function () { return ''; });
echo __("Reconfigure XMR");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 230
echo " ";
ob_start(function () { return ''; });
echo __("Remove the XMR configuration for this Player and send a rekey action.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 231
echo " ";
echo $context["forms"]->getcheckbox("rekeyXmr", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 235
ob_start(function () { return ''; });
echo __("TeamViewer Serial");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 236
echo " ";
ob_start(function () { return ''; });
echo __("If TeamViewer is installed on the device, enter the serial number here.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 237
echo " ";
echo $context["forms"]->getinput("teamViewerSerial", ($context["title"] ?? null), ($context["teamViewerSerial"] ?? null), ($context["helpText"] ?? null));
echo "
";
// line 239
ob_start(function () { return ''; });
echo __("Webkey Serial");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 240
echo " ";
ob_start(function () { return ''; });
echo __("If Webkey is installed on the device, enter the serial number here.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 241
echo " ";
echo $context["forms"]->getinput("webkeySerial", ($context["title"] ?? null), ($context["webkeySerial"] ?? null), ($context["helpText"] ?? null));
echo "