芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/views/display-page.twig
{# /* * 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 %}
{% trans "Refresh" %}
{% endblock %} {% block pageContent %}
{% trans "Displays" %}
{% set title %}{% trans "Name" %}{% endset %} {{ inline.input("display", title) }} {% set title %}{% trans "Mac Address" %}{% endset %} {{ inline.input("macAddress", title) }} {% 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 "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 helpText %}{% trans "A comma separated list of tags to filter by. Enter --no-tag to see items without tags." %}{% endset %} {{ inline.inputWithTags("tags", title, null, helpText) }}
{% trans "ID" %}
{% trans "Display" %}
{% trans "Status" %}
{% trans "Authorised?" %}
{% trans "Current Layout" %}
{% trans "Storage Available" %}
{% trans "Storage Total" %}
{% trans "Storage Free %" %}
{% trans "Description" %}
{% 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 "Screen shot?" %}
{% trans "Thumbnail" %}
{% trans "Last Command" %}
{% trans "XMR Registered" %}
{% endblock %} {% block javaScript %} {% endblock %}