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

index.tpl « templates « UserCountry « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5de5bdaf5ed82c8eb0ac6749dbde4f42e6bc2f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div id="leftcolumn">
    {postEvent name="template_leftColumnUserCountry"}

    <h2>{'UserCountry_Continent'|translate}</h2>
    {$dataTableContinent}

    <div class="sparkline">
        {sparkline src=$urlSparklineCountries}
        {'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"}
    </div>

    {postEvent name="template_footerUserCountry"}

</div>

<div id="rightcolumn">

    <h2>{'UserCountry_Country'|translate}</h2>
    {$dataTableCountry}

    <h2>{'UserCountry_Region'|translate}</h2>
    {$dataTableRegion}

    <h2>{'UserCountry_City'|translate}</h2>
    {$dataTableCity}

</div>