var/cache/dev/twig/94/942f520134595e4b9649d13de8f1f0a9.php line 348

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. /* Block/list.twig */
  14. class __TwigTemplate_fbc202e99ab55d31709404bcfb4c3ce3 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/list.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/list.twig"));
  33.         // line 1
  34.         echo "<!--product start-->
  35. <script>
  36.         function write_log() {
  37.             var val = 'ohaoaha';
  38.             console.log(val);
  39.         }
  40.         
  41. function changeImage(id, path, tId, title){
  42.   var objImage = document.getElementById(id);
  43.   var objTitle = document.getElementById(tId);
  44.   
  45.   objImage.src = path;
  46.   objTitle.innerText = title;
  47. }
  48. function comboChange(zoom, start){
  49.   var product_left_width;
  50.   var product_left_height;
  51.   var product_img_width;
  52.   var product_cap_width;
  53.   var font_size;
  54.   var image_width;
  55.   var image_height;
  56.   var detail_width;
  57.   var detail_pLeft;
  58.   var detail_pRight;
  59.   var comment_display;
  60.   var koutuu_height;
  61.   var ensen_height;
  62.   var sankou_display;
  63.   var sankou_display;
  64.   var objName;
  65.   var objTitle;
  66.   var objTable;
  67.   var objLTable;
  68.   var objBTable;
  69.   var objPLeft;
  70.   var objPImg;
  71.   var objPCap;
  72.   var objComment;
  73.   var objAddress;
  74.   var objSyubetu;
  75.   var objSyumoku;
  76.   var objKoutuu;
  77.   var objEnsen;
  78.   var objSankou;
  79.   var objBikou;
  80.   var objImage  = document.getElementsByName(\"image\");
  81.   var objDetail = document.getElementsByName(\"detail\");
  82.   if(zoom == 1){
  83.     table_width = \"215px\";
  84.     table_margin = \"0px\";
  85.     ltable_width = \"120px\";
  86.     btable_width = \"120px\";
  87.     product_left_width  = \"215px\";
  88.     product_left_height = \"450px\";
  89.     product_img_width = \"215px\";
  90.     product_cap_width = \"215px\";
  91.     font_size = \"90%\";
  92.     tfont_size = \"90%\";
  93.     image_width = 215;
  94.     image_height = 155;
  95.     detail_width = 103;
  96.     detail_pLeft = \"0px\";
  97.     detail_pRight = \"0px\";
  98.     comment_display = \"none\";
  99.     koutuu_height = \"40px\";
  100.     ensen_height = \"40px\";
  101.     sankou_display = \"none\";
  102.   }
  103.   else if(zoom == 2){
  104.     table_width = \"294px\";
  105.     table_margin = \"0px\";
  106.     ltable_width = \"140\";
  107.     btable_width = \"140\";
  108.     product_left_width  = \"294px\";
  109.     product_left_height = \"500px\";
  110.     product_img_width = \"294px\";
  111.     product_cap_width = \"294px\";
  112.     font_size = \"100%\";
  113.     tfont_size = \"100%\";
  114.     image_width = 294;
  115.     image_height = 210;
  116.     detail_width = 110;
  117.     detail_pLeft = \"20px\";
  118.     detail_pRight = \"25px\";
  119.     comment_display = \"none\";
  120.     koutuu_height = \"40px\";
  121.     ensen_height = \"20px\";
  122.     sankou_display = \"none\";
  123.   }
  124.   else if(zoom == 3){
  125.     table_width = \"455px\";
  126.     table_margin = \"0px\";
  127.     ltable_width = \"190px\";
  128.     btable_width = \"190px\";
  129.     product_left_width  = \"455px\";
  130.     product_left_height = \"600px\";
  131.     product_img_width = \"455px\";
  132.     product_cap_width = \"455px\";
  133.     font_size = \"110%\";
  134.     tfont_size = \"100%\";
  135.     image_width = 455;
  136.     image_height = 330;
  137.     detail_width = 110;
  138.     detail_pLeft = \"85px\";
  139.     detail_pRight = \"55px\";
  140.     comment_display = \"none\";
  141.     koutuu_height = \"20px\";
  142.     ensen_height = \"20px\";
  143.     sankou_display = \"none\";
  144.   }
  145.   else if(zoom == 4){
  146.     table_width = \"455px\";
  147.     table_margin = \"0px\";
  148.     ltable_width = \"190px\";
  149.     btable_width = \"190px\";
  150.     product_left_width  = \"940px\";
  151.     product_left_height = \"500px\";
  152.     product_img_width = \"455px\";
  153.     product_cap_width = \"455px\";
  154.     font_size = \"110%\";
  155.     tfont_size = \"100%\";
  156.     image_width = 455;
  157.     image_height = 330;
  158.     detail_width = 110;
  159.     detail_pLeft = \"70px\";
  160.     detail_pRight = \"60px\";
  161.     comment_display = \"table-row\";
  162.     koutuu_height = \"20px\";
  163.     ensen_height = \"20px\";
  164.     sankou_display = \"block\";
  165.   }
  166.    var l = 0; 
  167.   for(i = start+1; i < (start + objImage.length+1); i++){
  168.      
  169.     objName   = document.getElementById(\"name\" + i);
  170.     
  171.     objTitle  = document.getElementById(\"title\" + i);
  172.   
  173.     objTable  = document.getElementById(\"table\" + i);
  174.    
  175.     objLTable = document.getElementById(\"ltable\" + i);
  176.   
  177.     objBTable = document.getElementById(\"btable\" + i);
  178.   
  179.     objPLeft  = document.getElementById(\"product_left\" + i);
  180.   
  181.     objPImg   = document.getElementById(\"product_img\" + i);
  182.     objPCap   = document.getElementById(\"product_cap\" + i);
  183.    
  184.     objComment= document.getElementById(\"comment\" + i);
  185.  
  186.     objAddress= document.getElementById(\"address\" + i);
  187.     objSyubetu= document.getElementById(\"syubetu\" + i);
  188.      
  189.     objSyumoku= document.getElementById(\"syumoku\" + i);
  190.     objEnsen  = document.getElementById(\"ensen\" + i);
  191.     objKoutuu = document.getElementById(\"koutuu\" + i);
  192.     objSankou = document.getElementById(\"sankou\" + i);
  193.            
  194.     objBikou  = document.getElementById(\"bikou\" + i);
  195.     
  196.     objAddress.style.display = comment_display;
  197.     objSyubetu.style.display = comment_display;
  198.     objSyumoku.style.display = comment_display;
  199.     objPLeft.style.width = product_left_width;
  200.           
  201.     objPLeft.style.height = product_left_height;
  202.     objPImg.style.width = product_img_width;
  203.     objPCap.style.width = product_cap_width;
  204.     objImage.item(l).width = image_width;
  205.            
  206.     objImage.item(l).height = image_height;
  207.     //objDetail.item(l).width = 103;
  208.    // objDetail.item(l).style.marginLeft = detail_pLeft;
  209.     //objDetail.item(l).style.marginRight = detail_pRight;
  210.     
  211.     objName.style.fontSize = font_size;
  212.     objTitle.style.display = comment_display;
  213.     objTable.style.fontSize = font_size;
  214.     objTable.style.width    = table_width;
  215.     objTable.style.marginBottom = table_margin;
  216.     objLTable.style.width    = ltable_width;
  217.     objBTable.style.width    = btable_width;
  218.     objLTable.style.fontSize = tfont_size;
  219.     objBTable.style.fontSize = tfont_size;
  220.     objComment.style.display = comment_display;
  221.     objKoutuu.style.height = koutuu_height;
  222.     objEnsen.style.height = ensen_height;
  223.     objSankou.style.display = sankou_display;
  224.     objBikou.style.fontSize = font_size;
  225.       
  226.     l++;
  227.   }
  228. }
  229. </script>
  230. <script>
  231.     \$(function() {
  232.         \$('.add-cart').on('click', function(event) {
  233.                 var \$form = \$(this).parents('li').find('form');
  234.                 
  235.                 // 個数フォームのチェック
  236.                 var \$quantity = \$form.parent().find('.quantity');
  237.                 if (\$quantity.val() < 1) {
  238.                     \$quantity[0].setCustomValidity('";
  239.         // line 216
  240.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html"nulltrue);
  241.         echo "');
  242.                     setTimeout(function() {
  243.                         loadingOverlay('hide');
  244.                     }, 100);
  245.                     return true;
  246.                 } else {
  247.                     \$quantity[0].setCustomValidity('');
  248.                 }
  249.                 event.preventDefault();
  250.                 \$.ajax({
  251.                     url: \$form.attr('action'),
  252.                     type: \$form.attr('method'),
  253.                     data: \$form.serialize(),
  254.                     dataType: 'json',
  255.                     beforeSend: function(xhr, settings) {
  256.                         // Buttonを無効にする
  257.                         \$('.add-cart').prop('disabled', true);
  258.                     }
  259.                 }).done(function(data) {
  260.                     // カートブロックを更新する
  261.                     \$.ajax({
  262.                         url: \"";
  263.         // line 239
  264.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
  265.         echo "\",
  266.                         type: 'GET',
  267.                         dataType: 'html'
  268.                     }).done(function(html) {
  269.                         \$('.ec-headerRole__cart').html(html);
  270.                     });
  271.                     
  272.                     window.location.href = \"";
  273.         // line 246
  274.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  275.         echo "\";
  276.                 }).fail(function(data) {
  277.                     alert('";
  278.         // line 248
  279.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("リストへの追加に失敗しました。"), "html"nulltrue);
  280.         echo "');
  281.                 }).always(function(data) {
  282.                     // Buttonを有効にする
  283.                     \$('.add-cart').prop('disabled', false);
  284.                 });
  285.             });
  286.             \$('.reload').on('click', function(event) {
  287.                 location.reload();
  288.             });
  289.         });
  290.         \$('.ec-modal-overlay, .ec-modal .ec-inlineBtn--cancel').on('click', function() {
  291.             \$('.ec-modal').hide()
  292.         });
  293. </script>
  294. ";
  295.         // line 265
  296.         $context["Products"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Product"), "findBy", [=> ["Status" => 1], => ["update_date" => "desc"], => 119], "method"falsefalsefalse265);
  297.         // line 266
  298.         echo "
  299. ";
  300.         // line 267
  301.         $context["product_mum"] = twig_length_filter($this->env, (isset($context["Products"]) || array_key_exists("Products"$context) ? $context["Products"] : (function () { throw new RuntimeError('Variable "Products" does not exist.'267$this->source); })()));
  302.         // line 269
  303.         $context["count_item"] = 15;
  304.         // line 270
  305.         $context["max_page"] = (twig_round(((isset($context["product_mum"]) || array_key_exists("product_mum"$context) ? $context["product_mum"] : (function () { throw new RuntimeError('Variable "product_mum" does not exist.'270$this->source); })()) / (isset($context["count_item"]) || array_key_exists("count_item"$context) ? $context["count_item"] : (function () { throw new RuntimeError('Variable "count_item" does not exist.'270$this->source); })())), 0"floor") + 1);
  306.         // line 271
  307.         $context["RedirectQueryString"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'271$this->source); })()), "request", [], "any"falsefalsefalse271), "server", [], "any"falsefalsefalse271), "get", [=> "REDIRECT_QUERY_STRING"], "method"falsefalsefalse271);
  308.         // line 272
  309.         if (((isset($context["RedirectQueryString"]) || array_key_exists("RedirectQueryString"$context) ? $context["RedirectQueryString"] : (function () { throw new RuntimeError('Variable "RedirectQueryString" does not exist.'272$this->source); })()) != null)) {
  310.             // line 273
  311.             $context["page_num"] = twig_slice($this->env, (isset($context["RedirectQueryString"]) || array_key_exists("RedirectQueryString"$context) ? $context["RedirectQueryString"] : (function () { throw new RuntimeError('Variable "RedirectQueryString" does not exist.'273$this->source); })()), twig_length_filter($this->env"page="));
  312.         } else {
  313.             // line 275
  314.             $context["page_num"] = 0;
  315.         }
  316.         // line 277
  317.         if (((isset($context["page_num"]) || array_key_exists("page_num"$context) ? $context["page_num"] : (function () { throw new RuntimeError('Variable "page_num" does not exist.'277$this->source); })()) == 0)) {
  318.             // line 278
  319.             $context["start_num"] = (isset($context["page_num"]) || array_key_exists("page_num"$context) ? $context["page_num"] : (function () { throw new RuntimeError('Variable "page_num" does not exist.'278$this->source); })());
  320.             // line 279
  321.             $context["page_num"] = 1;
  322.         } else {
  323.             // line 281
  324.             $context["start_num"] = (((isset($context["page_num"]) || array_key_exists("page_num"$context) ? $context["page_num"] : (function () { throw new RuntimeError('Variable "page_num" does not exist.'281$this->source); })()) - 1) * (isset($context["count_item"]) || array_key_exists("count_item"$context) ? $context["count_item"] : (function () { throw new RuntimeError('Variable "count_item" does not exist.'281$this->source); })()));
  325.         }
  326.         // line 283
  327.         echo "
  328. <div id=\"toplist\" style=\"width:970px;\">
  329. <h3 class=\"t5\" style=\"color:black;margin-top:10px;width:960px;\">取扱い物件一覧
  330. <font style=\"margin-left:620px;\">表示形式:
  331. <select id=\"size\" name=\"size\" size=\"1\" onChange=\"comboChange(this.options[this.selectedIndex].value,";
  332.         // line 287
  333.         echo twig_escape_filter($this->env, (isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'287$this->source); })()), "html"nulltrue);
  334.         echo ")\">
  335. <option value=\"1\">縮小表示</option>
  336. <option value=\"2\" selected=\"selected\">標準</option>
  337. <option value=\"3\">拡大表示</option>
  338. <option value=\"4\">最大化</option>
  339. </select>
  340. </font>
  341. </h3>
  342. <div align=\"center\" style=\"margin:0 5px;height:30px;width:960px;border:1px solid #E2DFD2; font-size:18px;\">
  343.             <<                
  344.             ";
  345.         // line 298
  346.         $context['_parent'] = $context;
  347.         $context['_seq'] = twig_ensure_traversable(range(1, (isset($context["max_page"]) || array_key_exists("max_page"$context) ? $context["max_page"] : (function () { throw new RuntimeError('Variable "max_page" does not exist.'298$this->source); })())));
  348.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  349.             // line 299
  350.             echo "            ";
  351.             if (($context["i"] == (isset($context["page_num"]) || array_key_exists("page_num"$context) ? $context["page_num"] : (function () { throw new RuntimeError('Variable "page_num" does not exist.'299$this->source); })()))) {
  352.                 // line 300
  353.                 echo "            ";
  354.                 echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  355.                 echo "
  356.             ";
  357.             } else {
  358.                 // line 302
  359.                 echo "            <a href=\"";
  360.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage", ["page" => $context["i"]]), "html"nulltrue);
  361.                 echo "\">";
  362.                 echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  363.                 echo "</a>
  364.             ";
  365.             }
  366.             // line 304
  367.             echo "            ";
  368.         }
  369.         $_parent $context['_parent'];
  370.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  371.         $context array_intersect_key($context$_parent) + $_parent;
  372.         // line 305
  373.         echo "            >>
  374.   </div>
  375. <!--<h3 class=\"t5\">オススメ商品</h3>-->
  376. <!--product_left start-->
  377. ";
  378.         // line 309
  379.         $context['_parent'] = $context;
  380.         $context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["Products"]) || array_key_exists("Products"$context) ? $context["Products"] : (function () { throw new RuntimeError('Variable "Products" does not exist.'309$this->source); })()), (isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'309$this->source); })()), (isset($context["count_item"]) || array_key_exists("count_item"$context) ? $context["count_item"] : (function () { throw new RuntimeError('Variable "count_item" does not exist.'309$this->source); })())));
  381.         $context['loop'] = [
  382.           'parent' => $context['_parent'],
  383.           'index0' => 0,
  384.           'index'  => 1,
  385.           'first'  => true,
  386.         ];
  387.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  388.             $length count($context['_seq']);
  389.             $context['loop']['revindex0'] = $length 1;
  390.             $context['loop']['revindex'] = $length;
  391.             $context['loop']['length'] = $length;
  392.             $context['loop']['last'] = === $length;
  393.         }
  394.         foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  395.             // line 310
  396.             echo "<li class=\"ec-shelfGrid__item\">
  397. ";
  398.             // line 311
  399.             $context["ProductClass"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\ProductClass"), "findBy", [=> ["Product" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse311)]], "method"falsefalsefalse311);
  400.             // line 312
  401.             if (((isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'312$this->source); })()) != null)) {
  402.                 // line 313
  403.                 $context["SaleType"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Master\\SaleType"), "findBy", [=> ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'313$this->source); })()), 0, [], "array"falsefalsefalse313), "SaleType", [], "any"falsefalsefalse313)]], "method"falsefalsefalse313);
  404.                 // line 314
  405.                 if (((isset($context["SaleType"]) || array_key_exists("SaleType"$context) ? $context["SaleType"] : (function () { throw new RuntimeError('Variable "SaleType" does not exist.'314$this->source); })()) != null)) {
  406.                     // line 315
  407.                     $context["SaleTypeName"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["SaleType"]) || array_key_exists("SaleType"$context) ? $context["SaleType"] : (function () { throw new RuntimeError('Variable "SaleType" does not exist.'315$this->source); })()), 0, [], "array"falsefalsefalse315), "name", [], "any"falsefalsefalse315);
  408.                 } else {
  409.                     // line 317
  410.                     $context["SaleTypeName"] = "";
  411.                 }
  412.                 // line 319
  413.                 echo "
  414. <div id=\"product_left";
  415.                 // line 320
  416.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'320$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse320)), "html"nulltrue);
  417.                 echo "\" class=\"product_left\" style=\"width:294px;height:500px;margin:0 0 5px 5px;\">
  418. <!--product_img start-->
  419. <div id=\"product_img";
  420.                 // line 323
  421.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'323$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse323)), "html"nulltrue);
  422.                 echo "\" class=\"product_img_01\" style=\"width:294px;\">
  423. <h4 id=\"name";
  424.                 // line 325
  425.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'325$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse325)), "html"nulltrue);
  426.                 echo "\" class=\"bold\" style=\"padding:5px 0 3px 0;font-size:110%;border-bottom:thin solid green;background-color:snow;color:black;margin-bottom:4px;\">";
  427.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse325), "html"nulltrue);
  428.                 echo "</h4>
  429. <p id=\"title";
  430.                 // line 326
  431.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'326$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse326)), "html"nulltrue);
  432.                 echo "\" style=\"display:none;margin-left:5px;text-align:left;font-size:95%;color:black;\"> </p>
  433. <a href=\"";
  434.                 // line 327
  435.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse327)]), "html"nulltrue);
  436.                 echo "\">
  437. <img id=\"image";
  438.                 // line 328
  439.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'328$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse328)), "html"nulltrue);
  440.                 echo "\" name=\"image\" height=\"210\" width=\"294\" src=\"";
  441.                 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$context["Product"], "mainImage", [], "any"falsefalsefalse328)), "save_image"), "html"nulltrue);
  442.                 echo "\"alt=\"";
  443.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse328), "html"nulltrue);
  444.                 echo "\" />
  445. </a>
  446. <p id=\"bikou";
  447.                 // line 330
  448.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'330$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse330)), "html"nulltrue);
  449.                 echo "\"><font style=\"color:blue;\">";
  450.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "comment", [], "any"falsefalsefalse330), "html"nulltrue);
  451.                 echo "</font></p>
  452. </div>
  453. <!--/product_img end-->
  454. <!--product_cap start-->
  455. <div id=\"product_cap";
  456.                 // line 336
  457.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'336$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse336)), "html"nulltrue);
  458.                 echo "\" class=\"product_cap_01\"  style=\"width:295px;padding-left:1px;padding-top:0px; float:right;\">
  459. <!--{*--><h4 class=\"bold\"><a href=\"<!--{\$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{\$arrBestProducts[cnt].product_id}-->\"><!--{\$arrBestProducts[cnt].name|escape}--></a></h4><!--*}-->
  460. <!--{*--><p class=\"t10\"><!--{\$arrBestProducts[cnt].comment|escape|nl2br}--></p><!--*}-->
  461. <!-- edit area start-->
  462. <div style=\"color:black;font-size:96%;\">
  463. <p id=\"comment";
  464.                 // line 341
  465.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'341$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse341)), "html"nulltrue);
  466.                 echo "\" style=\"padding-bottom:10px;color:black;display:none;\">
  467. ";
  468.                 // line 342
  469.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "mainListComment", [], "any"falsefalsefalse342), "html"nulltrue);
  470.                 echo "
  471. </p>
  472. <table id=\"table";
  473.                 // line 344
  474.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'344$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse344)), "html"nulltrue);
  475.                 echo "\" border=\"1\" width=\"294\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">
  476. <tr>
  477. <td align=\"center\">価    格</td>
  478. <td align=\"center\">
  479. ";
  480.                 // line 348
  481.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse348) == 0)) {
  482.                     // line 349
  483.                     echo "<font style=\"color:red; font-weight:bolder;\">ご成約済</font>
  484. ";
  485.                 } elseif ((twig_get_attribute($this->env$this->source,                 // line 350
  486. $context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse350) == 1)) {
  487.                     // line 351
  488.                     echo "<font style=\"color:red; font-weight:bolder;\">商 談 中</font>
  489. ";
  490.                 } else {
  491.                     // line 353
  492.                     echo "<font style=\"color:red; font-weight:bolder;\">
  493. ";
  494.                     // line 354
  495.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse354), "html"nulltrue);
  496.                     echo "万円</font>
  497. ";
  498.                 }
  499.                 // line 356
  500.                 echo "</td>
  501. </tr>
  502. <tr id=\"address";
  503.                 // line 359
  504.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'359$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse359)), "html"nulltrue);
  505.                 echo "\" style=\"display:none;\">
  506. <td align=\"center\">所 在 地</td>
  507. <td align=\"center\"><font style=\"color:blue;\">";
  508.                 // line 361
  509.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "pref", [], "any"falsefalsefalse361), "html"nulltrue);
  510.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "ku", [], "any"falsefalsefalse361), "html"nulltrue);
  511.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "adDetail", [], "any"falsefalsefalse361), "html"nulltrue);
  512.                 echo "</font></td>
  513. </tr>
  514. <tr id=\"syubetu";
  515.                 // line 363
  516.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'363$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse363)), "html"nulltrue);
  517.                 echo "\" style=\"display:none;\">
  518. <td align=\"center\">物 件 種 別</td>
  519. <td align=\"center\"><font style=\"color:blue;\">";
  520.                 // line 365
  521.                 echo twig_escape_filter($this->env, (isset($context["SaleTypeName"]) || array_key_exists("SaleTypeName"$context) ? $context["SaleTypeName"] : (function () { throw new RuntimeError('Variable "SaleTypeName" does not exist.'365$this->source); })()), "html"nulltrue);
  522.                 echo "</font></td>
  523. </tr>
  524. <tr id=\"syumoku";
  525.                 // line 367
  526.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'367$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse367)), "html"nulltrue);
  527.                 echo "\" style=\"display:none;\">
  528. <td align=\"center\" width=\"900px\">物 件 種 目</td>
  529. <td align=\"center\"><font style=\"color:blue;\">";
  530.                 // line 369
  531.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "syumoku", [], "any"falsefalsefalse369), "html"nulltrue);
  532.                 echo "</font></td>
  533. </tr>
  534. <tr>
  535. <td align=\"center\">土 地 面 積</td><td align=\"center\"><font style=\"color:blue;\">
  536. <table id=\"ltable";
  537.                 // line 373
  538.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'373$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse373)), "html"nulltrue);
  539.                 echo "\" width=\"140\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"49%\" align=\"right\">
  540. ";
  541.                 // line 374
  542.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "landArea", [], "any"falsefalsefalse374), "html"nulltrue);
  543.                 echo "m<Span style=\"font-size:60%;height:10;position:relative; top:-3%;\">2</Span></td>
  544. <td width=\"51%\" align=\"right\">
  545. ";
  546.                 // line 376
  547.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "landArea", [], "any"falsefalsefalse376) != "")) {
  548.                     // line 377
  549.                     $context["ltubo"] = twig_sprintf("%.2f", (((twig_get_attribute($this->env$this->source$context["Product"], "landArea", [], "any"falsefalsefalse377) * 0.3024999999999999911182158029987476766109466552734375) * 100) / 100));
  550.                     // line 378
  551.                     echo twig_escape_filter($this->env, (isset($context["ltubo"]) || array_key_exists("ltubo"$context) ? $context["ltubo"] : (function () { throw new RuntimeError('Variable "ltubo" does not exist.'378$this->source); })()), "html"nulltrue);
  552.                     echo " 坪
  553. ";
  554.                 }
  555.                 // line 380
  556.                 echo "</td></tr></table>
  557. </font></td>
  558. </tr>
  559. <tr>
  560. <td align=\"center\">
  561. ";
  562.                 // line 385
  563.                 if (((isset($context["SaleTypeName"]) || array_key_exists("SaleTypeName"$context) ? $context["SaleTypeName"] : (function () { throw new RuntimeError('Variable "SaleTypeName" does not exist.'385$this->source); })()) == "マンション")) {
  564.                     // line 386
  565.                     echo "専 有 面 積
  566. ";
  567.                 } else {
  568.                     // line 388
  569.                     echo "建 物 面 積
  570. ";
  571.                 }
  572.                 // line 390
  573.                 echo "</td><td align=\"center\"><font style=\"color:blue;\">
  574. <table id=\"btable";
  575.                 // line 391
  576.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'391$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse391)), "html"nulltrue);
  577.                 echo "\" width=\"140\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"49%\" align=\"right\">
  578. ";
  579.                 // line 392
  580.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "buildArea", [], "any"falsefalsefalse392), "html"nulltrue);
  581.                 echo "m<Span style=\"font-size:60%;height:10;position:relative; top:-3%;\">2</Span></td>
  582. <td width=\"51%\" align=\"right\">
  583. ";
  584.                 // line 394
  585.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "buildArea", [], "any"falsefalsefalse394) != "")) {
  586.                     // line 395
  587.                     $context["btubo"] = twig_sprintf("%.2f", (((twig_get_attribute($this->env$this->source$context["Product"], "buildArea", [], "any"falsefalsefalse395) * 0.3024999999999999911182158029987476766109466552734375) * 100) / 100));
  588.                     // line 396
  589.                     echo twig_escape_filter($this->env, (isset($context["btubo"]) || array_key_exists("btubo"$context) ? $context["btubo"] : (function () { throw new RuntimeError('Variable "btubo" does not exist.'396$this->source); })()), "html"nulltrue);
  590.                     echo " 坪
  591. ";
  592.                 }
  593.                 // line 398
  594.                 echo "</td></tr></table>
  595. </font></td>
  596. </tr>
  597. <tr>
  598. <td id=\"ensen";
  599.                 // line 402
  600.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'402$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse402)), "html"nulltrue);
  601.                 echo "\" align=\"center\">沿  線 ・ 駅</td><td align=\"center\"><font style=\"color:blue;\">";
  602.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "ensen", [], "any"falsefalsefalse402), "html"nulltrue);
  603.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "station", [], "any"falsefalsefalse402), "html"nulltrue);
  604.                 echo "</font></td>
  605. </tr>
  606. </table>
  607. <p id=\"koutuu";
  608.                 // line 406
  609.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'406$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse406)), "html"nulltrue);
  610.                 echo "\" style=\"height:40px;display:none;\">交通:<font style=\"color:blue;\">";
  611.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "stOther", [], "any"falsefalsefalse406), "html"nulltrue);
  612.                 echo "</font></p>
  613. <!--{assign var=name value=\"detail`\$smarty.section.cnt.iteration`\"}-->
  614. <!--{assign var=id value=\$arrBestProducts[cnt].product_id}-->
  615. <tr style=\"height:40px;\">
  616.     <td colspan=\"2\" align=\"center\">
  617.         <a href=\"";
  618.                 // line 413
  619.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse413)]), "html"nulltrue);
  620.                 echo "\" onmouseover=\"chgImg('../html/user_data/assets/images/b_detail_h.gif','detail1');\" onmouseout=\"chgImg('../html/user_data/assets/images/b_detail.gif','detail1');\">
  621.             <img src=\"../html/user_data/assets/images/b_detail.gif\" width=\"110\" height=\"21\" alt=\"詳しくはこちら\" name=\"detail1\" id=\"detail1\" />
  622.         </a>
  623.     </td>
  624.     <td>
  625.         <form action=\"";
  626.                 // line 418
  627.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse418)]), "html"nulltrue);
  628.                 echo "\" method=\"post\" id=\"form";
  629.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse418), "html"nulltrue);
  630.                 echo "\" name=\"productForm";
  631.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse418), "html"nulltrue);
  632.                 echo "\">
  633.             <input type=\"hidden\" id=\"quantity";
  634.                 // line 419
  635.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse419), "html"nulltrue);
  636.                 echo "\" name=\"quantity\" required=\"required\" min=\"1\" maxlength=\"9\" class=\"quantity\" value=\"1\">
  637.             <input type=\"hidden\" id=\"product_id\" name=\"product_id\" value=\"";
  638.                 // line 420
  639.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse420), "html"nulltrue);
  640.                 echo "\">
  641.             <input type=\"hidden\" id=\"ProductClass\" name=\"ProductClass\" value=\"";
  642.                 // line 421
  643.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["Product"], "ProductClasses", [], "any"falsefalsefalse421), 0, [], "array"falsefalsefalse421), "id", [], "any"falsefalsefalse421), "html"nulltrue);
  644.                 echo "\">
  645.             <input type=\"hidden\" id=\"_token\" name=\"_token\" value=\"";
  646.                 // line 422
  647.                 echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("Eccube\\Form\\Type\\AddCartType"), "html"nulltrue);
  648.                 echo "\" />
  649.         </form>
  650.         ";
  651.                 // line 425
  652.                 echo "            <a type=\"button\" class=\"add-cart\" data-cartid=\"";
  653.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse425), "html"nulltrue);
  654.                 echo "\" form=\"productForm";
  655.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse425), "html"nulltrue);
  656.                 echo "\">
  657.                 <img src=\"../../html/user_data/assets/images/b_box_in.gif\" width=\"108\" height=\"21\" alt=\"カゴに入れる\"style=\"margin:5px 0 0 0;\"/>
  658.             </a>
  659.         ";
  660.                 // line 429
  661.                 echo "    </td>
  662. </tr>
  663. </div>
  664. <!-- / edit area end-->
  665. </div>
  666. <!--/product_cap end-->
  667. <div style=\"clear:left;\">
  668. <p id=\"sankou";
  669.                 // line 437
  670.                 echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'437$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse437)), "html"nulltrue);
  671.                 echo "\" style=\"display:none;margin-left:5px;margin-bottom:10px;padding-top:5px;\">
  672. <font style=\"color:black;font-size:96%;\"><参考画像>(画像の上にマウスを乗せると拡大画像がご覧になれます)</font><br>
  673. ";
  674.                 // line 439
  675.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "mainImage", [], "any"falsefalsefalse439) != "")) {
  676.                     // line 440
  677.                     echo "<img onmouseover=\"changeImage('image";
  678.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'440$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse440)), "html"nulltrue);
  679.                     echo "','";
  680.                     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$context["Product"], "mainImage", [], "any"falsefalsefalse440)), "save_image"), "html"nulltrue);
  681.                     echo "', 'title";
  682.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'440$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse440)), "html"nulltrue);
  683.                     echo "', '')\" src=\"";
  684.                     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$context["Product"], "mainImage", [], "any"falsefalsefalse440)), "save_image"), "html"nulltrue);
  685.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  686. ";
  687.                 }
  688.                 // line 442
  689.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  690. ";
  691.                 // line 443
  692.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub1Image", [], "any"falsefalsefalse443) != "")) {
  693.                     // line 444
  694.                     echo "<img onmouseover=\"changeImage('image";
  695.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'444$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse444)), "html"nulltrue);
  696.                     echo "','";
  697.                     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$context["Product"], "sub1Image", [], "any"falsefalsefalse444)), "save_image"), "html"nulltrue);
  698.                     echo "', 'title";
  699.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'444$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse444)), "html"nulltrue);
  700.                     echo "', '";
  701.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub1Title", [], "any"falsefalsefalse444), "html"nulltrue);
  702.                     echo "')\" src=\"";
  703.                     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$context["Product"], "sub1Image", [], "any"falsefalsefalse444)), "save_image"), "html"nulltrue);
  704.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  705. ";
  706.                 }
  707.                 // line 446
  708.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  709. ";
  710.                 // line 447
  711.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub2Image", [], "any"falsefalsefalse447) != "")) {
  712.                     // line 448
  713.                     echo "<img onmouseover=\"changeImage('image";
  714.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'448$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse448)), "html"nulltrue);
  715.                     echo "','";
  716.                     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$context["Product"], "sub2Image", [], "any"falsefalsefalse448)), "save_image"), "html"nulltrue);
  717.                     echo "', 'title";
  718.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'448$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse448)), "html"nulltrue);
  719.                     echo "', '";
  720.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub2Title", [], "any"falsefalsefalse448), "html"nulltrue);
  721.                     echo "')\" src=\"";
  722.                     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$context["Product"], "sub2Image", [], "any"falsefalsefalse448)), "save_image"), "html"nulltrue);
  723.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  724. ";
  725.                 }
  726.                 // line 450
  727.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  728. ";
  729.                 // line 451
  730.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub3Image", [], "any"falsefalsefalse451) != "")) {
  731.                     // line 452
  732.                     echo "<img onmouseover=\"changeImage('image";
  733.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'452$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse452)), "html"nulltrue);
  734.                     echo "','";
  735.                     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$context["Product"], "sub3Image", [], "any"falsefalsefalse452)), "save_image"), "html"nulltrue);
  736.                     echo "', 'title";
  737.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'452$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse452)), "html"nulltrue);
  738.                     echo "', '";
  739.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub3Title", [], "any"falsefalsefalse452), "html"nulltrue);
  740.                     echo "')\" src=\"";
  741.                     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$context["Product"], "sub3Image", [], "any"falsefalsefalse452)), "save_image"), "html"nulltrue);
  742.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  743. ";
  744.                 }
  745.                 // line 454
  746.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  747. ";
  748.                 // line 455
  749.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub4Image", [], "any"falsefalsefalse455) != "")) {
  750.                     // line 456
  751.                     echo "<img onmouseover=\"changeImage('image";
  752.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'456$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse456)), "html"nulltrue);
  753.                     echo "','";
  754.                     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$context["Product"], "sub4Image", [], "any"falsefalsefalse456)), "save_image"), "html"nulltrue);
  755.                     echo "', 'title";
  756.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'456$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse456)), "html"nulltrue);
  757.                     echo "', '";
  758.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub4Title", [], "any"falsefalsefalse456), "html"nulltrue);
  759.                     echo "')\" src=\"";
  760.                     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$context["Product"], "sub4Image", [], "any"falsefalsefalse456)), "save_image"), "html"nulltrue);
  761.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  762. ";
  763.                 }
  764.                 // line 458
  765.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  766. ";
  767.                 // line 459
  768.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub5Image", [], "any"falsefalsefalse459) != "")) {
  769.                     // line 460
  770.                     echo "<img onmouseover=\"changeImage('image";
  771.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'460$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse460)), "html"nulltrue);
  772.                     echo "','";
  773.                     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$context["Product"], "sub5Image", [], "any"falsefalsefalse460)), "save_image"), "html"nulltrue);
  774.                     echo "', 'title";
  775.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'460$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse460)), "html"nulltrue);
  776.                     echo "', '";
  777.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub5Title", [], "any"falsefalsefalse460), "html"nulltrue);
  778.                     echo "')\" src=\"";
  779.                     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$context["Product"], "sub5Image", [], "any"falsefalsefalse460)), "save_image"), "html"nulltrue);
  780.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  781. ";
  782.                 }
  783.                 // line 462
  784.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  785. ";
  786.                 // line 463
  787.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub6Image", [], "any"falsefalsefalse463) != "")) {
  788.                     // line 464
  789.                     echo "<img onmouseover=\"changeImage('image";
  790.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'464$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse464)), "html"nulltrue);
  791.                     echo "','";
  792.                     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$context["Product"], "sub6Image", [], "any"falsefalsefalse464)), "save_image"), "html"nulltrue);
  793.                     echo "', 'title";
  794.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'464$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse464)), "html"nulltrue);
  795.                     echo "', '";
  796.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub6Title", [], "any"falsefalsefalse464), "html"nulltrue);
  797.                     echo "')\" src=\"";
  798.                     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$context["Product"], "sub6Image", [], "any"falsefalsefalse464)), "save_image"), "html"nulltrue);
  799.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  800. ";
  801.                 }
  802.                 // line 466
  803.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  804. ";
  805.                 // line 467
  806.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub7Image", [], "any"falsefalsefalse467) != "")) {
  807.                     // line 468
  808.                     echo "<img onmouseover=\"changeImage('image";
  809.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'468$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse468)), "html"nulltrue);
  810.                     echo "','";
  811.                     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$context["Product"], "sub7Image", [], "any"falsefalsefalse468)), "save_image"), "html"nulltrue);
  812.                     echo "', 'title";
  813.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'468$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse468)), "html"nulltrue);
  814.                     echo "', '";
  815.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub7Title", [], "any"falsefalsefalse468), "html"nulltrue);
  816.                     echo "')\" src=\"";
  817.                     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$context["Product"], "sub7Image", [], "any"falsefalsefalse468)), "save_image"), "html"nulltrue);
  818.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  819. ";
  820.                 }
  821.                 // line 470
  822.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  823. ";
  824.                 // line 471
  825.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub8Image", [], "any"falsefalsefalse471) != "")) {
  826.                     // line 472
  827.                     echo "<img onmouseover=\"changeImage('image";
  828.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'472$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse472)), "html"nulltrue);
  829.                     echo "','";
  830.                     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$context["Product"], "sub8Image", [], "any"falsefalsefalse472)), "save_image"), "html"nulltrue);
  831.                     echo "', 'title";
  832.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'472$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse472)), "html"nulltrue);
  833.                     echo "', '";
  834.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub8Title", [], "any"falsefalsefalse472), "html"nulltrue);
  835.                     echo "')\" src=\"";
  836.                     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$context["Product"], "sub8Image", [], "any"falsefalsefalse472)), "save_image"), "html"nulltrue);
  837.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  838. ";
  839.                 }
  840.                 // line 474
  841.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  842. ";
  843.                 // line 475
  844.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub9Image", [], "any"falsefalsefalse475) != "")) {
  845.                     // line 476
  846.                     echo "<img onmouseover=\"changeImage('image";
  847.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'476$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse476)), "html"nulltrue);
  848.                     echo "','";
  849.                     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$context["Product"], "sub9Image", [], "any"falsefalsefalse476)), "save_image"), "html"nulltrue);
  850.                     echo "', 'title";
  851.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'476$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse476)), "html"nulltrue);
  852.                     echo "', '";
  853.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub9Title", [], "any"falsefalsefalse476), "html"nulltrue);
  854.                     echo "')\" src=\"";
  855.                     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$context["Product"], "sub9Image", [], "any"falsefalsefalse476)), "save_image"), "html"nulltrue);
  856.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  857. ";
  858.                 }
  859.                 // line 478
  860.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  861. ";
  862.                 // line 479
  863.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub12Image", [], "any"falsefalsefalse479) != "")) {
  864.                     // line 480
  865.                     echo "<img onmouseover=\"changeImage('image";
  866.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'480$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse480)), "html"nulltrue);
  867.                     echo "','";
  868.                     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$context["Product"], "sub12Image", [], "any"falsefalsefalse480)), "save_image"), "html"nulltrue);
  869.                     echo "', 'title";
  870.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'480$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse480)), "html"nulltrue);
  871.                     echo "', '";
  872.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub12Title", [], "any"falsefalsefalse480), "html"nulltrue);
  873.                     echo "')\" src=\"";
  874.                     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$context["Product"], "sub12Image", [], "any"falsefalsefalse480)), "save_image"), "html"nulltrue);
  875.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  876. ";
  877.                 }
  878.                 // line 482
  879.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  880. ";
  881.                 // line 483
  882.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub13Image", [], "any"falsefalsefalse483) != "")) {
  883.                     // line 484
  884.                     echo "<img onmouseover=\"changeImage('image";
  885.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'484$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse484)), "html"nulltrue);
  886.                     echo "','";
  887.                     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$context["Product"], "sub13Image", [], "any"falsefalsefalse484)), "save_image"), "html"nulltrue);
  888.                     echo "', 'title";
  889.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'484$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse484)), "html"nulltrue);
  890.                     echo "', '";
  891.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub13Title", [], "any"falsefalsefalse484), "html"nulltrue);
  892.                     echo "')\" src=\"";
  893.                     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$context["Product"], "sub13Image", [], "any"falsefalsefalse484)), "save_image"), "html"nulltrue);
  894.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  895. ";
  896.                 }
  897.                 // line 486
  898.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  899. ";
  900.                 // line 487
  901.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub14Image", [], "any"falsefalsefalse487) != "")) {
  902.                     // line 488
  903.                     echo "<img onmouseover=\"changeImage('image";
  904.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'488$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse488)), "html"nulltrue);
  905.                     echo "','";
  906.                     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$context["Product"], "sub14Image", [], "any"falsefalsefalse488)), "save_image"), "html"nulltrue);
  907.                     echo "', 'title";
  908.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'488$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse488)), "html"nulltrue);
  909.                     echo "', '";
  910.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub14Title", [], "any"falsefalsefalse488), "html"nulltrue);
  911.                     echo "')\" src=\"";
  912.                     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$context["Product"], "sub14Image", [], "any"falsefalsefalse488)), "save_image"), "html"nulltrue);
  913.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  914. ";
  915.                 }
  916.                 // line 490
  917.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  918. ";
  919.                 // line 491
  920.                 if ((twig_get_attribute($this->env$this->source$context["Product"], "sub15Image", [], "any"falsefalsefalse491) != "")) {
  921.                     // line 492
  922.                     echo "<img onmouseover=\"changeImage('image";
  923.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'492$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse492)), "html"nulltrue);
  924.                     echo "','";
  925.                     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$context["Product"], "sub15Image", [], "any"falsefalsefalse492)), "save_image"), "html"nulltrue);
  926.                     echo "', 'title";
  927.                     echo twig_escape_filter($this->env, ((isset($context["start_num"]) || array_key_exists("start_num"$context) ? $context["start_num"] : (function () { throw new RuntimeError('Variable "start_num" does not exist.'492$this->source); })()) + twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse492)), "html"nulltrue);
  928.                     echo "', '";
  929.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "sub15Title", [], "any"falsefalsefalse492), "html"nulltrue);
  930.                     echo "')\" src=\"";
  931.                     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$context["Product"], "sub15Image", [], "any"falsefalsefalse492)), "save_image"), "html"nulltrue);
  932.                     echo "\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  933. ";
  934.                 }
  935.                 // line 494
  936.                 echo "<!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  937. </p>
  938. </div>
  939.  
  940. </div>
  941. <!--/product_left end-->
  942. </li>
  943. ";
  944.             } else {
  945.                 // line 503
  946.                 $context["SaleTypeName"] = "";
  947.             }
  948.             // line 505
  949.             echo "  ";
  950.             ++$context['loop']['index0'];
  951.             ++$context['loop']['index'];
  952.             $context['loop']['first'] = false;
  953.             if (isset($context['loop']['length'])) {
  954.                 --$context['loop']['revindex0'];
  955.                 --$context['loop']['revindex'];
  956.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  957.             }
  958.         }
  959.         $_parent $context['_parent'];
  960.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  961.         $context array_intersect_key($context$_parent) + $_parent;
  962.         // line 506
  963.         echo "
  964. <!--/product end-->
  965. <!--{/section}-->
  966. <!--{if \$navi != \"\"}-->
  967. <div align=\"center\" style=\"margin:0 5px 5px;height:30px;width:960px;border:1px solid #E2DFD2;clear:left;font-size:18px;\">
  968.  <<                
  969.             ";
  970.         // line 514
  971.         $context['_parent'] = $context;
  972.         $context['_seq'] = twig_ensure_traversable(range(1, (isset($context["max_page"]) || array_key_exists("max_page"$context) ? $context["max_page"] : (function () { throw new RuntimeError('Variable "max_page" does not exist.'514$this->source); })())));
  973.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  974.             // line 515
  975.             echo "            ";
  976.             if (($context["i"] == (isset($context["page_num"]) || array_key_exists("page_num"$context) ? $context["page_num"] : (function () { throw new RuntimeError('Variable "page_num" does not exist.'515$this->source); })()))) {
  977.                 // line 516
  978.                 echo "            ";
  979.                 echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  980.                 echo "
  981.             ";
  982.             } else {
  983.                 // line 518
  984.                 echo "            <a href=\"";
  985.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage", ["page" => $context["i"]]), "html"nulltrue);
  986.                 echo "\">";
  987.                 echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  988.                 echo "</a>
  989.             ";
  990.             }
  991.             // line 520
  992.             echo "              
  993.             ";
  994.         }
  995.         $_parent $context['_parent'];
  996.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  997.         $context array_intersect_key($context$_parent) + $_parent;
  998.         // line 522
  999.         echo "            >>
  1000. </div>
  1001. <!--{/if}-->
  1002. </div>";
  1003.         
  1004.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1005.         
  1006.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1007.     }
  1008.     public function getTemplateName()
  1009.     {
  1010.         return "Block/list.twig";
  1011.     }
  1012.     public function isTraitable()
  1013.     {
  1014.         return false;
  1015.     }
  1016.     public function getDebugInfo()
  1017.     {
  1018.         return array (  1036 => 522,  1029 => 520,  1021 => 518,  1015 => 516,  1012 => 515,  1008 => 514,  998 => 506,  984 => 505,  981 => 503,  970 => 494,  956 => 492,  954 => 491,  951 => 490,  937 => 488,  935 => 487,  932 => 486,  918 => 484,  916 => 483,  913 => 482,  899 => 480,  897 => 479,  894 => 478,  880 => 476,  878 => 475,  875 => 474,  861 => 472,  859 => 471,  856 => 470,  842 => 468,  840 => 467,  837 => 466,  823 => 464,  821 => 463,  818 => 462,  804 => 460,  802 => 459,  799 => 458,  785 => 456,  783 => 455,  780 => 454,  766 => 452,  764 => 451,  761 => 450,  747 => 448,  745 => 447,  742 => 446,  728 => 444,  726 => 443,  723 => 442,  711 => 440,  709 => 439,  704 => 437,  694 => 429,  685 => 425,  680 => 422,  676 => 421,  672 => 420,  668 => 419,  660 => 418,  652 => 413,  640 => 406,  630 => 402,  624 => 398,  619 => 396,  617 => 395,  615 => 394,  610 => 392,  606 => 391,  603 => 390,  599 => 388,  595 => 386,  593 => 385,  586 => 380,  581 => 378,  579 => 377,  577 => 376,  572 => 374,  568 => 373,  561 => 369,  556 => 367,  551 => 365,  546 => 363,  539 => 361,  534 => 359,  529 => 356,  524 => 354,  521 => 353,  517 => 351,  515 => 350,  512 => 349,  510 => 348,  503 => 344,  498 => 342,  494 => 341,  486 => 336,  475 => 330,  466 => 328,  462 => 327,  458 => 326,  452 => 325,  447 => 323,  441 => 320,  438 => 319,  435 => 317,  432 => 315,  430 => 314,  428 => 313,  426 => 312,  424 => 311,  421 => 310,  404 => 309,  398 => 305,  392 => 304,  384 => 302,  378 => 300,  375 => 299,  371 => 298,  357 => 287,  351 => 283,  348 => 281,  345 => 279,  343 => 278,  341 => 277,  338 => 275,  335 => 273,  333 => 272,  331 => 271,  329 => 270,  327 => 269,  325 => 267,  322 => 266,  320 => 265,  301 => 248,  296 => 246,  286 => 239,  260 => 216,  43 => 1,);
  1019.     }
  1020.     public function getSourceContext()
  1021.     {
  1022.         return new Source("<!--product start-->
  1023. <script>
  1024.         function write_log() {
  1025.             var val = 'ohaoaha';
  1026.             console.log(val);
  1027.         }
  1028.         
  1029. function changeImage(id, path, tId, title){
  1030.   var objImage = document.getElementById(id);
  1031.   var objTitle = document.getElementById(tId);
  1032.   
  1033.   objImage.src = path;
  1034.   objTitle.innerText = title;
  1035. }
  1036. function comboChange(zoom, start){
  1037.   var product_left_width;
  1038.   var product_left_height;
  1039.   var product_img_width;
  1040.   var product_cap_width;
  1041.   var font_size;
  1042.   var image_width;
  1043.   var image_height;
  1044.   var detail_width;
  1045.   var detail_pLeft;
  1046.   var detail_pRight;
  1047.   var comment_display;
  1048.   var koutuu_height;
  1049.   var ensen_height;
  1050.   var sankou_display;
  1051.   var sankou_display;
  1052.   var objName;
  1053.   var objTitle;
  1054.   var objTable;
  1055.   var objLTable;
  1056.   var objBTable;
  1057.   var objPLeft;
  1058.   var objPImg;
  1059.   var objPCap;
  1060.   var objComment;
  1061.   var objAddress;
  1062.   var objSyubetu;
  1063.   var objSyumoku;
  1064.   var objKoutuu;
  1065.   var objEnsen;
  1066.   var objSankou;
  1067.   var objBikou;
  1068.   var objImage  = document.getElementsByName(\"image\");
  1069.   var objDetail = document.getElementsByName(\"detail\");
  1070.   if(zoom == 1){
  1071.     table_width = \"215px\";
  1072.     table_margin = \"0px\";
  1073.     ltable_width = \"120px\";
  1074.     btable_width = \"120px\";
  1075.     product_left_width  = \"215px\";
  1076.     product_left_height = \"450px\";
  1077.     product_img_width = \"215px\";
  1078.     product_cap_width = \"215px\";
  1079.     font_size = \"90%\";
  1080.     tfont_size = \"90%\";
  1081.     image_width = 215;
  1082.     image_height = 155;
  1083.     detail_width = 103;
  1084.     detail_pLeft = \"0px\";
  1085.     detail_pRight = \"0px\";
  1086.     comment_display = \"none\";
  1087.     koutuu_height = \"40px\";
  1088.     ensen_height = \"40px\";
  1089.     sankou_display = \"none\";
  1090.   }
  1091.   else if(zoom == 2){
  1092.     table_width = \"294px\";
  1093.     table_margin = \"0px\";
  1094.     ltable_width = \"140\";
  1095.     btable_width = \"140\";
  1096.     product_left_width  = \"294px\";
  1097.     product_left_height = \"500px\";
  1098.     product_img_width = \"294px\";
  1099.     product_cap_width = \"294px\";
  1100.     font_size = \"100%\";
  1101.     tfont_size = \"100%\";
  1102.     image_width = 294;
  1103.     image_height = 210;
  1104.     detail_width = 110;
  1105.     detail_pLeft = \"20px\";
  1106.     detail_pRight = \"25px\";
  1107.     comment_display = \"none\";
  1108.     koutuu_height = \"40px\";
  1109.     ensen_height = \"20px\";
  1110.     sankou_display = \"none\";
  1111.   }
  1112.   else if(zoom == 3){
  1113.     table_width = \"455px\";
  1114.     table_margin = \"0px\";
  1115.     ltable_width = \"190px\";
  1116.     btable_width = \"190px\";
  1117.     product_left_width  = \"455px\";
  1118.     product_left_height = \"600px\";
  1119.     product_img_width = \"455px\";
  1120.     product_cap_width = \"455px\";
  1121.     font_size = \"110%\";
  1122.     tfont_size = \"100%\";
  1123.     image_width = 455;
  1124.     image_height = 330;
  1125.     detail_width = 110;
  1126.     detail_pLeft = \"85px\";
  1127.     detail_pRight = \"55px\";
  1128.     comment_display = \"none\";
  1129.     koutuu_height = \"20px\";
  1130.     ensen_height = \"20px\";
  1131.     sankou_display = \"none\";
  1132.   }
  1133.   else if(zoom == 4){
  1134.     table_width = \"455px\";
  1135.     table_margin = \"0px\";
  1136.     ltable_width = \"190px\";
  1137.     btable_width = \"190px\";
  1138.     product_left_width  = \"940px\";
  1139.     product_left_height = \"500px\";
  1140.     product_img_width = \"455px\";
  1141.     product_cap_width = \"455px\";
  1142.     font_size = \"110%\";
  1143.     tfont_size = \"100%\";
  1144.     image_width = 455;
  1145.     image_height = 330;
  1146.     detail_width = 110;
  1147.     detail_pLeft = \"70px\";
  1148.     detail_pRight = \"60px\";
  1149.     comment_display = \"table-row\";
  1150.     koutuu_height = \"20px\";
  1151.     ensen_height = \"20px\";
  1152.     sankou_display = \"block\";
  1153.   }
  1154.    var l = 0; 
  1155.   for(i = start+1; i < (start + objImage.length+1); i++){
  1156.      
  1157.     objName   = document.getElementById(\"name\" + i);
  1158.     
  1159.     objTitle  = document.getElementById(\"title\" + i);
  1160.   
  1161.     objTable  = document.getElementById(\"table\" + i);
  1162.    
  1163.     objLTable = document.getElementById(\"ltable\" + i);
  1164.   
  1165.     objBTable = document.getElementById(\"btable\" + i);
  1166.   
  1167.     objPLeft  = document.getElementById(\"product_left\" + i);
  1168.   
  1169.     objPImg   = document.getElementById(\"product_img\" + i);
  1170.     objPCap   = document.getElementById(\"product_cap\" + i);
  1171.    
  1172.     objComment= document.getElementById(\"comment\" + i);
  1173.  
  1174.     objAddress= document.getElementById(\"address\" + i);
  1175.     objSyubetu= document.getElementById(\"syubetu\" + i);
  1176.      
  1177.     objSyumoku= document.getElementById(\"syumoku\" + i);
  1178.     objEnsen  = document.getElementById(\"ensen\" + i);
  1179.     objKoutuu = document.getElementById(\"koutuu\" + i);
  1180.     objSankou = document.getElementById(\"sankou\" + i);
  1181.            
  1182.     objBikou  = document.getElementById(\"bikou\" + i);
  1183.     
  1184.     objAddress.style.display = comment_display;
  1185.     objSyubetu.style.display = comment_display;
  1186.     objSyumoku.style.display = comment_display;
  1187.     objPLeft.style.width = product_left_width;
  1188.           
  1189.     objPLeft.style.height = product_left_height;
  1190.     objPImg.style.width = product_img_width;
  1191.     objPCap.style.width = product_cap_width;
  1192.     objImage.item(l).width = image_width;
  1193.            
  1194.     objImage.item(l).height = image_height;
  1195.     //objDetail.item(l).width = 103;
  1196.    // objDetail.item(l).style.marginLeft = detail_pLeft;
  1197.     //objDetail.item(l).style.marginRight = detail_pRight;
  1198.     
  1199.     objName.style.fontSize = font_size;
  1200.     objTitle.style.display = comment_display;
  1201.     objTable.style.fontSize = font_size;
  1202.     objTable.style.width    = table_width;
  1203.     objTable.style.marginBottom = table_margin;
  1204.     objLTable.style.width    = ltable_width;
  1205.     objBTable.style.width    = btable_width;
  1206.     objLTable.style.fontSize = tfont_size;
  1207.     objBTable.style.fontSize = tfont_size;
  1208.     objComment.style.display = comment_display;
  1209.     objKoutuu.style.height = koutuu_height;
  1210.     objEnsen.style.height = ensen_height;
  1211.     objSankou.style.display = sankou_display;
  1212.     objBikou.style.fontSize = font_size;
  1213.       
  1214.     l++;
  1215.   }
  1216. }
  1217. </script>
  1218. <script>
  1219.     \$(function() {
  1220.         \$('.add-cart').on('click', function(event) {
  1221.                 var \$form = \$(this).parents('li').find('form');
  1222.                 
  1223.                 // 個数フォームのチェック
  1224.                 var \$quantity = \$form.parent().find('.quantity');
  1225.                 if (\$quantity.val() < 1) {
  1226.                     \$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
  1227.                     setTimeout(function() {
  1228.                         loadingOverlay('hide');
  1229.                     }, 100);
  1230.                     return true;
  1231.                 } else {
  1232.                     \$quantity[0].setCustomValidity('');
  1233.                 }
  1234.                 event.preventDefault();
  1235.                 \$.ajax({
  1236.                     url: \$form.attr('action'),
  1237.                     type: \$form.attr('method'),
  1238.                     data: \$form.serialize(),
  1239.                     dataType: 'json',
  1240.                     beforeSend: function(xhr, settings) {
  1241.                         // Buttonを無効にする
  1242.                         \$('.add-cart').prop('disabled', true);
  1243.                     }
  1244.                 }).done(function(data) {
  1245.                     // カートブロックを更新する
  1246.                     \$.ajax({
  1247.                         url: \"{{ url('block_cart') }}\",
  1248.                         type: 'GET',
  1249.                         dataType: 'html'
  1250.                     }).done(function(html) {
  1251.                         \$('.ec-headerRole__cart').html(html);
  1252.                     });
  1253.                     
  1254.                     window.location.href = \"{{ url('cart') }}\";
  1255.                 }).fail(function(data) {
  1256.                     alert('{{ 'リストへの追加に失敗しました。'|trans }}');
  1257.                 }).always(function(data) {
  1258.                     // Buttonを有効にする
  1259.                     \$('.add-cart').prop('disabled', false);
  1260.                 });
  1261.             });
  1262.             \$('.reload').on('click', function(event) {
  1263.                 location.reload();
  1264.             });
  1265.         });
  1266.         \$('.ec-modal-overlay, .ec-modal .ec-inlineBtn--cancel').on('click', function() {
  1267.             \$('.ec-modal').hide()
  1268.         });
  1269. </script>
  1270. {#商品情報を取得#}
  1271. {% set Products = repository('Eccube\\\\Entity\\\\Product').findBy({Status: 1}, { update_date: 'desc' },119) %}
  1272. {% set product_mum = Products|length %}
  1273. {# 1ページに表示する件数 #}
  1274. {% set count_item = 15 %}
  1275. {%set max_page = (product_mum / count_item)|round(0, 'floor')+1%}
  1276. {% set RedirectQueryString = app.request.server.get('REDIRECT_QUERY_STRING') %}
  1277. {% if RedirectQueryString != null %}
  1278. {% set page_num = RedirectQueryString|slice('page='|length) %}
  1279. {% else %}
  1280. {%set page_num = 0%}
  1281. {% endif %}
  1282. {% if page_num == 0 %}
  1283. {%set start_num = page_num%}
  1284. {% set page_num = 1 %}
  1285. {% else %}
  1286. {%set start_num = ((page_num-1) * count_item)%}
  1287. {% endif %}
  1288. <div id=\"toplist\" style=\"width:970px;\">
  1289. <h3 class=\"t5\" style=\"color:black;margin-top:10px;width:960px;\">取扱い物件一覧
  1290. <font style=\"margin-left:620px;\">表示形式:
  1291. <select id=\"size\" name=\"size\" size=\"1\" onChange=\"comboChange(this.options[this.selectedIndex].value,{{start_num}})\">
  1292. <option value=\"1\">縮小表示</option>
  1293. <option value=\"2\" selected=\"selected\">標準</option>
  1294. <option value=\"3\">拡大表示</option>
  1295. <option value=\"4\">最大化</option>
  1296. </select>
  1297. </font>
  1298. </h3>
  1299. <div align=\"center\" style=\"margin:0 5px;height:30px;width:960px;border:1px solid #E2DFD2; font-size:18px;\">
  1300.             <<                
  1301.             {% for i in 1..max_page %}
  1302.             {% if i == page_num %}
  1303.             {{i}}
  1304.             {% else %}
  1305.             <a href=\"{{ url('homepage',{'page':i}) }}\">{{i}}</a>
  1306.             {% endif %}
  1307.             {% endfor %}
  1308.             >>
  1309.   </div>
  1310. <!--<h3 class=\"t5\">オススメ商品</h3>-->
  1311. <!--product_left start-->
  1312. {% for Product in Products|slice(start_num,count_item) %}
  1313. <li class=\"ec-shelfGrid__item\">
  1314. {% set ProductClass = repository('Eccube\\\\Entity\\\\ProductClass').findBy({Product:Product.id}) %}
  1315. {% if ProductClass != null %}
  1316. {% set SaleType = repository('Eccube\\\\Entity\\\\Master\\\\SaleType').findBy({id: ProductClass[0].SaleType}) %}
  1317. {% if SaleType != null %}
  1318. {% set SaleTypeName = SaleType[0].name %}
  1319. {% else %}
  1320. {% set SaleTypeName = '' %}
  1321. {% endif %}
  1322. <div id=\"product_left{{start_num+loop.index}}\" class=\"product_left\" style=\"width:294px;height:500px;margin:0 0 5px 5px;\">
  1323. <!--product_img start-->
  1324. <div id=\"product_img{{start_num+loop.index}}\" class=\"product_img_01\" style=\"width:294px;\">
  1325. <h4 id=\"name{{start_num+loop.index}}\" class=\"bold\" style=\"padding:5px 0 3px 0;font-size:110%;border-bottom:thin solid green;background-color:snow;color:black;margin-bottom:4px;\">{{Product.name}}</h4>
  1326. <p id=\"title{{start_num+loop.index}}\" style=\"display:none;margin-left:5px;text-align:left;font-size:95%;color:black;\"> </p>
  1327. <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  1328. <img id=\"image{{start_num+loop.index}}\" name=\"image\" height=\"210\" width=\"294\" src=\"{{ asset(Product.mainImage|no_image_product, 'save_image') }}\"alt=\"{{Product.name}}\" />
  1329. </a>
  1330. <p id=\"bikou{{start_num+loop.index}}\"><font style=\"color:blue;\">{{Product.comment}}</font></p>
  1331. </div>
  1332. <!--/product_img end-->
  1333. <!--product_cap start-->
  1334. <div id=\"product_cap{{start_num+loop.index}}\" class=\"product_cap_01\"  style=\"width:295px;padding-left:1px;padding-top:0px; float:right;\">
  1335. <!--{*--><h4 class=\"bold\"><a href=\"<!--{\$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{\$arrBestProducts[cnt].product_id}-->\"><!--{\$arrBestProducts[cnt].name|escape}--></a></h4><!--*}-->
  1336. <!--{*--><p class=\"t10\"><!--{\$arrBestProducts[cnt].comment|escape|nl2br}--></p><!--*}-->
  1337. <!-- edit area start-->
  1338. <div style=\"color:black;font-size:96%;\">
  1339. <p id=\"comment{{start_num+loop.index}}\" style=\"padding-bottom:10px;color:black;display:none;\">
  1340. {{Product.mainListComment}}
  1341. </p>
  1342. <table id=\"table{{start_num+loop.index}}\" border=\"1\" width=\"294\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">
  1343. <tr>
  1344. <td align=\"center\">価    格</td>
  1345. <td align=\"center\">
  1346. {% if  Product.getPrice02IncTaxMax==0%}
  1347. <font style=\"color:red; font-weight:bolder;\">ご成約済</font>
  1348. {% elseif Product.getPrice02IncTaxMax==1 %}
  1349. <font style=\"color:red; font-weight:bolder;\">商 談 中</font>
  1350. {% else %}
  1351. <font style=\"color:red; font-weight:bolder;\">
  1352. {{Product.getPrice02IncTaxMax}}万円</font>
  1353. {% endif %}
  1354. </td>
  1355. </tr>
  1356. <tr id=\"address{{start_num+loop.index}}\" style=\"display:none;\">
  1357. <td align=\"center\">所 在 地</td>
  1358. <td align=\"center\"><font style=\"color:blue;\">{{Product.pref}}{{Product.ku}}{{Product.adDetail}}</font></td>
  1359. </tr>
  1360. <tr id=\"syubetu{{start_num+loop.index}}\" style=\"display:none;\">
  1361. <td align=\"center\">物 件 種 別</td>
  1362. <td align=\"center\"><font style=\"color:blue;\">{{SaleTypeName}}</font></td>
  1363. </tr>
  1364. <tr id=\"syumoku{{start_num+loop.index}}\" style=\"display:none;\">
  1365. <td align=\"center\" width=\"900px\">物 件 種 目</td>
  1366. <td align=\"center\"><font style=\"color:blue;\">{{Product.syumoku}}</font></td>
  1367. </tr>
  1368. <tr>
  1369. <td align=\"center\">土 地 面 積</td><td align=\"center\"><font style=\"color:blue;\">
  1370. <table id=\"ltable{{start_num+loop.index}}\" width=\"140\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"49%\" align=\"right\">
  1371. {{Product.landArea}}m<Span style=\"font-size:60%;height:10;position:relative; top:-3%;\">2</Span></td>
  1372. <td width=\"51%\" align=\"right\">
  1373. {% if Product.landArea != \"\" %}
  1374. {% set ltubo = \"%.2f\"|format(((Product.landArea * 0.3025)*100)/100) %}
  1375. {{ltubo}} 坪
  1376. {% endif %}
  1377. </td></tr></table>
  1378. </font></td>
  1379. </tr>
  1380. <tr>
  1381. <td align=\"center\">
  1382. {% if SaleTypeName == \"マンション\" %}
  1383. 専 有 面 積
  1384. {% else %}
  1385. 建 物 面 積
  1386. {% endif %}
  1387. </td><td align=\"center\"><font style=\"color:blue;\">
  1388. <table id=\"btable{{start_num+loop.index}}\" width=\"140\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"49%\" align=\"right\">
  1389. {{Product.buildArea}}m<Span style=\"font-size:60%;height:10;position:relative; top:-3%;\">2</Span></td>
  1390. <td width=\"51%\" align=\"right\">
  1391. {% if Product.buildArea != \"\" %}
  1392. {% set btubo = \"%.2f\"|format(((Product.buildArea * 0.3025)*100)/100) %}
  1393. {{btubo}} 坪
  1394. {% endif %}
  1395. </td></tr></table>
  1396. </font></td>
  1397. </tr>
  1398. <tr>
  1399. <td id=\"ensen{{start_num+loop.index}}\" align=\"center\">沿  線 ・ 駅</td><td align=\"center\"><font style=\"color:blue;\">{{Product.ensen}}{{Product.station}}</font></td>
  1400. </tr>
  1401. </table>
  1402. <p id=\"koutuu{{start_num+loop.index}}\" style=\"height:40px;display:none;\">交通:<font style=\"color:blue;\">{{Product.stOther}}</font></p>
  1403. <!--{assign var=name value=\"detail`\$smarty.section.cnt.iteration`\"}-->
  1404. <!--{assign var=id value=\$arrBestProducts[cnt].product_id}-->
  1405. <tr style=\"height:40px;\">
  1406.     <td colspan=\"2\" align=\"center\">
  1407.         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\" onmouseover=\"chgImg('../html/user_data/assets/images/b_detail_h.gif','detail1');\" onmouseout=\"chgImg('../html/user_data/assets/images/b_detail.gif','detail1');\">
  1408.             <img src=\"../html/user_data/assets/images/b_detail.gif\" width=\"110\" height=\"21\" alt=\"詳しくはこちら\" name=\"detail1\" id=\"detail1\" />
  1409.         </a>
  1410.     </td>
  1411.     <td>
  1412.         <form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form{{ Product.id }}\" name=\"productForm{{ Product.id }}\">
  1413.             <input type=\"hidden\" id=\"quantity{{ Product.id }}\" name=\"quantity\" required=\"required\" min=\"1\" maxlength=\"9\" class=\"quantity\" value=\"1\">
  1414.             <input type=\"hidden\" id=\"product_id\" name=\"product_id\" value=\"{{ Product.id }}\">
  1415.             <input type=\"hidden\" id=\"ProductClass\" name=\"ProductClass\" value=\"{{ Product.ProductClasses[0].id }}\">
  1416.             <input type=\"hidden\" id=\"_token\" name=\"_token\" value=\"{{csrf_token('Eccube\\\\Form\\\\Type\\\\AddCartType') }}\" />
  1417.         </form>
  1418.         {#<div class=\"ec-productRole__btn\">#}
  1419.             <a type=\"button\" class=\"add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  1420.                 <img src=\"../../html/user_data/assets/images/b_box_in.gif\" width=\"108\" height=\"21\" alt=\"カゴに入れる\"style=\"margin:5px 0 0 0;\"/>
  1421.             </a>
  1422.         {#</div>#}
  1423.     </td>
  1424. </tr>
  1425. </div>
  1426. <!-- / edit area end-->
  1427. </div>
  1428. <!--/product_cap end-->
  1429. <div style=\"clear:left;\">
  1430. <p id=\"sankou{{start_num+loop.index}}\" style=\"display:none;margin-left:5px;margin-bottom:10px;padding-top:5px;\">
  1431. <font style=\"color:black;font-size:96%;\"><参考画像>(画像の上にマウスを乗せると拡大画像がご覧になれます)</font><br>
  1432. {% if  Product.mainImage !=\"\"%}
  1433. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.mainImage|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '')\" src=\"{{ asset(Product.mainImage|no_image_product ,'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1434. {% endif %}
  1435. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1436. {% if  Product.sub1Image !=\"\"%}
  1437. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub1Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub1Title}}')\" src=\"{{ asset(Product.sub1Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1438. {% endif %}
  1439. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1440. {% if  Product.sub2Image !=\"\"%}
  1441. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub2Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub2Title}}')\" src=\"{{ asset(Product.sub2Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1442. {% endif %}
  1443. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1444. {% if  Product.sub3Image !=\"\"%}
  1445. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub3Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub3Title}}')\" src=\"{{ asset(Product.sub3Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1446. {% endif %}
  1447. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1448. {% if  Product.sub4Image !=\"\"%}
  1449. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub4Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub4Title}}')\" src=\"{{ asset(Product.sub4Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1450. {% endif %}
  1451. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1452. {% if  Product.sub5Image !=\"\"%}
  1453. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub5Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub5Title}}')\" src=\"{{ asset(Product.sub5Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1454. {% endif %}
  1455. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1456. {% if  Product.sub6Image !=\"\"%}
  1457. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub6Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub6Title}}')\" src=\"{{ asset(Product.sub6Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1458. {% endif %}
  1459. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1460. {% if  Product.sub7Image !=\"\"%}
  1461. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub7Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub7Title}}')\" src=\"{{ asset(Product.sub7Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1462. {% endif %}
  1463. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1464. {% if  Product.sub8Image !=\"\"%}
  1465. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub8Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub8Title}}')\" src=\"{{ asset(Product.sub8Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1466. {% endif %}
  1467. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1468. {% if  Product.sub9Image !=\"\"%}
  1469. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub9Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub9Title}}')\" src=\"{{ asset(Product.sub9Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1470. {% endif %}
  1471. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1472. {% if  Product.sub12Image !=\"\"%}
  1473. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub12Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub12Title}}')\" src=\"{{ asset(Product.sub12Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1474. {% endif %}
  1475. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1476. {% if  Product.sub13Image !=\"\"%}
  1477. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub13Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub13Title}}')\" src=\"{{ asset(Product.sub13Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1478. {% endif %}
  1479. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1480. {% if  Product.sub14Image !=\"\"%}
  1481. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub14Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub14Title}}')\" src=\"{{ asset(Product.sub14Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1482. {% endif %}
  1483. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1484. {% if  Product.sub15Image !=\"\"%}
  1485. <img onmouseover=\"changeImage('image{{start_num+loop.index}}','{{ asset(Product.sub15Image|no_image_product, 'save_image') }}', 'title{{start_num+loop.index}}', '{{Product.sub15Title}}')\" src=\"{{ asset(Product.sub15Image|no_image_product, 'save_image') }}\" style=\"margin:0;border:1px solid black;height:41px;width:41px;\"/>
  1486. {% endif %}
  1487. <!--{if \$arrBestProducts[cnt].sub_large_image1 != \"\"}-->
  1488. </p>
  1489. </div>
  1490.  
  1491. </div>
  1492. <!--/product_left end-->
  1493. </li>
  1494. {% else %}
  1495. {% set SaleTypeName = '' %}
  1496. {% endif %}
  1497.   {% endfor %}
  1498. <!--/product end-->
  1499. <!--{/section}-->
  1500. <!--{if \$navi != \"\"}-->
  1501. <div align=\"center\" style=\"margin:0 5px 5px;height:30px;width:960px;border:1px solid #E2DFD2;clear:left;font-size:18px;\">
  1502.  <<                
  1503.             {% for i in 1..max_page %}
  1504.             {% if i ==page_num %}
  1505.             {{i}}
  1506.             {% else %}
  1507.             <a href=\"{{ url('homepage',{'page':i}) }}\">{{i}}</a>
  1508.             {% endif %}
  1509.               
  1510.             {% endfor %}
  1511.             >>
  1512. </div>
  1513. <!--{/if}-->
  1514. </div>""Block/list.twig""/home/swift01/towakensetsu.jp/public_html/app/template/default/Block/list.twig");
  1515.     }
  1516. }