add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
21
www/analytics/plugins/Overlay/templates/index_noframe.twig
Normal file
21
www/analytics/plugins/Overlay/templates/index_noframe.twig
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% extends 'dashboard.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ 'Overlay_Overlay'|translate }}</h1>
|
||||
|
||||
<div id="Overlay_NoFrame">
|
||||
|
||||
<script type="text/javascript">
|
||||
var newLocation = 'index.php?module=Overlay&action=startOverlaySession&idSite={{ idSite }}&period={{ period }}&date={{ date }}';
|
||||
|
||||
var locationParts = window.location.href.split('#');
|
||||
if (locationParts.length > 1) {
|
||||
var url = broadcast.getParamValue('l', locationParts[1]);
|
||||
url = Overlay_Helper.decodeFrameUrl(url);
|
||||
newLocation += '#' + url;
|
||||
}
|
||||
window.location.href = newLocation;
|
||||
</script>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue