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

index.tpl « templates « AdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7de4d9de773f9c1ac6b9316f451a64cbfc808e83 (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
46
47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html>
<head>
</head>
<body>
{literal}
<style>
#h1, #h1 a {
	color: #136F8B;
	font-size: 45px;
	font-weight: lighter;
	text-decoration : none;
	margin:5px;
}

#subh1 {
	color: #879dbd;
	font-size: 25px;
	font-weight: lighter;
}
</style>
{/literal}
<script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="themes/default/common.js"></script>

<link rel="stylesheet" type="text/css" href="plugins/AdminHome/templates/menu.css">
<link rel="stylesheet" href="themes/default/common-admin.css">

<span id="h1">Piwik admin</span> &nbsp;
<span><a href='index.php'>Back to Piwik</a></span>
<br><br>	

<div id="menu">
{include file="AdminHome/templates/menu.tpl"}
</div>

<div style="clear:both;">
</div>

<div id='content'>
{if $content}{$content}{/if}
</div>

<div id="footer" style="border-top:1px solid gray; margin-top:20px;padding-top:10px;">
<a href='?module=Home'>Back to Piwik homepage</a>

</div>