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

test_jsinclude.tpl « templates « Widgetize « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10800a14c2a8f1bcfeca77b1fed9df0f920da1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<body>
<p>This text is after the JS INCLUDE</p>


<h2>Test tag cloud in a JS include</h2>

<div style="width:500px">
    <script type="text/javascript" src="{$url1}"></script>
    <noscript>Powered by <a href="http://piwik.org">Piwik</a>
</div>
</noscript>
</div>
<p>This text is after the JS INCLUDE</p>

<h2>Test calling the API in Javascript</h2>

<p>using a javascript include. This is a dirty way (much better to ajax call the API!) but an interesting show case.</P>
<script type="text/javascript" src="{$url2}"></script>
<noscript>Powered by <a href="http://piwik.org">Piwik</a></div></noscript>
<p>This text is after the JS INCLUDE 2</p>
</body>
</html>