芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/views/authed.twig
{% extends "base.twig" %} {% block content %}
{% include "authed-sidebar.twig" %}
Toggle navigation
{{ currentUser.userName }}
{{ clock }}
{% trans "Change Password" %}
{% trans "Reshow welcome" %}
{% trans "Help" %}
{% trans "Logout" %}
{% if currentUser.routeViewable("/drawer") %}
{% if notificationCount > 0 %}
{{ notificationCount }}
{% endif %}
{% trans "Notifications" %}
{% if notifications|length > 0 %}
{% endif %} {% for notification in notifications %}
{% if notification.notificationId %}
{{ notification.subject }} -
{{ notification.releaseDt }}
{% else %}
{{ notification.subject }} -
{{ notification.releaseDt }}
{% endif %}
{% endfor %} {% if currentUser.routeViewable("/notification") %}
{% trans "Notification Centre" %}
{% endif %}
{% endif %}
{% block actionMenu %}{% endblock %} {% block pageContent %}{% endblock %}
{% block pageFooter %}{% endblock %}
{% endblock %} {% block javaScriptTemplates %} {% raw %} {% endraw %} {% endblock %}