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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:32:54 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:32:54 +0400
commit4b544aa9c09777426715b606319e54646bab5eda (patch)
treeab59bac1803b272272ca9d16ae69b65fd44a25ba /plugins/CoreHome/templates/graph.tpl
parente20c0f86431de3c35c3e5cf7f66d8d98c71aced7 (diff)
- end of previous commit. For some reasons Tortoise didn't see these files, bad!
Diffstat (limited to 'plugins/CoreHome/templates/graph.tpl')
-rw-r--r--plugins/CoreHome/templates/graph.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/graph.tpl b/plugins/CoreHome/templates/graph.tpl
new file mode 100644
index 0000000000..90a4d8fe63
--- /dev/null
+++ b/plugins/CoreHome/templates/graph.tpl
@@ -0,0 +1,16 @@
+<div id="{$id}" class="{if $graphType=='evolution'}parentDivGraphEvolution{else}parentDivGraph{/if}">
+{$jsInvocationTag}
+
+{if $showFooter}
+ <br/><br/>
+ <form class="formEmbedCode" id="{$formId}">
+ Embed <input name="embed_code" value="{$codeEmbed}" onclick="javascript:document.getElementById('{$formId}').embed_code.focus();document.getElementById('{$formId}').embed_code.select();" readonly="true" type="text">
+
+ | <a target="_blank" href="{$urlData}">{'General_GraphData'|translate}</a>
+ </form>
+
+ {include file="CoreHome/templates/datatable_footer.tpl"}
+ {include file="CoreHome/templates/datatable_js.tpl"}
+{/if}
+
+</div>