Translated using Weblate (Thai)
[phpmyadmin.git] / templates / login / header.twig
bloba21dee5815096a951ea93f64d669bd8e1f665fe8
1 {% if session_expired == true %}
2     <div id="modalOverlay">
3 {% endif %}
4 <div class="container{{ add_class }}">
5 <a href="{{ 'https://www.phpmyadmin.net/'|link }}" target="_blank" rel="noopener noreferrer" class="logo">
6 <img src="{{ theme.getImgPath('logo_right.png', 'pma_logo.png') }}" id="imLogo" name="imLogo" alt="phpMyAdmin" border="0">
7 </a>
8 <h1>{{ 'Welcome to %s'|trans|format('<bdo dir="ltr" lang="en">phpMyAdmin</bdo>')|raw }}</h1>
10 <noscript>
11 {{ "Javascript must be enabled past this point!"|trans|error }}
12 </noscript>
14 <div class="hide" id="js-https-mismatch">
15 {{ "There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly."|trans|error }}
16 </div>