5 <title>{% if isCustomLogo == false %}Piwik › {% endif %}{{ 'Login_LogIn'|translate }}</title>
7 <link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
9 {{ includeAssets({"type": "css"}) }}
11 <link rel="stylesheet" type="text/css" href="plugins/Login/stylesheets/login.css"/>
12 <meta name="description" content="{{ 'General_OpenSourceWebAnalytics'|translate }}"/>
13 {% if 'General_LayoutDirection'|translate =='rtl' %}
14 <link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/rtl.css"/>
19 {% include "_iframeBuster.twig" %}
22 {% if isCustomLogo == false %}
23 <a href="http://piwik.org" title="{{ linkTitle }}">
26 <img src='{{ logoSVG }}' title="{{ linkTitle }}" alt="Piwik" class="ie-hide"/>
29 <img src='{{ logoLarge }}' title="{{ linkTitle }}" alt="Piwik" />
30 {% if hasSVGLogo %}<![endif]-->{% endif %}
33 {% set poweredByPiwik %}
34 <i><a href="http://piwik.org/" target="_blank">{{ linkTitle }}</a></i>
38 {% if isCustomLogo == false %}
40 <div class="description">
41 <a href="http://piwik.org" title="{{ linkTitle }}">{{ linkTitle }}</a>
42 <div class="arrow"></div>
47 <section class="loginSection">
50 <div id="loginlink" style="text-align:center;">
51 {{ 'Login_LogIn'|translate }}<br/><br/>
52 <a href="index.php?module=CASLogin&action=redirectToCAS"><img src="{{ loginImage }}" alt="{{ 'Login_LogIn'|translate }}" style="max-width:50%;"></a>