var/cache/dev/twig/54/54a4e5ef3079c01089c03aad8842c286fe8946795f0d8ba8f870950afb115ab8.php line 237

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. /* frontend/javascript.html.twig */
  14. class __TwigTemplate_b88ed01d0ffe74448c8cde57c6144b61310075a381ac23955d35cd7322b435bc extends 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/javascript.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/javascript.html.twig"));
  33.         // line 1
  34.         echo "<script src=\"";
  35.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/js/jquery.min.js"), "html"nulltrue);
  36.         echo "\"></script>
  37. <script src=\"";
  38.         // line 2
  39.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/js/bootstrap.min.js"), "html"nulltrue);
  40.         echo "\"></script>
  41. <script src=\"";
  42.         // line 3
  43.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/js/main.js"), "html"nulltrue);
  44.         echo "\"></script>
  45. <script src=\"";
  46.         // line 4
  47.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/slick/slick.js"), "html"nulltrue);
  48.         echo "\"></script>
  49. <script src=\"";
  50.         // line 5
  51.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/select2/select2.js"), "html"nulltrue);
  52.         echo "\"></script>
  53. <script src=\"";
  54.         // line 6
  55.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/sweetalert2/sweetalert2.all.min.js"), "html"nulltrue);
  56.         echo "\"></script>
  57. <script src=\"https://kit.fontawesome.com/8031cd8b80.js\" crossorigin=\"anonymous\"></script>
  58. <script>
  59.     \$(function (){
  60.         Src.Init();
  61.     })
  62. </script>
  63. <script>
  64.     \$('.slider').slick({
  65.         slidesToShow: 3,
  66.         slidesToScroll: 1,
  67.         autoplay: true,
  68.         autoplaySpeed: 2000,
  69.     responsive: [
  70.     {
  71.         breakpoint: 768,
  72.         settings: {
  73.         arrows: false,
  74.         centerMode: true,
  75.         centerPadding: '40px',
  76.         slidesToShow: 1
  77.         }
  78.     },
  79.     {
  80.         breakpoint: 480,
  81.         settings: {
  82.         arrows: false,
  83.         centerMode: true,
  84.         centerPadding: '40px',
  85.         slidesToShow: 1
  86.         }
  87.     }],
  88.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  89.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  90.     });
  91. </script>
  92. <script>
  93.     \$('.slider-notplay').slick({
  94.         infinite: true,
  95.         slidesToShow: 1,
  96.         slidesToScroll: 1,
  97.     responsive: [
  98.     {
  99.         breakpoint: 768,
  100.         settings: {
  101.         arrows: false,
  102.         centerMode: true,
  103.         centerPadding: '40px',
  104.         slidesToShow: 1
  105.         }
  106.     },
  107.     {
  108.         breakpoint: 480,
  109.         settings: {
  110.         arrows: false,
  111.         centerMode: true,
  112.         centerPadding: '40px',
  113.         slidesToShow: 1
  114.         }
  115.     }],
  116.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  117.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  118.     });
  119. </script>
  120. <script>
  121.     \$('.slider-notplay3').slick({
  122.         infinite: true,
  123.         slidesToShow: 3,
  124.         slidesToScroll: 1,
  125.     responsive: [
  126.     {
  127.         breakpoint: 768,
  128.         settings: {
  129.         arrows: false,
  130.         centerMode: true,
  131.         centerPadding: '40px',
  132.         slidesToShow: 1
  133.         }
  134.     },
  135.     {
  136.         breakpoint: 480,
  137.         settings: {
  138.         arrows: false,
  139.         centerMode: true,
  140.         centerPadding: '40px',
  141.         slidesToShow: 1
  142.         }
  143.     }],
  144.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  145.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  146.     });
  147. </script>
  148. <script>
  149.     \$(document).ready(function() {\t\t\t
  150.     \$(\".select21\").select2();
  151.     });
  152. </script> 
  153. <script>
  154.     \$(document).ready(function() {\t\t\t
  155.         \$(\".select2\").select2({
  156.             allowClear: true,
  157.             
  158.         });
  159.     });
  160. </script>
  161. <script type=\"text/javascript\">
  162.     \$(function(){
  163.         
  164.         \$('body').on('show.bs.modal', '.modal', function(event) {
  165.             \$(this).find(\".modal-content\").load(event.relatedTarget.href);
  166.         });
  167.         
  168.         \$('body').on('hidden.bs.modal', '.modal', function(event) { 
  169.             \$(this).find(\".modal-content\").html('<div style=\"text-align: center\"><img src=\"";
  170.         // line 125
  171.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/greenadmin/img/loading.gif"), "html"nulltrue);
  172.         echo "\" style=\"width: 20px\"/></div>');
  173.         });
  174.     });
  175. </script>
  176. <script>
  177.     function openCity(evt, cityName) {
  178.         var i, tabcontent, tablinks;
  179.         tabcontent = document.getElementsByClassName(\"tabcontent\");
  180.         for (i = 0; i < tabcontent.length; i++) {
  181.         tabcontent[i].style.display = \"none\";
  182.         }
  183.         tablinks = document.getElementsByClassName(\"tablinks\");
  184.         for (i = 0; i < tablinks.length; i++) {
  185.         tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");
  186.         }
  187.         document.getElementById(cityName).style.display = \"block\";
  188.         evt.currentTarget.className += \" active\";
  189.     }
  190.     
  191.     // Get the element with id=\"defaultOpen\" and click on it
  192.     // document.getElementById(\"defaultOpen\").click();
  193. </script>
  194. <script>
  195.     /* When the user clicks on the button, 
  196.     toggle between hiding and showing the dropdown content */
  197.     function dropDown() {
  198.         document.getElementById(\"myDropdown\").classList.toggle(\"show\");
  199.     }
  200.     // Close the dropdown if the user clicks outside of it
  201.     window.onclick = function(event) {
  202.     if (!event.target.matches('.dropbtn')) {
  203.         var dropdowns = document.getElementsByClassName(\"dropdown-content\");
  204.         var i;
  205.         for (i = 0; i < dropdowns.length; i++) {
  206.             var openDropdown = dropdowns[i];
  207.             if (openDropdown.classList.contains('show')) {
  208.                 openDropdown.classList.remove('show');
  209.             }
  210.         }
  211.     }
  212.     }
  213. </script>
  214. <script>
  215. \t";
  216.         // line 172
  217.         $context['_parent'] = $context;
  218.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'172$this->source); })()), "flashes", ["notice"], "method"falsefalsefalse172));
  219.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  220.             // line 173
  221.             echo "\t\t\$( document ).ready(function() {
  222. \t\t\tSwal.fire({
  223. \t\t\t\ticon: 'success',
  224. \t\t\t\ttitle: 'Berhasil Dikirim',
  225. \t\t\t\ttext: 'Terima Kasih',
  226. \t\t\t\tshowConfirmButton: false,
  227. \t\t\t\ttimer: 2000
  228. \t\t\t});
  229. \t\t});
  230. \t";
  231.         }
  232.         $_parent $context['_parent'];
  233.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  234.         $context array_intersect_key($context$_parent) + $_parent;
  235.         // line 183
  236.         echo "</script>";
  237.         
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  239.         
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  241.     }
  242.     public function getTemplateName()
  243.     {
  244.         return "frontend/javascript.html.twig";
  245.     }
  246.     public function isTraitable()
  247.     {
  248.         return false;
  249.     }
  250.     public function getDebugInfo()
  251.     {
  252.         return array (  255 => 183,  240 => 173,  236 => 172,  186 => 125,  64 => 6,  60 => 5,  56 => 4,  52 => 3,  48 => 2,  43 => 1,);
  253.     }
  254.     public function getSourceContext()
  255.     {
  256.         return new Source("<script src=\"{{ asset('frontend/js/jquery.min.js') }}\"></script>
  257. <script src=\"{{ asset('frontend/js/bootstrap.min.js') }}\"></script>
  258. <script src=\"{{ asset('frontend/js/main.js') }}\"></script>
  259. <script src=\"{{ asset('frontend/slick/slick.js') }}\"></script>
  260. <script src=\"{{ asset('frontend/select2/select2.js') }}\"></script>
  261. <script src=\"{{ asset('frontend/sweetalert2/sweetalert2.all.min.js') }}\"></script>
  262. <script src=\"https://kit.fontawesome.com/8031cd8b80.js\" crossorigin=\"anonymous\"></script>
  263. <script>
  264.     \$(function (){
  265.         Src.Init();
  266.     })
  267. </script>
  268. <script>
  269.     \$('.slider').slick({
  270.         slidesToShow: 3,
  271.         slidesToScroll: 1,
  272.         autoplay: true,
  273.         autoplaySpeed: 2000,
  274.     responsive: [
  275.     {
  276.         breakpoint: 768,
  277.         settings: {
  278.         arrows: false,
  279.         centerMode: true,
  280.         centerPadding: '40px',
  281.         slidesToShow: 1
  282.         }
  283.     },
  284.     {
  285.         breakpoint: 480,
  286.         settings: {
  287.         arrows: false,
  288.         centerMode: true,
  289.         centerPadding: '40px',
  290.         slidesToShow: 1
  291.         }
  292.     }],
  293.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  294.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  295.     });
  296. </script>
  297. <script>
  298.     \$('.slider-notplay').slick({
  299.         infinite: true,
  300.         slidesToShow: 1,
  301.         slidesToScroll: 1,
  302.     responsive: [
  303.     {
  304.         breakpoint: 768,
  305.         settings: {
  306.         arrows: false,
  307.         centerMode: true,
  308.         centerPadding: '40px',
  309.         slidesToShow: 1
  310.         }
  311.     },
  312.     {
  313.         breakpoint: 480,
  314.         settings: {
  315.         arrows: false,
  316.         centerMode: true,
  317.         centerPadding: '40px',
  318.         slidesToShow: 1
  319.         }
  320.     }],
  321.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  322.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  323.     });
  324. </script>
  325. <script>
  326.     \$('.slider-notplay3').slick({
  327.         infinite: true,
  328.         slidesToShow: 3,
  329.         slidesToScroll: 1,
  330.     responsive: [
  331.     {
  332.         breakpoint: 768,
  333.         settings: {
  334.         arrows: false,
  335.         centerMode: true,
  336.         centerPadding: '40px',
  337.         slidesToShow: 1
  338.         }
  339.     },
  340.     {
  341.         breakpoint: 480,
  342.         settings: {
  343.         arrows: false,
  344.         centerMode: true,
  345.         centerPadding: '40px',
  346.         slidesToShow: 1
  347.         }
  348.     }],
  349.     prevArrow:\"<button type='button' class='slick-prev pull-left'><i class='fa fa-angle-left' aria-hidden='true'></i></button>\",
  350.     nextArrow:\"<button type='button' class='slick-next pull-right'><i class='fa fa-angle-right' aria-hidden='true'></i></button>\"
  351.     });
  352. </script>
  353. <script>
  354.     \$(document).ready(function() {\t\t\t
  355.     \$(\".select21\").select2();
  356.     });
  357. </script> 
  358. <script>
  359.     \$(document).ready(function() {\t\t\t
  360.         \$(\".select2\").select2({
  361.             allowClear: true,
  362.             
  363.         });
  364.     });
  365. </script>
  366. <script type=\"text/javascript\">
  367.     \$(function(){
  368.         
  369.         \$('body').on('show.bs.modal', '.modal', function(event) {
  370.             \$(this).find(\".modal-content\").load(event.relatedTarget.href);
  371.         });
  372.         
  373.         \$('body').on('hidden.bs.modal', '.modal', function(event) { 
  374.             \$(this).find(\".modal-content\").html('<div style=\"text-align: center\"><img src=\"{{ asset('bundles/greenadmin/img/loading.gif') }}\" style=\"width: 20px\"/></div>');
  375.         });
  376.     });
  377. </script>
  378. <script>
  379.     function openCity(evt, cityName) {
  380.         var i, tabcontent, tablinks;
  381.         tabcontent = document.getElementsByClassName(\"tabcontent\");
  382.         for (i = 0; i < tabcontent.length; i++) {
  383.         tabcontent[i].style.display = \"none\";
  384.         }
  385.         tablinks = document.getElementsByClassName(\"tablinks\");
  386.         for (i = 0; i < tablinks.length; i++) {
  387.         tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");
  388.         }
  389.         document.getElementById(cityName).style.display = \"block\";
  390.         evt.currentTarget.className += \" active\";
  391.     }
  392.     
  393.     // Get the element with id=\"defaultOpen\" and click on it
  394.     // document.getElementById(\"defaultOpen\").click();
  395. </script>
  396. <script>
  397.     /* When the user clicks on the button, 
  398.     toggle between hiding and showing the dropdown content */
  399.     function dropDown() {
  400.         document.getElementById(\"myDropdown\").classList.toggle(\"show\");
  401.     }
  402.     // Close the dropdown if the user clicks outside of it
  403.     window.onclick = function(event) {
  404.     if (!event.target.matches('.dropbtn')) {
  405.         var dropdowns = document.getElementsByClassName(\"dropdown-content\");
  406.         var i;
  407.         for (i = 0; i < dropdowns.length; i++) {
  408.             var openDropdown = dropdowns[i];
  409.             if (openDropdown.classList.contains('show')) {
  410.                 openDropdown.classList.remove('show');
  411.             }
  412.         }
  413.     }
  414.     }
  415. </script>
  416. <script>
  417. \t{% for message in app.flashes('notice') %}
  418. \t\t\$( document ).ready(function() {
  419. \t\t\tSwal.fire({
  420. \t\t\t\ticon: 'success',
  421. \t\t\t\ttitle: 'Berhasil Dikirim',
  422. \t\t\t\ttext: 'Terima Kasih',
  423. \t\t\t\tshowConfirmButton: false,
  424. \t\t\t\ttimer: 2000
  425. \t\t\t});
  426. \t\t});
  427. \t{% endfor %}
  428. </script>""frontend/javascript.html.twig""/var/www/html/open_data/templates/frontend/javascript.html.twig");
  429.     }
  430. }