;<?php 
                echo tpl_modifier_styleset($this->_vars['setting']['count_font']);
                ?>
"><?php 
                $this->_vars["aCount"] = $this->_vars['goods_data']['price'] / $this->_vars['goods_data']['mktprice'] * 100;
                echo sprintf("%.0f", $this->_vars['aCount']);
                echo isset($this->_vars['setting']['countSep']) && '' !== $this->_vars['setting']['countSep'] ? $this->_vars['setting']['countSep'] : ':';
                ?>
</span></li><?php 
            }
            ?>
 </ul> <?php 
            if ($this->_vars['setting']['showBuyArea'] == "on") {
                ?>
 <ul class="button"> <?php 
                echo tpl_function_goodsmenu(array('product' => $this->_vars['goods_data']), $this);
                ?>
 </ul> <?php 
            }
        }
        $_block_content = ob_get_contents();
        ob_end_clean();
        $_block_content = tpl_block_capture($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this);
        echo $_block_content;
        array_pop($this->_tag_stack);
        $_block_content = '';
        ?>
 <div class="itemsWrap <?php 
        if ($this->_vars['setting']['column'] != 1 && $this->_env_vars['foreach']['goodslist']['iteration'] % (isset($this->_vars['setting']['column']) && '' !== $this->_vars['setting']['column'] ? $this->_vars['setting']['column'] : 4) == 0) {
            ?>
last<?php 
        ?>
</span></li> </ul></td> </tr> <tr> <td> <?php 
        if ($this->_vars['goods']['setting']['mktprice']) {
            ?>
 <span class="mktprice1"><?php 
            echo $CURRENCY->changer($this->_vars['linklist']['mktprice']);
            ?>
</span> <?php 
        }
        ?>
 </td> <td><ul class="button"> <li><a class="viewpic" href="<?php 
        echo tpl_function_link(array('ctl' => product, 'act' => viewpic, 'arg0' => $this->_vars['linklist']['goods_id'], 'arg1' => def), $this);
        ?>
" target="_blank">查看图片</a></li> <?php 
        $this->_vars["dddd"] = "333";
        echo tpl_function_goodsmenu(array('product' => $this->_vars['linklist'], 'setting' => $this->_vars['setting'], 'login' => $this->_vars['login']), $this);
        ?>
 <li class="btncmp"> <a href="javascript:void(0)" onclick="gcompare.add({gid:'<?php 
        echo $this->_vars['product']['goods_id'];
        ?>
',gname:'<?php 
        echo tpl_modifier_escape($this->_vars['product']['name'], 'quotes');
        ?>
',gtype:'<?php 
        echo $this->_vars['product']['type_id'];
        ?>
'});" class="btncmp" title="商品对比"> 商品对比 </a> </li> </ul></td> </tr> </table> </div> </div> </td> <?php 
        if (!($this->_env_vars['foreach']['goods']['iteration'] % 4)) {
            ?>
 </tr> <?php 
            if (!$this->_env_vars['foreach']['goods']['last']) {