This commit is contained in:
coderkun 2015-04-27 16:42:05 +02:00
commit 046a724272
4209 changed files with 1186656 additions and 0 deletions

View 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>