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

graph.tpl « templates « UserSettings « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c49fe79b8d6d541c5c290fe1b50fb0cf30ba569d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>