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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-04-07 07:48:38 +0300
committermattab <matthieu.aubry@gmail.com>2015-04-07 07:48:38 +0300
commit11b6bf60ce4439c81899a046bff0976b4b328de3 (patch)
treec7489ca82414b2e44552450fc72e2f41aa762d1d /plugins/Widgetize
parent5373ef94a82f8fd48bcb649b4e0a63a18745b637 (diff)
Removed unused files
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/templates/testJsInclude1.twig21
-rw-r--r--plugins/Widgetize/templates/testJsInclude2.twig27
2 files changed, 0 insertions, 48 deletions
diff --git a/plugins/Widgetize/templates/testJsInclude1.twig b/plugins/Widgetize/templates/testJsInclude1.twig
deleted file mode 100644
index d6dc48e968..0000000000
--- a/plugins/Widgetize/templates/testJsInclude1.twig
+++ /dev/null
@@ -1,21 +0,0 @@
-<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></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></noscript>
-<p>This text is after the JS INCLUDE 2</p>
-</body>
-</html>
diff --git a/plugins/Widgetize/templates/testJsInclude2.twig b/plugins/Widgetize/templates/testJsInclude2.twig
deleted file mode 100644
index 92dba2b47b..0000000000
--- a/plugins/Widgetize/templates/testJsInclude2.twig
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-<body>
-<p>This text is after the JS INCLUDE</p>
-
-<h2>Test table in a JS include</h2>
-
-<script type="text/javascript" src="{{ url1 }}"></script>
-<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
-
-<p>This text is after the JS INCLUDE</p>
-
-<h2>Test another table in a JS include</h2>
-
-<script type="text/javascript" src="{{ url3 }}"></script>
-<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
-
-<p>This text is after the 2nd JS INCLUDE</p>
-
-<h2>Test tag cloud in a JS include</h2>
-
-<script type="text/javascript" src="{{ url2 }}"></script>
-<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
-
-<p>This text is after the JS INCLUDE</p>
-
-</body>
-</html>