芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/views/dashboard-status-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 pageContent %}
{{ displays|length }}
{% if displays|length == 1 %}{% trans "Display" %}{% else %}{% trans "Displays" %}{% endif %}
{{ librarySize }}
{% trans "Library Size" %}
{{ countUsers }}
{% if countUsers == 1 %}{% trans "User" %}{% else %}{% trans "Users" %}{% endif %}
{% if embeddedWidget != "" %} {{ embeddedWidget|raw }} {% else %}
{{ nowShowing }}
{% trans "Now Showing" %}
{% endif %}
{% if xmdsLimit != "" %} {% trans %}Bandwidth Usage. Limit {{ xmdsLimit }}{% endtrans %} {% else %} {% trans %}Bandwidth Usage ({{ bandwidthSuffix }}){% endtrans %} {% endif %} {% if currentUser.routeViewable("/stats") %}
{% trans "More Statistics" %}
{% endif %}
{% if libraryLimitSet != "" %} {% trans %}Library Usage. Limit {{ libraryLimit }}{% endtrans %} {% else %} {% trans "Library Usage" %} {% endif %}
{% trans "Display Activity" %}
{% trans "Display" %}
{% trans "Logged In" %}
{% trans "Authorised" %}
{% for row in displays %} {% if row.mediaInventoryStatus == 1 %} {% set class = "success" %} {% elseif row.mediaInventoryStatus == 2 %} {% set class = "danger" %} {% else %} {% set class = "warning" %} {% endif %}
{{ row.display }}
{% endfor %}
{% trans "Latest News" %}
{% if latestNews|length > 0 %} {% for news in latestNews %}
{{ news.title }}
{{ news.description|raw }} {% if news.link %}
{% trans "Full Article" %}
.{% endif %}
{% endfor %} {% endif %}
{% endblock %} {% block javaScript %} {% endblock %}