var/cache/dev/twig/f4/f43da2df574763761c319f61143c469be336fa5f5048f796e1c7fa2ae16e8b7a.php line 47

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @templates/Front/Shop/daily-maintenance.html.twig */
  14. class __TwigTemplate_e7b38b243b9c0babdb0a0aadf9a1738d21a49d0bf87d74b9681a45c9326f6b2f extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return $this->loadTemplate(((twig_get_attribute($this->env$this->source, (isset($context["is_mobile"]) || array_key_exists("is_mobile"$context) ? $context["is_mobile"] : (function () { throw new RuntimeError('Variable "is_mobile" does not exist.'1$this->source); })()), "check", [], "any"falsefalsefalse1)) ? ("@templates/Mobile/Shop/layout.html.twig") : ("@templates/Front/Shop/layout.html.twig")), "@templates/Front/Shop/daily-maintenance.html.twig"1);
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/Shop/daily-maintenance.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/Shop/daily-maintenance.html.twig"));
  38.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  39.         
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  41.         
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  43.     }
  44.     // line 3
  45.     public function block_content($context, array $blocks = [])
  46.     {
  47.         $macros $this->macros;
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         // line 4
  53.         echo "    <div class=\"card shadow my-5 mx-5 text-center\">
  54.         <div class=\"card-header\">
  55.             <h2>";
  56.         // line 6
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.maintenance_on"), "html"nulltrue);
  58.         echo "</h2>
  59.         </div>
  60.         <div class=\"card-body\">
  61.             <p id=\"countDown\">
  62.             </p>
  63.         </div>
  64.     </div>
  65.     <script>
  66.         \$(document).ready(function () {
  67.             let countDownDate = new Date();
  68.             if (countDownDate.getHours() !== 0) {
  69.                 countDownDate.setDate(countDownDate.getDate() + 1);
  70.             }
  71.             countDownDate.setHours(0,6,0,0);
  72.             countDownDate = countDownDate.getTime();
  73.             let x = setInterval(function () {
  74.                let now = new Date().getTime();
  75.                let distance = countDownDate - now;
  76.                 let hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  77.                 let minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  78.                 let seconds = Math.floor((distance % (1000 * 60)) / 1000);
  79.                 \$('#countDown').html(hours + \"h \"
  80.                     + minutes + \"m \" + seconds + \"s \");
  81.                 if (distance < 0) {
  82.                     clearInterval(x);
  83.                     //window.location.href='/';
  84.                 }
  85.             }, 1000);
  86.         });
  87.     </script>
  88. ";
  89.         
  90.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  91.         
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  93.     }
  94.     public function getTemplateName()
  95.     {
  96.         return "@templates/Front/Shop/daily-maintenance.html.twig";
  97.     }
  98.     public function isTraitable()
  99.     {
  100.         return false;
  101.     }
  102.     public function getDebugInfo()
  103.     {
  104.         return array (  71 => 6,  67 => 4,  57 => 3,  35 => 1,);
  105.     }
  106.     public function getSourceContext()
  107.     {
  108.         return new Source("{% extends is_mobile.check ? '@templates/Mobile/Shop/layout.html.twig' : '@templates/Front/Shop/layout.html.twig' %}
  109. {% block content %}
  110.     <div class=\"card shadow my-5 mx-5 text-center\">
  111.         <div class=\"card-header\">
  112.             <h2>{{ 'app.ui.maintenance_on'|trans }}</h2>
  113.         </div>
  114.         <div class=\"card-body\">
  115.             <p id=\"countDown\">
  116.             </p>
  117.         </div>
  118.     </div>
  119.     <script>
  120.         \$(document).ready(function () {
  121.             let countDownDate = new Date();
  122.             if (countDownDate.getHours() !== 0) {
  123.                 countDownDate.setDate(countDownDate.getDate() + 1);
  124.             }
  125.             countDownDate.setHours(0,6,0,0);
  126.             countDownDate = countDownDate.getTime();
  127.             let x = setInterval(function () {
  128.                let now = new Date().getTime();
  129.                let distance = countDownDate - now;
  130.                 let hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  131.                 let minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  132.                 let seconds = Math.floor((distance % (1000 * 60)) / 1000);
  133.                 \$('#countDown').html(hours + \"h \"
  134.                     + minutes + \"m \" + seconds + \"s \");
  135.                 if (distance < 0) {
  136.                     clearInterval(x);
  137.                     //window.location.href='/';
  138.                 }
  139.             }, 1000);
  140.         });
  141.     </script>
  142. {% endblock %}
  143. ""@templates/Front/Shop/daily-maintenance.html.twig""/vhosts/nou.roviniete.ro/templates/Front/Shop/daily-maintenance.html.twig");
  144.     }
  145. }