芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/views/auditlog-page.twig
{# /** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * Xibo is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with Xibo. If not, see
. */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block title %}{{ "Audit Log"|trans }} | {% endblock %} {% block actionMenu %}
{% trans "Export" %}
{% trans "Refresh" %}
{% endblock %} {% block pageContent %}
{% trans "Audit Log" %}
{% set title %}{% trans "From Date" %}{% endset %} {{ inline.date("fromDt", title) }} {% set title %}{% trans "To Date" %}{% endset %} {{ inline.date("toDt", title) }} {% set title %}{% trans "User" %}{% endset %} {{ inline.input("user", title) }} {% set title %}{% trans "Entity" %}{% endset %} {{ inline.input("entity", title) }} {% set title %}{% trans "Entity ID" %}{% endset %} {{ inline.input("entityId", title) }} {% set title %}{% trans "Message" %}{% endset %} {{ inline.input("message", title) }}
{% trans "ID" %}
{% trans "Date" %}
{% trans "User" %}
{% trans "Entity" %}
{% trans "Entity ID" %}
{% trans "Message" %}
{% trans "Object" %}
{% endblock %} {% block javaScript %} {% verbatim %} {% endverbatim %} {% endblock %}