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/CoreHome/templates/html_report_header.tpl')
-rw-r--r--plugins/CoreHome/templates/html_report_header.tpl55
1 files changed, 26 insertions, 29 deletions
diff --git a/plugins/CoreHome/templates/html_report_header.tpl b/plugins/CoreHome/templates/html_report_header.tpl
index c40bcd0e80..a8c289a060 100644
--- a/plugins/CoreHome/templates/html_report_header.tpl
+++ b/plugins/CoreHome/templates/html_report_header.tpl
@@ -1,34 +1,31 @@
<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body style="color: rgb({$reportTextColor});">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+</head>
+<body style="color: rgb({$reportTextColor});">
- <a name="reportTop"/>
- <a target="_blank" href="{$currentPath}"><img title="{'General_GoTo'|translate:"Piwik"}" border="0" alt="Piwik" src='{$logoHeader}' /></a>
+<a name="reportTop"/>
+<a target="_blank" href="{$currentPath}"><img title="{'General_GoTo'|translate:"Piwik"}" border="0" alt="Piwik" src='{$logoHeader}'/></a>
- <h1 style="color: rgb({$reportTitleTextColor}); font-size: {$reportTitleTextSize}pt;">
- {$websiteName}
- </h1>
+<h1 style="color: rgb({$reportTitleTextColor}); font-size: {$reportTitleTextSize}pt;">
+ {$websiteName}
+</h1>
- <p>
- {$description} - {'General_DateRange'|translate} {$prettyDate}
- </p>
+<p>
+ {$description} - {'General_DateRange'|translate} {$prettyDate}
+</p>
- {if sizeof($reportMetadata) > 1}
-
- <h2 style="color: rgb({$reportTitleTextColor}); font-size: {$reportTitleTextSize}pt;">
- {'PDFReports_TableOfContent'|translate}
- </h2>
-
- <ul>
- {foreach from=$reportMetadata item=metadata}
- <li>
- <a href="#{$metadata.uniqueId}" style="text-decoration:none; color: rgb({$reportTextColor});">
- {$metadata.name|escape:"html"}
- </a>
- </li>
- {/foreach}
- </ul>
-
- {/if}
+{if sizeof($reportMetadata) > 1}
+ <h2 style="color: rgb({$reportTitleTextColor}); font-size: {$reportTitleTextSize}pt;">
+ {'PDFReports_TableOfContent'|translate}
+ </h2>
+ <ul>
+ {foreach from=$reportMetadata item=metadata}
+ <li>
+ <a href="#{$metadata.uniqueId}" style="text-decoration:none; color: rgb({$reportTextColor});">
+ {$metadata.name|escape:"html"}
+ </a>
+ </li>
+ {/foreach}
+ </ul>
+{/if}