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: 8053722b12283a155c495fa3af848fb23cb2880a (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
{postEvent name="template_headerUserCountry"}

<div id="leftcolumn">

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

<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_Region'|translate}</h2>
{$dataTableRegion}

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

</div>

{postEvent name="template_footerUserCountry"}