Welcome to mirror list, hosted at ThFree Co, Russian Federation.

iframe.twig « templates « Widgetize « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66556262b5a5b55dd9b76bafe13825c6a17d3883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html id="ng-app" ng-app="piwikApp">
    <head>
        <meta charset="utf-8">
        <meta name="robots" content="noindex,nofollow">
        {% include "_jsGlobalVariables.twig" %}
        <!--[if lt IE 9]>
        <script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
        <![endif]-->
        {% include "_jsCssIncludes.twig" %}
        <!--[if IE]>
        <link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/ieonly.css"/>
        <![endif]-->
    </head>
    <!--[if (gte IE 9)|!(IE)]><!-->
    <body ng-app="app">
    <![endif]-->
        <div piwik-popover-handler></div>
        <div class="widget">
            {{ content|raw }}
        </div>
    </body>
</html>