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:
Diffstat (limited to 'plugins/UserSettings/templates/graph.tpl')
-rw-r--r--plugins/UserSettings/templates/graph.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/UserSettings/templates/graph.tpl b/plugins/UserSettings/templates/graph.tpl
new file mode 100644
index 0000000000..4d6e52cddb
--- /dev/null
+++ b/plugins/UserSettings/templates/graph.tpl
@@ -0,0 +1,18 @@
+<div id="{$id}" class="parentDiv">
+{$jsInvocationTag}
+<br/><br/>
+<small>
+<form name="urlForm" id="urlForm">
+Embed <input
+name="embed_code"
+value="{$codeEmbed|escape}"
+onclick="javascript:document.urlForm.embed_code.focus();document.urlForm.embed_code.select();"
+readonly="true"
+type="text">
+
+| <a target="_blank" href="{$urlData}">Graph data</a>
+</form>
+
+</small>
+{include file="UserSettings/templates/datatable_footer.tpl"}
+</div> \ No newline at end of file