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

layout.twig « templates « CoreUpdater « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f41d506683c311366ac5c174875b211b42bc13b2 (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
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Piwik &rsaquo; {{ 'CoreUpdater_UpdateTitle'|translate }}</title>
    <link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>

    <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/simple_structure.css"/>
    <link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css"/>
    <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/styles.css"/>
    <link rel="stylesheet" type="text/css" href="plugins/CoreHome/stylesheets/donate.css" />
    <link rel="stylesheet" type="text/css" href="plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css" />
    <link rel="stylesheet" type="text/css" href="plugins/CoreUpdater/stylesheets/updateLayout.css" />

    <script type="text/javascript" src="libs/jquery/jquery.js"></script>
    <script type="text/javascript" src="libs/jquery/jquery-ui.js"></script>
    <script type="text/javascript" src="plugins/CoreHome/javascripts/donate.js"></script>
    <script type="text/javascript" src="plugins/CoreUpdater/javascripts/updateLayout.js"></script>
    {% if 'General_LayoutDirection'|translate =='rtl' %}
        <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/rtl.css"/>
    {% endif %}
    {{ loadJavascriptTranslations(['CoreHome'])|raw }}
</head>
<body id="simple">
<div id="contentsimple">
    <div id="title">
        <img title='Piwik' alt="Piwik" src='plugins/Zeitgeist/images/logo-header.png' style='margin-left:10px'/>
        <span id="subh1"> # {{ 'General_OpenSourceWebAnalytics'|translate }}</span>
    </div>
    {% block content %}
    {% endblock %}
</div>
</body>
</html>