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: f443dd19d7ace4186ea39397822c167ecb9a7daf (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>

</div>

<div id="rightcolumn">

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

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

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

</div>

{postEvent name="template_footerUserCountry"}