{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2015 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block actionMenu %} {% endblock %} {% block pageContent %}
{% trans "Displays" %}
{% set title %}{% trans "ID" %}{% endset %} {{ inline.number("displayId", title) }}
{% set title %}{% trans "Status" %}{% endset %} {% set check %}{% trans "Up to date" %}{% endset %} {% set cloud %}{% trans "Out of date" %}{% endset %} {% set cross %}{% trans "Downloading" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "1", option: check}, { optionid: "3", option: cloud}, { optionid: "2", option: cross} ] %} {{ inline.dropdown("mediaInventoryStatus", "single", title, "", options, "optionid", "option") }} {% set title %}{% trans "Logged In?" %}{% endset %} {% set yesOption %}{% trans "Yes" %}{% endset %} {% set noOption %}{% trans "No" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "1", option: yesOption}, { optionid: "0", option: noOption} ] %} {{ inline.dropdown("loggedIn", "single", title, "", options, "optionid", "option") }} {% set title %}{% trans "Authorised?" %}{% endset %} {% set yesOption %}{% trans "Yes" %}{% endset %} {% set noOption %}{% trans "No" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "1", option: yesOption }, { optionid: "0", option: noOption}, ] %} {{ inline.dropdown("authorised", "single", title, "", options, "optionid", "option") }} {% set title %}{% trans "Tags" %}{% endset %} {% set exactTagTitle %}{% trans "Exact match?" %}{% endset %} {% set helpText %}{% trans "A comma separated list of tags to filter by. Enter a Tag value preceded with | to filter by Tag values. Enter --no-tag to see items without tags." %}{% endset %} {{ inline.inputWithTags("tags", title, null, helpText, null, null, null, "exactTags", exactTagTitle) }} {% set title %}{% trans "Display Group" %}{% endset %} {{ inline.dropdown("displayGroupId", "single", title, "", [{displayGroupId:null, displayGroup:""}]|merge(displayGroups), "displayGroupId", "displayGroup") }} {% set title %}{% trans "Display Profile" %}{% endset %} {{ inline.dropdown("displayProfileId", "single", title, "", [{displayProfileId:null, name:""}]|merge(displayProfiles), "displayProfileId", "name") }}
{% set title %}{% trans "Last Accessed" %}{% endset %}
{% set title %}{% trans "Player Type" %}{% endset %} {% set android %}{% trans "Android" %}{% endset %} {% set windows %}{% trans "Windows" %}{% endset %} {% set webos %}{% trans "webOS" %}{% endset %} {% set sssp %}{% trans "Tizen" %}{% endset %} {% set linux %}{% trans "Linux" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "android", option: android}, { optionid: "windows", option: windows}, { optionid: "lg", option: webos}, { optionid: "sssp", option: sssp}, { optionid: "linux", option: linux}, ] %} {{ inline.dropdown("clientType", "single", title, "", options, "optionid", "option") }} {% set title %}{% trans "Player Code" %}{% endset %} {{ inline.input("clientCode", title) }} {% set title %}{% trans "Mac Address" %}{% endset %} {{ inline.input("macAddress", title) }} {% set title %}{% trans "IP Address" %}{% endset %} {{ inline.input("clientAddress", title) }} {% set title %}{% trans "Orientation" %}{% endset %} {% set landscape %}{% trans "Landscape" %}{% endset %} {% set portrait %}{% trans "Portrait" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "landscape", option: landscape}, { optionid: "portrait", option: portrait} ] %} {{ inline.dropdown("orientation", "single", title, "", options, "optionid", "option") }} {% set title %}{% trans "Commercial Licence" %}{% endset %} {% set licensed %}{% trans "Licensed fully" %}{% endset %} {% set trial %}{% trans "Trial" %}{% endset %} {% set notLinceced %}{% trans "Not licenced" %}{% endset %} {% set notApplicable %}{% trans "Not applicable" %}{% endset %} {% set options = [ { optionid: "", option: "" }, { optionid: "1", option: licensed}, { optionid: "2", option: trial}, { optionid: "0", option: notLinceced}, { optionid: "3", option: notApplicable} ] %} {{ inline.dropdown("commercialLicence", "single", title, "", options, "optionid", "option") }}
{% trans "ID" %} {% trans "Display" %} {% trans "Status" %} {% trans "Authorised?" %} {% trans "Current Layout" %} {% trans "Storage Available" %} {% trans "Storage Total" %} {% trans "Storage Free %" %} {% trans "Description" %} {% trans "Orientation" %} {% trans "Resolution" %} {% trans "Tags" %} {% trans "Default Layout" %} {% trans "Interleave Default" %} {% trans "Email Alert" %} {% trans "Logged In" %} {% trans "Last Accessed" %} {% trans "Display Profile" %} {% trans "Version" %} {% trans "Device Name" %} {% trans "IP Address" %} {% trans "Mac Address" %} {% trans "Timezone" %} {% trans "Latitude" %} {% trans "Longitude" %} {% trans "Screen shot?" %} {% trans "Thumbnail" %} {% trans "Bandwidth Limit" %} {% trans "Last Command" %} {% trans "XMR Registered" %} {% trans "Commercial Licence" %} {% trans "Remote" %} {% trans "Row Menu" %}
{% endblock %} {% block javaScript %} {% endblock %}