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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dashboard/templates/header.tpl')
-rw-r--r--plugins/Dashboard/templates/header.tpl159
1 files changed, 81 insertions, 78 deletions
diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl
index 51b3738b6a..721b31e7ba 100644
--- a/plugins/Dashboard/templates/header.tpl
+++ b/plugins/Dashboard/templates/header.tpl
@@ -1,94 +1,97 @@
{* This header is for loading the dashboard in stand alone mode*}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>{'General_Dashboard'|translate} - {'CoreHome_WebAnalyticsReports'|translate}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-{loadJavascriptTranslations plugins='CoreHome Dashboard'}
-<!--[if lt IE 9]>
-<script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
-<![endif]-->
-{include file="CoreHome/templates/js_global_variables.tpl"}
-{include file="CoreHome/templates/js_css_includes.tpl"}
-{literal}
-<style type="text/css">
- body {
- padding-left:7px;
- }
- #dashboard {
- margin: 30px -6px 0 -12px;
- width: 100%;
- padding-top:8px;
- }
- #menuHead {
- position: absolute;
- top: 0;
- padding: 7px 0 0 2px;
- }
+ <title>{'General_Dashboard'|translate} - {'CoreHome_WebAnalyticsReports'|translate}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ {loadJavascriptTranslations plugins='CoreHome Dashboard'}
+ <!--[if lt IE 9]>
+ <script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
+ <![endif]-->
+ {include file="CoreHome/templates/js_global_variables.tpl"}
+ {include file="CoreHome/templates/js_css_includes.tpl"}
+ {literal}
+ <style type="text/css">
+ body {
+ padding-left: 7px;
+ }
- #Dashboard {
- z-index:5;
- font-size:14px;
- cursor: pointer;
- }
+ #dashboard {
+ margin: 30px -6px 0 -12px;
+ width: 100%;
+ padding-top: 8px;
+ }
- #Dashboard > ul {
- list-style: square inside none;
- background: #f7f7f7;
- border: 1px solid #e4e5e4;
- padding:5px 10px 6px 10px;
- border-radius:4px;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- color:#444;
- height: 18px;
- }
+ #menuHead {
+ position: absolute;
+ top: 0;
+ padding: 7px 0 0 2px;
+ }
- #Dashboard:hover ul {
- background:#f1f0eb;
- border-color:#a9a399;
- }
+ #Dashboard {
+ z-index: 5;
+ font-size: 14px;
+ cursor: pointer;
+ }
- #Dashboard > ul > li {
- float: left;
- text-align: center;
- margin: 0 15px;
- }
+ #Dashboard > ul {
+ list-style: square inside none;
+ background: #f7f7f7;
+ border: 1px solid #e4e5e4;
+ padding: 5px 10px 6px 10px;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ color: #444;
+ height: 18px;
+ }
- #Dashboard a {
- color: #444;
- text-decoration: none;
- font-weight: normal;
- display: inline-block;
- margin: 0 -15px;
- }
+ #Dashboard:hover ul {
+ background: #f1f0eb;
+ border-color: #a9a399;
+ }
- #Dashboard > ul > li:hover , #Dashboard > ul > li:hover a,
- #Dashboard > ul > li.sfHover, #Dashboard > ul > li.sfHover a {
- color: #e87500;
- }
+ #Dashboard > ul > li {
+ float: left;
+ text-align: center;
+ margin: 0 15px;
+ }
- #Dashboard > ul > li.sfHover, #Dashboard > ul > li.sfHover a {
- font-weight: bold;
- }
+ #Dashboard a {
+ color: #444;
+ text-decoration: none;
+ font-weight: normal;
+ display: inline-block;
+ margin: 0 -15px;
+ }
- #Dashboard, #periodString, #dashboardSettings {
- float: left;
- clear: none;
- position: relative;
- margin-left: 0;
- margin-right: 10px;
- }
- .jqplock-seriespicker-popover {
- top: 0;
- }
+ #Dashboard > ul > li:hover, #Dashboard > ul > li:hover a,
+ #Dashboard > ul > li.sfHover, #Dashboard > ul > li.sfHover a {
+ color: #e87500;
+ }
- #ajaxLoading {
- margin: 40px 0 -30px 0;
- }
+ #Dashboard > ul > li.sfHover, #Dashboard > ul > li.sfHover a {
+ font-weight: bold;
+ }
-</style>
-{/literal}
+ #Dashboard, #periodString, #dashboardSettings {
+ float: left;
+ clear: none;
+ position: relative;
+ margin-left: 0;
+ margin-right: 10px;
+ }
+
+ .jqplock-seriespicker-popover {
+ top: 0;
+ }
+
+ #ajaxLoading {
+ margin: 40px 0 -30px 0;
+ }
+
+ </style>
+ {/literal}
</head>
<body>