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

exportImageWindow.twig « templates « Proxy « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0145a6589f64bc2ff115c5aa51f876e9c936cd51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>{{ 'General_ExportAsImage_js'|translate }}</title>
</head>
<body>
<img title="Piwik Graph" src="{{ imageData }}"/><br/><br/>

<p>{{ 'General_SaveImageOnYourComputer_js'|translate }}</p>
</body>
</html>