var/cache/dev/twig/68/68ddf6c067a0ab5a0db7967dde39ed7d5ce8e99dc18faee876b7b4966be8c5e6.php line 16

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. /* blog/detail.twig */
  14. class __TwigTemplate_464b5baace8cbeeb91375496a1c2e3733346f9f955ab095108a5f4520a9661c8 extends \Eccube\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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/detail.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/detail.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""blog/detail.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_stylesheet($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  55.         // line 4
  56.         echo "    <style>
  57.         .toc{
  58.             position: relative;
  59.             margin: 0 0 7rem;
  60.             width: 100%;
  61.             background: #f9f9f9;
  62.             border: 1px solid #aaa;
  63.             padding: 1rem 2rem;
  64.         }
  65.         .toc__title{
  66.             margin-bottom: 0!important;
  67.             font-size: 1.2em!important;
  68.         }
  69.         .toc>ul{
  70.             padding-left: 2rem;
  71.         }
  72.         .toc ul{
  73.             counter-reset: item;
  74.             list-style-type: decimal;
  75.         }
  76.         .toc ul ul{
  77.             padding-left: 2rem;
  78.         }
  79.     </style>
  80. ";
  81.         
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  83.         
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  85.     }
  86.     // line 30
  87.     public function block_javascript($context, array $blocks = [])
  88.     {
  89.         $macros $this->macros;
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  92.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  94.         // line 31
  95.         echo "    <script>
  96.         \$(function(){
  97.             \$('a[href^=\"#\"]').click(function(){
  98.                 var href= \$(this).attr(\"href\");
  99.                 var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
  100.                 var position = target.offset().top - 150;
  101.                 \$(\"html, body\").animate({scrollTop:position}, 300, \"swing\");
  102.                 return false;
  103.             });
  104.         });
  105.     </script>
  106. ";
  107.         
  108.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  109.         
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  111.     }
  112.     // line 44
  113.     public function block_main($context, array $blocks = [])
  114.     {
  115.         $macros $this->macros;
  116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  117.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  120.         // line 45
  121.         echo "<div class=\"ec-recommended-page\">
  122.     <div class=\"ec-banner\">
  123.         <div class=\"ec-banner__inner\">
  124.             <div class=\"inner\">
  125.                 <h2>
  126.                     ";
  127.         // line 50
  128.         $context["category"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'50$this->source); })()), "getBlogCategories", [], "any"falsefalsefalse50), 0, [], "array"falsefalsefalse50), "getCategory", [], "any"falsefalsefalse50);
  129.         // line 51
  130.         echo "                    ";
  131.         if ((twig_get_attribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'51$this->source); })()), "getId", [], "any"falsefalsefalse51) == 1)) {
  132.             // line 52
  133.             echo "                        コラム
  134.                     ";
  135.         } else {
  136.             // line 54
  137.             echo "                        工事実績
  138.                     ";
  139.         }
  140.         // line 56
  141.         echo "                </h2>
  142.             </div>
  143.         </div>
  144.         <div class=\"ec-breadcrumb\">
  145.             <ul class=\"ec-breadcrumb__menu\">
  146.                 <li class=\"ec-breadcrumb__item\"><a href=\"";
  147.         // line 61
  148.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  149.         echo "\">TOP</a></li>
  150.                 <li class=\"ec-breadcrumb__item\"><span>></span></li>
  151.                 ";
  152.         // line 64
  153.         $context['_parent'] = $context;
  154.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'64$this->source); })()), "getBlogCategories", [], "any"falsefalsefalse64));
  155.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  156.             // line 65
  157.             echo "                    <li class=\"ec-breadcrumb__item\">
  158.                         <a href=\"";
  159.             // line 66
  160.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list", ["categories" => [=> twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "getCategory", [], "method"falsefalsefalse66), "getId", [], "method"falsefalsefalse66)]]), "html"nulltrue);
  161.             echo "\">
  162.                             ";
  163.             // line 67
  164.             echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "getCategory", [], "any"falsefalsefalse67), "getName", [], "any"falsefalsefalse67);
  165.             echo "
  166.                         </a>
  167.                     </li>
  168.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  169.                     
  170.                 ";
  171.         }
  172.         $_parent $context['_parent'];
  173.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  174.         $context array_intersect_key($context$_parent) + $_parent;
  175.         // line 73
  176.         echo "                
  177.                 <li class=\"ec-breadcrumb__item\">
  178.                     <p>";
  179.         // line 75
  180.         (((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'75$this->source); })()), "getTitle", [], "any"falsefalsefalse75)) > 20)) ? (print (twig_escape_filter($this->env, (twig_slice($this->envtwig_replace_filter(twig_striptags(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'75$this->source); })()), "getTitle", [], "any"falsefalsefalse75)), ["&nbsp;" => " "]), 020) . "..."), "html"nulltrue))) : (print (twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'75$this->source); })()), "getTitle", [], "any"falsefalsefalse75))));
  181.         echo "</p>
  182.                 </li>
  183.             </ul>
  184.         </div>
  185.     </div>
  186.     <div class=\"ec-recommended-main\">
  187.         <div class=\"ec-recommended__inner\">
  188.             <div class=\"inner\">
  189.                 <div class=\"ec-recommended__group\">
  190.                     <div class=\"header\">
  191.                         <div class=\"group\">
  192.                             <p>";
  193.         // line 86
  194.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'86$this->source); })()), "release_date", [], "any"falsefalsefalse86), "Y.m.d"), "html"nulltrue);
  195.         echo "</p>
  196.                             ";
  197.         // line 88
  198.         $context['_parent'] = $context;
  199.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'88$this->source); })()), "getBlogCategories", [], "any"falsefalsefalse88));
  200.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  201.             // line 89
  202.             echo "                                <span>";
  203.             echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "getCategory", [], "any"falsefalsefalse89), "getName", [], "any"falsefalsefalse89);
  204.             echo "</span>
  205.                             ";
  206.         }
  207.         $_parent $context['_parent'];
  208.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  209.         $context array_intersect_key($context$_parent) + $_parent;
  210.         // line 90
  211.         echo 
  212.                         </div>
  213.                         <div class=\"title-main\">
  214.                             <p>";
  215.         // line 93
  216.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'93$this->source); })()), "title", [], "any"falsefalsefalse93), "html"nulltrue);
  217.         echo "</p>
  218.                         </div>
  219.                         <figure class=\"figure__main_image\"> 
  220.                             ";
  221.         // line 96
  222.         if (twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'96$this->source); })()), "getMainListImage", [], "any"falsefalsefalse96)) {
  223.             // line 97
  224.             echo "                                <img src=\"";
  225.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'97$this->source); })()), "getMainListImage", [], "any"falsefalsefalse97)), "save_image"), "html"nulltrue);
  226.             echo "\" class=\"main_image_blog\"></img>
  227.                             ";
  228.         } else {
  229.             // line 99
  230.             echo "                                <img class='item_blog_image'></img>
  231.                             ";
  232.         }
  233.         // line 101
  234.         echo "                            ";
  235.         if (twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'101$this->source); })()), "getFigCaption", [], "any"falsefalsefalse101)) {
  236.             // line 102
  237.             echo "                                <figcaption>";
  238.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'102$this->source); })()), "getFigCaption", [], "any"falsefalsefalse102), "html"nulltrue);
  239.             echo "</figcaption>
  240.                             ";
  241.         }
  242.         // line 104
  243.         echo "                        </figure>
  244.                     </div>
  245.                     <div class=\"content\">
  246.                         ";
  247.         // line 108
  248.         echo "                        ";
  249.         echo twig_get_attribute($this->env$this->source$this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getBlogContent(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'108$this->source); })()), "body", [], "any"falsefalsefalse108)), "toc", [], "array"falsefalsefalse108);
  250.         echo "
  251.                         ";
  252.         // line 109
  253.         echo twig_get_attribute($this->env$this->source$this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getBlogContent(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'109$this->source); })()), "body", [], "any"falsefalsefalse109)), "html", [], "array"falsefalsefalse109);
  254.         echo "
  255.                     </div>
  256.                     
  257.                     <div class=\"list-btn\">
  258.                         ";
  259.         // line 113
  260.         $context["category"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'113$this->source); })()), "getBlogCategories", [], "any"falsefalsefalse113), 0, [], "array"falsefalsefalse113), "getCategory", [], "any"falsefalsefalse113);
  261.         // line 114
  262.         echo "
  263.                         ";
  264.         // line 115
  265.         $context["prev"] = $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getNextPost(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'115$this->source); })()), "id", [], "any"falsefalsefalse115), (twig_get_attribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'115$this->source); })()), "getId", [], "any"falsefalsefalse115) == 1), true);
  266.         // line 116
  267.         echo "                        ";
  268.         if (((isset($context["prev"]) || array_key_exists("prev"$context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.'116$this->source); })()) != null)) {
  269.             // line 117
  270.             echo "                            <a href=\"";
  271.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env$this->source, (isset($context["prev"]) || array_key_exists("prev"$context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.'117$this->source); })()), "slug", [], "any"falsefalsefalse117)) ? (twig_get_attribute($this->env$this->source, (isset($context["prev"]) || array_key_exists("prev"$context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.'117$this->source); })()), "slug", [], "any"falsefalsefalse117)) : (twig_get_attribute($this->env$this->source, (isset($context["prev"]) || array_key_exists("prev"$context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.'117$this->source); })()), "id", [], "any"falsefalsefalse117)))]), "html"nulltrue);
  272.             echo "\" class=\"page prev\"></a>
  273.                         ";
  274.         }
  275.         // line 119
  276.         echo "
  277.                         ";
  278.         // line 120
  279.         if ((twig_get_attribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'120$this->source); })()), "getId", [], "any"falsefalsefalse120) == 1)) {
  280.             // line 121
  281.             echo "                            <a href=\"";
  282.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("columns");
  283.             echo "\" class=\"btn\"><span>一覧へ戻る</span></a>
  284.                         ";
  285.         } else {
  286.             // line 123
  287.             echo "                            <a href=\"";
  288.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("results");
  289.             echo "\" class=\"btn\"><span>一覧へ戻る</span></a>
  290.                         ";
  291.         }
  292.         // line 125
  293.         echo "
  294.                         ";
  295.         // line 126
  296.         $context["next"] = $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getNextPost(twig_get_attribute($this->env$this->source, (isset($context["blog"]) || array_key_exists("blog"$context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.'126$this->source); })()), "id", [], "any"falsefalsefalse126), (twig_get_attribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'126$this->source); })()), "getId", [], "any"falsefalsefalse126) == 1));
  297.         // line 127
  298.         echo "                        ";
  299.         if (((isset($context["next"]) || array_key_exists("next"$context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.'127$this->source); })()) != null)) {
  300.             // line 128
  301.             echo "                            <a href=\"";
  302.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env$this->source, (isset($context["next"]) || array_key_exists("next"$context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.'128$this->source); })()), "slug", [], "any"falsefalsefalse128)) ? (twig_get_attribute($this->env$this->source, (isset($context["next"]) || array_key_exists("next"$context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.'128$this->source); })()), "slug", [], "any"falsefalsefalse128)) : (twig_get_attribute($this->env$this->source, (isset($context["next"]) || array_key_exists("next"$context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.'128$this->source); })()), "id", [], "any"falsefalsefalse128)))]), "html"nulltrue);
  303.             echo "\" class=\"page next\"></a>
  304.                         ";
  305.         }
  306.         // line 130
  307.         echo "
  308.                     </div>
  309.                 </div>
  310.             </div>
  311.         </div>
  312.     </div>
  313. </div>
  314. ";
  315.         
  316.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  317.         
  318.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  319.     }
  320.     public function getTemplateName()
  321.     {
  322.         return "blog/detail.twig";
  323.     }
  324.     public function isTraitable()
  325.     {
  326.         return false;
  327.     }
  328.     public function getDebugInfo()
  329.     {
  330.         return array (  333 => 130,  327 => 128,  324 => 127,  322 => 126,  319 => 125,  313 => 123,  307 => 121,  305 => 120,  302 => 119,  296 => 117,  293 => 116,  291 => 115,  288 => 114,  286 => 113,  279 => 109,  274 => 108,  269 => 104,  263 => 102,  260 => 101,  256 => 99,  250 => 97,  248 => 96,  242 => 93,  237 => 90,  228 => 89,  224 => 88,  219 => 86,  205 => 75,  201 => 73,  189 => 67,  185 => 66,  182 => 65,  178 => 64,  172 => 61,  165 => 56,  161 => 54,  157 => 52,  154 => 51,  152 => 50,  145 => 45,  135 => 44,  114 => 31,  104 => 30,  70 => 4,  60 => 3,  37 => 1,);
  331.     }
  332.     public function getSourceContext()
  333.     {
  334.         return new Source("{% extends 'default_frame.twig' %}
  335. {% block stylesheet %}
  336.     <style>
  337.         .toc{
  338.             position: relative;
  339.             margin: 0 0 7rem;
  340.             width: 100%;
  341.             background: #f9f9f9;
  342.             border: 1px solid #aaa;
  343.             padding: 1rem 2rem;
  344.         }
  345.         .toc__title{
  346.             margin-bottom: 0!important;
  347.             font-size: 1.2em!important;
  348.         }
  349.         .toc>ul{
  350.             padding-left: 2rem;
  351.         }
  352.         .toc ul{
  353.             counter-reset: item;
  354.             list-style-type: decimal;
  355.         }
  356.         .toc ul ul{
  357.             padding-left: 2rem;
  358.         }
  359.     </style>
  360. {% endblock %}
  361. {% block javascript %}
  362.     <script>
  363.         \$(function(){
  364.             \$('a[href^=\"#\"]').click(function(){
  365.                 var href= \$(this).attr(\"href\");
  366.                 var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
  367.                 var position = target.offset().top - 150;
  368.                 \$(\"html, body\").animate({scrollTop:position}, 300, \"swing\");
  369.                 return false;
  370.             });
  371.         });
  372.     </script>
  373. {% endblock %}
  374. {% block main %}
  375. <div class=\"ec-recommended-page\">
  376.     <div class=\"ec-banner\">
  377.         <div class=\"ec-banner__inner\">
  378.             <div class=\"inner\">
  379.                 <h2>
  380.                     {% set category = blog.getBlogCategories[0].getCategory %}
  381.                     {% if category.getId == 1 %}
  382.                         コラム
  383.                     {% else %}
  384.                         工事実績
  385.                     {% endif %}
  386.                 </h2>
  387.             </div>
  388.         </div>
  389.         <div class=\"ec-breadcrumb\">
  390.             <ul class=\"ec-breadcrumb__menu\">
  391.                 <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  392.                 <li class=\"ec-breadcrumb__item\"><span>></span></li>
  393.                 {% for category in blog.getBlogCategories %}
  394.                     <li class=\"ec-breadcrumb__item\">
  395.                         <a href=\"{{ url('cm_blog_pro_page_list', {categories: [category.getCategory().getId()]}) }}\">
  396.                             {{ category.getCategory.getName|raw }}
  397.                         </a>
  398.                     </li>
  399.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  400.                     
  401.                 {% endfor %}
  402.                 
  403.                 <li class=\"ec-breadcrumb__item\">
  404.                     <p>{{ blog.getTitle|length > 20 ? blog.getTitle|striptags|replace({('&nbsp;'):' '})|slice(0, 20)|raw ~ '...' : blog.getTitle|raw }}</p>
  405.                 </li>
  406.             </ul>
  407.         </div>
  408.     </div>
  409.     <div class=\"ec-recommended-main\">
  410.         <div class=\"ec-recommended__inner\">
  411.             <div class=\"inner\">
  412.                 <div class=\"ec-recommended__group\">
  413.                     <div class=\"header\">
  414.                         <div class=\"group\">
  415.                             <p>{{blog.release_date|date('Y.m.d')}}</p>
  416.                             {% for category in blog.getBlogCategories %}
  417.                                 <span>{{ category.getCategory.getName|raw }}</span>
  418.                             {% endfor %} 
  419.                         </div>
  420.                         <div class=\"title-main\">
  421.                             <p>{{ blog.title }}</p>
  422.                         </div>
  423.                         <figure class=\"figure__main_image\"> 
  424.                             {% if blog.getMainListImage %}
  425.                                 <img src=\"{{ asset(blog.getMainListImage|no_image_product, 'save_image') }}\" class=\"main_image_blog\"></img>
  426.                             {% else %}
  427.                                 <img class='item_blog_image'></img>
  428.                             {% endif %}
  429.                             {% if blog.getFigCaption %}
  430.                                 <figcaption>{{ blog.getFigCaption }}</figcaption>
  431.                             {% endif %}
  432.                         </figure>
  433.                     </div>
  434.                     <div class=\"content\">
  435.                         {# {{ blog.body|raw }} #}
  436.                         {{ CustomizeBlogContent(blog.body)['toc']|raw }}
  437.                         {{ CustomizeBlogContent(blog.body)['html']|raw }}
  438.                     </div>
  439.                     
  440.                     <div class=\"list-btn\">
  441.                         {% set category = blog.getBlogCategories[0].getCategory %}
  442.                         {% set prev = CustomizeNextPost(blog.id, category.getId == 1, true) %}
  443.                         {% if prev != null %}
  444.                             <a href=\"{{ url('cm_blog_pro_page_detail', {'id': prev.slug ? prev.slug : prev.id}) }}\" class=\"page prev\"></a>
  445.                         {% endif %}
  446.                         {% if category.getId == 1 %}
  447.                             <a href=\"{{ url('columns') }}\" class=\"btn\"><span>一覧へ戻る</span></a>
  448.                         {% else %}
  449.                             <a href=\"{{ url('results') }}\" class=\"btn\"><span>一覧へ戻る</span></a>
  450.                         {% endif %}
  451.                         {% set next = CustomizeNextPost(blog.id, category.getId == 1) %}
  452.                         {% if next != null %}
  453.                             <a href=\"{{ url('cm_blog_pro_page_detail', {'id': next.slug ? next.slug : next.id}) }}\" class=\"page next\"></a>
  454.                         {% endif %}
  455.                     </div>
  456.                 </div>
  457.             </div>
  458.         </div>
  459.     </div>
  460. </div>
  461. {% endblock %}""blog/detail.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/blog/detail.twig");
  462.     }
  463. }