merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
26
www/analytics/plugins/UserCountry/templates/index.twig
Normal file
26
www/analytics/plugins/UserCountry/templates/index.twig
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<div id="leftcolumn">
|
||||
{{ postEvent("Template.leftColumnUserCountry") }}
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'UserCountry_Continent'|translate }}</h2>
|
||||
{{ dataTableContinent|raw }}
|
||||
|
||||
<div class="sparkline">
|
||||
{{ sparkline(urlSparklineCountries) }}
|
||||
{{ 'UserCountry_DistinctCountries'|translate("<strong>"~numberDistinctCountries~"</strong>")|raw }}
|
||||
</div>
|
||||
|
||||
{{ postEvent("Template.footerUserCountry") }}
|
||||
|
||||
</div>
|
||||
|
||||
<div id="rightcolumn">
|
||||
<h2 piwik-enriched-headline>{{ 'UserCountry_Country'|translate }}</h2>
|
||||
{{ dataTableCountry|raw }}
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'UserCountry_Region'|translate }}</h2>
|
||||
{{ dataTableRegion|raw }}
|
||||
|
||||
<h2 piwik-enriched-headline>{{ 'UserCountry_City'|translate }}</h2>
|
||||
{{ dataTableCity|raw }}
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue