header.twig 834 B

123456789101112131415161718
  1. {% if session_expired == true %}
  2. <div id="modalOverlay">
  3. {% endif %}
  4. <div class="container{{ add_class }}">
  5. <div class="row">
  6. <div class="col-12">
  7. <a href="{{ 'https://www.phpmyadmin.net/'|link }}" target="_blank" rel="noopener noreferrer" class="logo">
  8. <img src="{{ theme.getImgPath('logo_right.png', 'pma_logo.png') }}" id="imLogo" name="imLogo" alt="phpMyAdmin" border="0">
  9. </a>
  10. <h1>{{ 'Welcome to %s'|trans|format('<bdo dir="ltr" lang="en">phpMyAdmin</bdo>')|raw }}</h1>
  11. <noscript>
  12. {{ "Javascript must be enabled past this point!"|trans|error }}
  13. </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>