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

displayJavascriptCode.tpl « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cdd03c0827f06b43080f79089d62c542ef2e74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

{literal}
<style>
code {
	background-color:#F0F7FF;
	border-color:#00008B;
	border-style:dashed dashed dashed solid;
	border-width:1px 1px 1px 5px;
	direction:ltr;
	display:block;
	font-size:80%;
	margin:2px 2px 20px;
	padding:4px;
	text-align:left;
}
</style>

<script>
$(document).ready( function(){
	$('code').click( function(){ $(this).select(); });
});
</script>

{/literal}

{if isset($displayfirstWebsiteSetupSuccess)}

<span id="toFade" class="success">
	{'Installation_SetupWebsiteSetupSuccess'|translate:$websiteName}
	<img src="themes/default/images/success_medium.png" />
</span>
{/if}
<h1>{'Installation_JsTag'|translate}</h1>
{'Installation_JsTagHelp'|translate}
<code>
{$javascriptTag}
</code>

<h1>{'Installation_JsTagHelpTitle'|translate}</h1>
{include file=SitesManager/templates/JavascriptTagHelp.tpl}

<br />
<h1>{'Installation_LargePiwikInstances'|translate}</h1>
{'Installation_JsTagArchivingHelp'|translate}
<!-- <li>Link to help with the main blog engines wordpress/drupal/myspace/blogspot</li> -->