";
// line 38
$this->loadTemplate("displayprofile-form-edit-common-fields.twig", "displayprofile-form-edit-linux.twig", 38)->display($context);
// line 39
echo "
";
// line 40
$context["title"] = __("Collect interval");
// line 41
echo " ";
$context["helpText"] = __("How often should the Player check for new content.");
// line 42
echo " ";
$context["options"] = [0 => ["id" => 60, "value" => __("1 minute")], 1 => ["id" => 300, "value" => __("5 minutes")], 2 => ["id" => 600, "value" => __("10 minutes")], 3 => ["id" => 1800, "value" => __("30 minutes")], 4 => ["id" => 3600, "value" => __("1 hour")], 5 => ["id" => 5400, "value" => __("1 hour 30 minutes")], 6 => ["id" => 7200, "value" => __("2 hours")], 7 => ["id" => 9000, "value" => __("2 hours 30 minutes")], 8 => ["id" => 10800, "value" => __("3 hours")], 9 => ["id" => 12600, "value" => __("3 hours 30 minutes")], 10 => ["id" => 14400, "value" => __("4 hours")], 11 => ["id" => 18000, "value" => __("5 hours")], 12 => ["id" => 21600, "value" => __("6 hours")], 13 => ["id" => 25200, "value" => __("7 hours")], 14 => ["id" => 28800, "value" => __("8 hours")], 15 => ["id" => 32400, "value" => __("9 hours")], 16 => ["id" => 36000, "value" => __("10 hours")], 17 => ["id" => 39600, "value" => __("11 hours")], 18 => ["id" => 43200, "value" => __("12 hours")], 19 => ["id" => 86400, "value" => __("24 hours")]];
// line 64
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "collectInterval", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "collectInterval"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 66
$context["title"] = __("XMR Public Address");
// line 67
echo " ";
$context["helpText"] = __("Please enter the public address for XMR.");
// line 68
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "xmrNetworkAddress", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "xmrNetworkAddress"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 70
$context["title"] = __("Enable stats reporting?");
// line 71
echo " ";
$context["helpText"] = __("Should the application send proof of play stats to the CMS.");
// line 72
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "statsEnabled", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "statsEnabled"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 74
$context["title"] = __("Aggregation level");
// line 75
echo " ";
$context["helpText"] = __("Set the level of collection for Proof of Play Statistics to be applied to selected Layouts / Media and Widget items.");
// line 76
echo " ";
$context["options"] = [0 => ["id" => "Individual", "value" => __("Individual")], 1 => ["id" => "Hourly", "value" => __("Hourly")], 2 => ["id" => "Daily", "value" => __("Daily")]];
// line 81
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "aggregationLevel", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "aggregationLevel"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null), 8 => "aggregation-level"], "method"), "html", null, true);
echo "
";
// line 86
$context["title"] = __("Download Window Start Time");
// line 87
echo " ";
$context["helpText"] = __("The start of the time window to connect to the CMS and download updates.");
// line 88
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "time", [0 => "downloadStartWindow", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "downloadStartWindow"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 90
$context["title"] = __("Download Window End Time");
// line 91
echo " ";
$context["helpText"] = __("The end of the time window to connect to the CMS and download updates.");
// line 92
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "time", [0 => "downloadEndWindow", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "downloadEndWindow"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 94
$context["title"] = __("Force HTTPS?");
// line 95
echo " ";
$context["helpText"] = __("Should Displays be forced to use HTTPS connection to the CMS?");
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "forceHttps", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "forceHttps"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 98
$context["title"] = __("Operating Hours");
// line 99
echo " ";
$context["helpText"] = __("Select a day part that should act as operating hours for this display - email alerts will not be sent outside of operating hours");
// line 100
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "300px"], 1 => ["name" => "data-allow-clear", "value" => "true"], 2 => ["name" => "data-placeholder--id", "value" => null], 3 => ["name" => "data-placeholder--value", "value" => ""], 4 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("daypart.search")], 5 => ["name" => "data-search-term", "value" => "name"], 6 => ["name" => "data-id-property", "value" => "dayPartId"], 7 => ["name" => "data-text-property", "value" => "name"], 8 => ["name" => "data-filter-options", "value" => "{\"isAlways\":\"0\", \"isCustom\":\"0\"}"]];
// line 111
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "dayPartId", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "dayPartId"], "method"), 4 => twig_array_merge([0 => ["dayPartId" => null, "name" => ""]], ($context["dayParts"] ?? null)), 5 => "dayPartId", 6 => "name", 7 => ($context["helpText"] ?? null), 8 => "pagedSelect", 9 => "", 10 => "", 11 => "", 12 => ($context["attributes"] ?? null)], "method"), "html", null, true);
echo "
";
// line 117
$context["title"] = __("Width");
// line 118
echo " ";
$context["helpText"] = __("The Width of the Display Window. 0 means full width.");
// line 119
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "sizeX", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sizeX"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 121
$context["title"] = __("Height");
// line 122
echo " ";
$context["helpText"] = __("The Height of the Display Window. 0 means full height.");
// line 123
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "sizeY", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sizeY"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 125
$context["title"] = __("Left Coordinate");
// line 126
echo " ";
$context["helpText"] = __("The left pixel position the display window should be sized from.");
// line 127
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "offsetX", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "offsetX"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 129
$context["title"] = __("Top Coordinate");
// line 130
echo " ";
$context["helpText"] = __("The top pixel position the display window should be sized from.");
// line 131
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "offsetY", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "offsetY"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 137
$context["title"] = __("Log Level");
// line 138
echo " ";
$context["helpText"] = __("The logging level that should be recorded by the Player.");
// line 139
echo " ";
$context["options"] = [0 => ["id" => "trace", "value" => __("Trace")], 1 => ["id" => "debug", "value" => __("Debug")], 2 => ["id" => "info", "value" => __("Information")], 3 => ["id" => "error", "value" => __("Error")], 4 => ["id" => "off", "value" => __("Off")]];
// line 146
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "logLevel", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "logLevel"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 152
$context["title"] = __("Enable Shell Commands");
// line 153
echo " ";
$context["helpText"] = __("Enable the Shell Command module.");
// line 154
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "enableShellCommands", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "enableShellCommands"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 156
if (($this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED", 1 => 0], "method") == 1)) {
// line 157
echo " ";
$context["title"] = __("Notify current layout");
// line 158
echo " ";
$context["helpText"] = __("When enabled the Player will send the current layout to the CMS each time it changes. Warning: This is bandwidth intensive and should be disabled unless on a LAN.");
// line 159
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "sendCurrentLayoutAsStatusUpdate", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sendCurrentLayoutAsStatusUpdate"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
}
// line 161
echo "
";
// line 162
$context["title"] = __("Expire Modified Layouts?");
// line 163
echo " ";
$context["helpText"] = __("Expire Modified Layouts immediately on change. This means a layout can be cut during playback if it receives an update from the CMS");
// line 164
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "expireModifiedLayouts", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "expireModifiedLayouts"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 166
$context["title"] = __("Maximum concurrent downloads");
// line 167
echo " ";
$context["helpText"] = __("The maximum number of concurrent downloads the Player will attempt.");
// line 168
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "maxConcurrentDownloads", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "maxConcurrentDownloads"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 170
$context["title"] = __("Shell Command Allow List");
// line 171
echo " ";
$context["helpText"] = __("Which shell commands should the Player execute?");
// line 172
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "shellCommandAllowList", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "shellCommandAllowList"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 174
if (($this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED", 1 => 0], "method") == 1)) {
// line 175
echo " ";
$context["title"] = __("Screen shot interval");
// line 176
echo " ";
$context["helpText"] = __("The duration between status screen shots in minutes. 0 to disable. Warning: This is bandwidth intensive.");
// line 177
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "screenShotRequestInterval", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "screenShotRequestInterval"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
}
// line 179
echo "
";
// line 180
$context["title"] = __("Screen Shot Size");
// line 181
echo " ";
$context["helpText"] = __("The size of the largest dimension. Empty or 0 means the screen size.");
// line 182
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "screenShotSize", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "screenShotSize"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 184
$context["title"] = __("Limit the number of log files uploaded concurrently");
// line 185
echo " ";
$context["helpText"] = __("The number of log files to upload concurrently. The lower the number the longer it will take, but the better for memory usage.");
// line 186
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "maxLogFileUploads", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "maxLogFileUploads"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 188
$context["title"] = __("Embedded Web Server Port");
// line 189
echo " ";
$context["helpText"] = __("The port number to use for the embedded web server on the Player. Only change this if there is a port conflict reported on the status screen.");
// line 190
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "embeddedServerPort", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "embeddedServerPort"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 192
$context["title"] = __("Prevent Sleep?");
// line 193
echo " ";
$context["helpText"] = __("Stop the player PC power management from Sleeping the PC");
// line 194
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "preventSleep", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "preventSleep"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 198
if ((twig_length_filter($this->env, ($context["commands"] ?? null)) > 0)) {
// line 199
echo "
";
// line 200
$this->loadTemplate("displayprofile-form-edit-command-fields.twig", "displayprofile-form-edit-linux.twig", 200)->display($context);
// line 201
echo "
";
}
// line 203
echo "