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

index.twig « templates « VisitorInterest « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 332289e10648fd606b58da5618cce66cdc7193bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="row">
    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerDuration'|translate }}</h2>
        {{ dataTableNumberOfVisitsPerVisitDuration|raw }}
    </div>
    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerNbOfPages'|translate }}</h2>
        {{ dataTableNumberOfVisitsPerPage|raw }}
    </div>
</div>

<div class="row">
    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'VisitorInterest_visitsByVisitCount'|translate }}</h2>
        {{ dataTableNumberOfVisitsByVisitNum|raw }}
    </div>
    <div class="col-md-6">
        <h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsByDaysSinceLast'|translate }}</h2>
        {{ dataTableNumberOfVisitsByDaysSinceLast|raw }}
    </div>
</div>