source: branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/recommend.tpl @ 21675

Revision 21675, 2.4 KB checked in by Seasoft, 12 years ago (diff)

#1607 (未使用定義の削除)

  • price01 は使っていない
  • 左右振り分けは使っていない
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
[19661]1<!--{*
2 * This file is part of EC-CUBE
3 *
[20764]4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
[19661]5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
[21533]22
[21050]23<!-- ▼おすすめ商品 -->
[19661]24<!--{if count($arrBestProducts) > 0}-->
[21533]25    <section id="recommend_area" class="mainImageInit">
26        <h2>おすすめ商品</h2>
27        <ul>
[21675]28            <!--{section name=cnt loop=$arrBestProducts}-->
[21533]29                <li id="mainImage<!--{$smarty.section.cnt.index}-->">
30                    <div class="recommendblock clearfix">
31                        <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" />
32                        <div class="productContents">
33                            <h3><a rel="external" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a></h3>
34                            <p class="mini comment"><!--{$arrBestProducts[cnt].comment|h|nl2br}--></p>
[21675]35                            <p class="sale_price"><span class="mini"><!--<span class="mini">-->販売価格(税込):<!--</span>--></span><span class="price"><!--{$arrBestProducts[cnt].price02_min|sfCalcIncTax|number_format}--> 円</span></p>
[21533]36                        </div>
37                    </div>
38                </li>
39            <!--{/section}-->
[21535]40        </ul>
[21533]41    </section>
[19661]42<!--{/if}-->
[21050]43<!-- ▲おすすめ商品 -->
44
[21535]45<script type="application/javascript">
[21533]46    <!--//
47    $(function(){
48        $('#recommend_area ul li').flickSlide({target:'#recommend_area>ul', duration:5000});
49    });
50    //-->
[21050]51</script>
Note: See TracBrowser for help on using the repository browser.