芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/midiatech/views/displayprofile-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 "Add Profile" %}
{% endblock %} {% block pageContent %}
{% trans "Display Setting Profiles" %}
{% trans "Name" %}
{% set title %}{% trans "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("type", "single", title, "", options, "optionid", "option") }}
{% trans "Name" %}
{% trans "Type" %}
{% trans "Default" %}
{% trans "Row Menu" %}
{% endblock %} {% block javaScript %} {% endblock %}