芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/views/authed-sidebar.twig
{% trans "Dashboard" %}
{% if currentUser.featureEnabled("schedule.view") %}
{% trans "Schedule" %}
{% endif %} {% if currentUser.featureEnabled("daypart.view") %}
{% trans "Dayparting" %}
{% endif %} {% set countViewable = currentUser.featureEnabledCount(["campaign.view", "layout.view", "template.view", "resolution.view"]) %} {% if countViewable > 0 %}
{% trans "Design" %}
{% if currentUser.featureEnabled("campaign.view") %}
{% trans "Campaigns" %}
{% endif %} {% if currentUser.featureEnabled("layout.view") %}
{% trans "Layouts" %}
{% endif %} {% if currentUser.featureEnabled("template.view") %}
{% trans "Templates" %}
{% endif %} {% if currentUser.featureEnabled("resolution.view") %}
{% trans "Resolutions" %}
{% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["library.view", "playlist.view", "dataset.view"]) %} {% if countViewable > 0 %}
{% trans "Library" %}
{% if currentUser.featureEnabled("playlist.view") %}
{% trans "Playlists" %}
{% endif %} {% if currentUser.featureEnabled("library.view") %}
{% trans "Media" %}
{% endif %} {% if currentUser.featureEnabled("dataset.view") %}
{% trans "DataSets" %}
{% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["displays.view", "displaygroup.view", "displayprofile.view", "playersoftware.view", "command.view"]) %} {% if countViewable > 0 %}
{% trans "Displays" %}
{% if currentUser.featureEnabled("displays.view") %}
{% trans "Displays" %}
{% endif %} {% if currentUser.featureEnabled("displaygroup.view") %}
{% trans "Display Groups" %}
{% endif %} {% if currentUser.featureEnabled("displayprofile.view") %}
{% trans "Display Settings" %}
{% endif %} {% if currentUser.featureEnabled("playersoftware.view") %}
{% trans "Player Versions" %}
{% endif %} {% if currentUser.featureEnabled("command.view") %}
{% trans "Commands" %}
{% endif %} {% endif %} {% if currentUser.featureEnabled("users.view") and (currentUser.isGroupAdmin() or currentUser.isSuperAdmin()) %} {% set userMenuViewable = true %} {% else %} {% set userMenuViewable = false %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["usergroup.view", "module.view", "transition.view", "task.view"]) %} {% if countViewable > 0 or userMenuViewable %}
{% trans "Administration" %}
{% if userMenuViewable %}
{% trans "Users" %}
{% endif %} {% if currentUser.featureEnabled("usergroup.view") %}
{% trans "User Groups" %}
{% endif %} {% if currentUser.isSuperAdmin() %}
{% trans "Settings" %}
{% endif %} {% if currentUser.isSuperAdmin() %}
{% trans "Applications" %}
{% endif %} {% if currentUser.featureEnabled("module.view") %}
{% trans "Modules" %}
{% endif %} {% if currentUser.featureEnabled("transition.view") %}
{% trans "Transitions" %}
{% endif %} {% if currentUser.featureEnabled("task.view") %}
{% trans "Tasks" %}
{% endif %} {% if currentUser.featureEnabled("tag.view") %}
{% trans "Tags" %}
{% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["report.view", "report.scheduling", "report.saving"]) %} {% if countViewable > 0 %}
{% trans "Reporting" %}
{% if currentUser.featureEnabled("report.view") %}
{% trans "All Reports" %}
{% endif %} {% if currentUser.featureEnabled("report.scheduling") %}
{% trans "Report Schedules" %}
{% endif %} {% if currentUser.featureEnabled("report.saving") %}
{% trans "Saved Reports" %}
{% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["log.view", "sessions.view", "auditlog.view", "fault.view", "help.view"]) %} {% if countViewable > 0 %}
{% trans "Advanced" %}
{% if currentUser.featureEnabled("log.view") %}
{% trans "Log" %}
{% endif %} {% if currentUser.featureEnabled("sessions.view") %}
{% trans "Sessions" %}
{% endif %} {% if currentUser.featureEnabled("auditlog.view") %}
{% trans "Audit Trail" %}
{% endif %} {% if currentUser.featureEnabled("fault.view") %}
{% trans "Report Fault" %}
{% endif %} {% if currentUser.featureEnabled("help.view") %}
{% trans "Help Links" %}
{% endif %} {% endif %}