|
@@ -42,17 +42,19 @@
|
|
|
module: 'Live', action: 'widget',
|
|
module: 'Live', action: 'widget',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
|
|
- <f:comment><!-- Last visits graph--></f:comment>
|
|
|
|
|
- <f:render partial="ReportCard"
|
|
|
|
|
- arguments="{title: 'Dernières visites', id: 'lastVisitsGraph',
|
|
|
|
|
- module: 'VisitsSummary', action: 'getEvolutionGraph',
|
|
|
|
|
- matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
-
|
|
|
|
|
- <f:comment><!-- Visits Summary --></f:comment>
|
|
|
|
|
- <f:render partial="ReportCard"
|
|
|
|
|
- arguments="{title: 'Résumé', id: 'visitsSummary',
|
|
|
|
|
- module: 'VisitsSummary', action: 'get',
|
|
|
|
|
- matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
|
|
+ <div class="reportSubSection">
|
|
|
|
|
+ <f:comment><!-- Last visits graph--></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Dernières visites', id: 'lastVisitsGraph',
|
|
|
|
|
+ module: 'VisitsSummary', action: 'getEvolutionGraph',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- Visits Summary --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Résumé', id: 'visitsSummary',
|
|
|
|
|
+ module: 'VisitsSummary', action: 'get',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
@@ -72,7 +74,7 @@
|
|
|
<f:comment><!-- Map --></f:comment>
|
|
<f:comment><!-- Map --></f:comment>
|
|
|
<f:render partial="ReportCard"
|
|
<f:render partial="ReportCard"
|
|
|
arguments="{title: 'Répartition géographique', id: 'visitsMap',
|
|
arguments="{title: 'Répartition géographique', id: 'visitsMap',
|
|
|
- module: 'UserCountryMap', action: 'visitorMap', height: '450',
|
|
|
|
|
|
|
+ module: 'UserCountryMap', action: 'visitorMap',
|
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
matomoSiteId: matomoSiteId, matomoToken: matomoToken, period: period}"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|