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: 78abfca64ca159756018d15c10ab4f5a1bbf5de8 (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
{if isset($displayfirstWebsiteSetupSuccess)}
    <span id="toFade" class="success">
	{'Installation_SetupWebsiteSetupSuccess'|translate:$displaySiteName}
        <img src="themes/default/images/success_medium.png"/>
</span>
{/if}

{$trackingHelp}
<br/><br/>
<h2>{'Installation_LargePiwikInstances'|translate}</h2>
{'Installation_JsTagArchivingHelp1'|translate:'<a target="_blank" href="http://piwik.org/docs/setup-auto-archiving/">':'</a>'} {'General_ReadThisToLearnMore'|translate:'<a target="_blank" href="http://piwik.org/docs/optimize/">':'</a>'}

{literal}
    <style type="text/css">
        code {
            font-size: 80%;
        }
    </style>
    <script>
        $(document).ready(function () {
            $('code').click(function () { $(this).select(); });
        });
    </script>
{/literal}