Translated using Weblate (Indonesian)
[phpmyadmin.git] / templates / header_location.twig
blobf6e97a6bc35224c1719b8e20fba1aa6de542b66a
1 {# Manage HTML redirection #}
2 <html>
3 <head>
4     <title>- - -</title>
5     <meta http-equiv="expires" content="0">
6     <meta http-equiv="Pragma" content="no-cache">
7     <meta http-equiv="Cache-Control" content="no-cache">
8     <meta http-equiv="Refresh" content="0;url={{ uri }}">
9     <script type="text/javascript">
10         //<![CDATA[
11         setTimeout(function() { window.location = decodeURI('{{ uri|escape_js_string }}'); }, 2000);
12         //]]>
13     </script>
14 </head>
15 <body>
16 <script type="text/javascript">
17     //<![CDATA[
18     document.write('<p><a href="{{ uri|e|escape_js_string }}">{% trans 'Go' %}</a></p>');
19     //]]>
20 </script>
21 </body>
22 </html>