Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_indexContent.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46d2f135796b3fdc96ead5940d3bd986e4108fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% import 'ajaxMacros.twig' as ajax %}
<div class="pageWrap container-fluid">
<a name="main"></a>
    {% include "@CoreHome/_notifications.twig" %}
    <div class="top_controls">
        {% include "@CoreHome/_periodSelect.twig" %}
        {{ postEvent("Template.nextToCalendar") }}
        {% render dashboardSettingsControl %}
        {% include "@CoreHome/_headerMessage.twig" %}
        {{ ajax.requestErrorDiv(emailSuperUser|default('')) }}
    </div>

    {{ ajax.loadingDiv() }}

    <div id="content" class="home">
        {% if content %}{{ content }}{% endif %}
    </div>
    <div class="clear"></div>
</div>