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

html_report_header.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8c289a0605565068876f7dbf07da3eb04b4e88c (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
<html>
<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>

<h1 style="color: rgb({$reportTitleTextColor}); font-size: {$reportTitleTextSize}pt;">
    {$websiteName}
</h1>

<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}