@@ -22,13 +22,14 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/jqplot/jqplot
22
22
<link type="text/css" rel="stylesheet" href="<?php echo $ this ->coreWebroot ?> /public/css/common/common.genericPage.css" />
23
23
<div class="viewMain">
24
24
<h3>Statistics</h3>
25
-
25
+
26
26
<p> More information are available on <a target="_blank" href="<?php echo $ this ->piwikUrl ?> ">PIWIK</a></p>
27
27
<img class="tabsLoading" alt="" src="<?php echo $ this ->coreWebroot ?> /public/images/icons/loading.gif" />
28
28
<div class="tabs" id='tabsGeneric'>
29
29
<ul>
30
30
<li><a href="#tabs-overview">Visitors Overview</a></li>
31
31
<li><a href="#tabs-live">Live</a></li>
32
+ <li><a href="#tabs-map">World Map</a></li>
32
33
<li><a href="#tabs-configuration">Visitors Configuration</a></li>
33
34
<li><a href="#tabs-referrers">Referrers</a></li>
34
35
<li><a href="#tabs-errors">Errors</a></li>
@@ -40,23 +41,26 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/jqplot/jqplot
40
41
</div>
41
42
<div id="tabs-live">
42
43
<div id="widgetIframeLive"><iframe width="100%" height="650" src="<?php echo $ this ->piwikUrl ?> /index.php?module=Widgetize&action=iframe&moduleToWidgetize=Live&actionToWidgetize=widget&idSite=<?php echo $ this ->piwikId ?> &language=en&period=day&date=today&disableLink=1&widget=1&token_auth=<?php echo $ this ->piwikKey ?> " scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
43
- </div>
44
+ </div>
45
+ <div id="tabs-map">
46
+ <div id="widgetIframeMap"><iframe width="100%" height="650" src="<?php echo $ this ->piwikUrl ?> /index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountryMap&actionToWidgetize=worldMap&idSite=1&period=week&date=today&disableLink=1&widget=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
47
+ </div>
44
48
<div id="tabs-configuration">
45
49
<div id="widgetIframeConfiguration"><iframe width="100%" height="650" src="<?php echo $ this ->piwikUrl ?> /index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserSettings&actionToWidgetize=getConfiguration&idSite=<?php echo $ this ->piwikId ?> &language=en&period=day&date=today&disableLink=1&widget=1&token_auth=<?php echo $ this ->piwikKey ?> " scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
46
- </div>
50
+ </div>
47
51
<div id="tabs-referrers">
48
52
<div id="widgetIframeRef"><iframe width="100%" height="650" src="<?php echo $ this ->piwikUrl ?> /index.php?module=Widgetize&action=iframe&moduleToWidgetize=Referers&actionToWidgetize=getRefererType&idSite=<?php echo $ this ->piwikId ?> &language=en&period=day&date=today&disableLink=1&widget=1&token_auth=<?php echo $ this ->piwikKey ?> " scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
49
- </div>
53
+ </div>
50
54
<div id="tabs-errors">
51
55
<div id="chartErrors" style="height:450px;width:800px; "></div>
52
- </div>
56
+ </div>
53
57
<div id="tabs-assetstores">
54
58
<div id="chartAssetstore" ></div>
55
- </div>
59
+ </div>
56
60
</div>
57
61
58
62
</div>
59
63
<div class="viewSideBar">
60
-
61
-
64
+
65
+
62
66
</div>
0 commit comments