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

error_wrong_domain.tpl « templates « Overlay « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cb400ecced0415cdab6a67732d10992f7e6271f (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="generator" content="Piwik - Open Source Web Analytics"/>
    <link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico"/>

    <style type="text/css">
        {literal}
        body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: black;
            background: white;
            margin: 15px;
            padding: 0;
        }

        p {
            margin: 0 0 10px 0;
            padding: 0;
        }

        a {
            color: #255792;
        }

        {/literal}
    </style>

</head>
<body>
<p><b>{$message}</b></p>

<p>{$troubleshoot}</p>
</body>
</html>