header.twig 795 B

12345678910111213141516
  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>
  9. <noscript>
  10. {{ "Javascript must be enabled past this point!"|trans|error }}
  11. </noscript>
  12. <div class="hide" id="js-https-mismatch">
  13. {{ "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 }}
  14. </div>