source: branches/comu-ver2/data/Smarty/templates/default/detail.tpl @ 18254

Revision 18254, 22.9 KB checked in by Seasoft, 15 years ago (diff)

#528(改行コードが混在している)を改修

  • *.tpl の SVN 属性を統一。
    • (svn:eol-style) LF
    • (svn:mime-type) text/x-smarty-template; charset=UTF-8
  • 以下は除外。
    • /data/module
    • /data/pdf
    • /html/test
  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
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 *}-->
22<script type="text/javascript">//<![CDATA[
23// セレクトボックスに項目を割り当てる。
24function lnSetSelect(form, name1, name2, val) {
25
26    sele11 = document[form][name1];
27    sele12 = document[form][name2];
28
29    if(sele11 && sele12) {
30        index = sele11.selectedIndex;
31
32        // セレクトボックスのクリア
33        count = sele12.options.length;
34        for(i = count; i >= 0; i--) {
35            sele12.options[i] = null;
36        }
37
38        // セレクトボックスに値を割り当てる
39        len = lists[index].length;
40        for(i = 0; i < len; i++) {
41            sele12.options[i] = new Option(lists[index][i], vals[index][i]);
42            if(val != "" && vals[index][i] == val) {
43                sele12.options[i].selected = true;
44            }
45        }
46    }
47}
48//]]>
49</script>
50
51<!--▼CONTENTS-->
52<div id="undercolumn" class="product product_detail">
53   
54    <!--★タイトル★-->
55    <h2 class="title"><!--{$tpl_subtitle|escape}--></h2>
56   
57    <!--★詳細メインコメント★-->
58    <div class="main_comment"><!--{$arrProduct.main_comment|nl2br_html}--></div>
59
60    <div id="detailarea">
61        <div id="detailphotoblock">
62
63            <!--{assign var=key value="main_image"}-->
64            <!--{if $arrProduct.main_large_image != ""}-->
65                <!--★画像★-->
66                <a href="javascript:void(win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'))">
67                    <img src="<!--{$arrFile[$key].filepath|escape}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" /></a>
68                <p>
69                <!--★拡大する★-->
70                    <a href="javascript:void(win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'))" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion01');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion.gif','expansion01');">
71                        <img src="<!--{$TPL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" name="expansion01" id="expansion01" /></a>
72                </p>
73            <!--{else}-->
74                <img src="<!--{$arrFile[$key].filepath}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" />
75            <!--{/if}-->
76        </div>
77
78        <div id="detailrightblock">
79            <!--アイコン-->
80            <!--{if count($arrProduct.product_flag) > 0}-->
81                <ul class="status_icon">
82                    <!--{section name=flg loop=$arrProduct.product_flag|count_characters}-->
83                    <!--{if $arrProduct.product_flag[flg] == "1"}-->
84                    <li>
85                        <!--{assign var=key value="`$smarty.section.flg.iteration`"}-->
86                        <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$key]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$key]}-->" id="icon<!--{$key}-->" />
87                    </li>
88                    <!--{/if}-->
89                    <!--{/section}-->
90                </ul>
91            <!--{/if}-->
92
93            <!--★商品コード★-->
94            <!--{assign var=codecnt value=$arrProductCode|@count}-->
95            <!--{assign var=codemax value=`$codecnt-1`}-->
96            <div>商品コード:
97                <!--{if $codecnt > 1}-->
98                    <!--{$arrProductCode.0}-->~<!--{$arrProductCode[$codemax]}-->
99                <!--{else}-->
100                    <!--{$arrProductCode.0}-->
101                <!--{/if}-->
102            </div>
103           
104            <!--★商品名★-->
105            <h2><!--{$arrProduct.name|escape}--></h2>
106           
107            <!--★販売価格★-->
108            <div class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:
109                <span class="price">
110                    <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
111                        <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
112                    <!--{else}-->
113                        <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
114                    <!--{/if}-->円</span></div>
115           
116            <!--★通常価格★-->
117            <!--{if $arrProduct.price01_max > 0}-->
118                <div class="normal_price">
119                    <!--{$smarty.const.NORMAL_PRICE_TITLE}-->:
120                    <span class="price">
121                        <!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->
122                            <!--{$arrProduct.price01_min|number_format}-->
123                        <!--{else}-->
124                            <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}-->
125                        <!--{/if}-->円</span>
126                </div>
127            <!--{/if}-->
128
129            <!--★ポイント★-->
130            <!--{if $smarty.const.USE_POINT !== false}-->
131                <div><span class="price">ポイント:
132                    <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
133                        <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
134                    <!--{else}-->
135                        <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
136                            <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
137                        <!--{else}-->
138                            <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
139                        <!--{/if}-->
140                    <!--{/if}-->Pt</span></div>
141            <!--{/if}-->
142
143            <!--★関連カテゴリ★-->
144            <div class="relative_cat">関連カテゴリ:
145                <!--{section name=r loop=$arrRelativeCat}-->
146                <p>
147                    <!--{section name=s loop=$arrRelativeCat[r]}-->
148                    <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a>
149                    <!--{if !$smarty.section.s.last}--><!--{$smarty.const.SEPA_CATNAVI}--><!--{/if}-->
150                    <!--{/section}-->
151                </p>
152                <!--{/section}-->
153            </div>
154
155
156            <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
157                <input type="hidden" name="mode" value="cart" />
158                <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->" />
159                <input type="hidden" name="favorite_product_id" value="" />
160                <!--{if $tpl_classcat_find1}-->
161                <dl>
162                    <dt>
163                        <!--{$tpl_class_name1}-->
164                    </dt>
165                    <dd>
166                        <select name="classcategory_id1"
167                            style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->"
168                            onchange="lnSetSelect('form1', 'classcategory_id1', 'classcategory_id2', ''); "
169                        >
170                            <option value="">選択してください</option>
171                            <!--{html_options options=$arrClassCat1 selected=$arrForm.classcategory_id1.value}-->
172                        </select>
173                        <!--{if $arrErr.classcategory_id1 != ""}-->
174                        <br /><span class="attention">※ <!--{$tpl_class_name1}-->を入力して下さい。</span>
175                    <!--{/if}-->
176                    </dd>
177                </dl>
178                <!--{/if}-->
179
180                <!--{if $tpl_stock_find}-->
181                    <!--{if $tpl_classcat_find2}-->
182                <dl>
183                    <dt><!--{$tpl_class_name2}--></dt>
184                    <dd>
185                        <select name="classcategory_id2"
186                                        style="<!--{$arrErr.classcategory_id2|sfGetErrorColor}-->">
187                            <option value="">選択してください</option>
188                        </select>
189                        <!--{if $arrErr.classcategory_id2 != ""}-->
190                            <br /><span class="attention">※ <!--{$tpl_class_name2}-->を入力して下さい。</span>
191                        <!--{/if}-->
192                    </dd>
193                </dl>
194                    <!--{/if}-->
195
196                <dl>
197                    <dt>数量</dt>
198                    <dd><input type="text" name="quantity" class="box54" value="<!--{$arrForm.quantity.value|default:1}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr.quantity|sfGetErrorColor}-->" />
199                     <!--{if $arrErr.quantity != ""}-->
200                     <br /><span class="attention"><!--{$arrErr.quantity}--></span>
201                     <!--{/if}-->
202                    </dd>
203                </dl>
204                <!--{/if}-->
205
206                <!--{if $tpl_stock_find}-->
207                    <p class="btn">
208                        <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1 && $tpl_login === true}-->
209                            <!--{assign var=add_favorite value="add_favorite`$product_id`"}-->
210                            <!--{if $arrErr[$add_favorite]}--><div class="attention"><!--{$arrErr[$add_favorite]}--></div><!--{/if}-->
211                            <!--{if !$arrProduct.favorite_count}-->
212                                <a
213                                    href="javascript:fnModeSubmit('add_favorite','favorite_product_id','<!--{$arrProduct.product_id|escape}-->');"
214                                    onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/add_favolite_product_on.gif','add_favolite_product');"
215                                    onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/add_favolite_product.gif','add_favolite_product');"
216                                ><img src="<!--{$TPL_DIR}-->img/products/add_favolite_product.gif" width="115" height="20" alt="お気に入りに追加" name="add_favolite_product" id="add_favolite_product" /></a>
217                            <!--{else}-->
218                                <img src="<!--{$TPL_DIR}-->img/products/add_favolite_product_on.gif" width="115" height="20" alt="お気に入り登録済" name="add_favolite_product" id="add_favolite_product" />
219                            <!--{/if}-->
220                        <!--{/if}-->
221                        <!--★カゴに入れる★-->
222                        <a href="javascript:void(document.form1.submit())" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart');">
223                            <img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart" id="cart" /></a>
224                    </p>
225                    <!--{if 'sfGMODetailDisplay'|function_exists}--><!--{* GMOワンクリック *}-->
226                        <!--{'sfGMODetailDisplay'|call_user_func}-->
227                    <!--{/if}-->
228                <!--{else}-->
229                <div class="attention">申し訳ございませんが、只今品切れ中です。</div>
230                <!--{/if}-->
231            </form>
232
233        </div>
234    </div>
235    <!--{* オペビルダー用 *}-->
236    <!--{if "sfViewDetailOpe"|function_exists === TRUE}-->
237        <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/detail_ope_view.tpl}-->
238    <!--{/if}-->
239    <!--詳細ここまで-->
240
241    <!--▼サブコメント-->
242    <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
243        <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}-->
244        <!--{if $arrProduct[$key] != ""}-->
245            <div class="subarea">
246                <h3><!--★サブタイトル★--><!--{$arrProduct[$key]|escape}--></h3>
247                <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.iteration`"}-->
248               
249                <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br_html}--></div>
250               
251                <!--▼拡大写真-->
252                <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}-->
253                <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.iteration`"}-->
254                <!--{if $arrFile[$key].filepath != ""}-->
255                    <div class="subphotoimg">
256                        <a
257                            <!--{if $arrFile[$lkey].filepath != ""}-->
258                                href="?"
259                                onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;"
260                                target="_blank"
261                            <!--{/if}-->
262                        >
263                            <!--サブ画像-->
264                            <img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" width="<!--{$smarty.const.NORMAL_SUBIMAGE_WIDTH}-->" height="<!--{$smarty.const.NORMAL_SUBIMAGE_HEIGHT}-->" /></a>
265                        <!--{if $arrFile[$lkey].filepath != ""}-->
266                            <p>
267                                <a href="?"
268                                     onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&amp;image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&amp;admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;"
269                                     onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion02');"
270                                     onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion.gif','expansion02');" target="_blank">
271                                    <img src="<!--{$TPL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" /></a>
272                            </p>
273                        <!--{/if}-->
274                    </div>
275                    <!--▲拡大写真-->
276                <!--{/if}-->
277            </div>
278        <!--{/if}-->
279    <!--{/section}-->
280    <!--▲サブコメント-->
281
282
283    <!--この商品に対するお客様の声-->
284    <div id="customervoicearea">
285        <h2><img src="<!--{$TPL_DIR}-->img/products/title_voice.jpg" width="580" height="30" alt="この商品に対するお客様の声" /></h2>
286
287        <!--{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}-->
288            <!--★新規コメントを書き込む★-->
289            <a href="./review.php"
290                 onclick="win02('./review.php?product_id=<!--{$arrProduct.product_id}-->','review','580','580'); return false;"
291                 onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_comment_on.gif','review');"
292                 onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_comment.gif','review');" target="_blank">
293                <img src="<!--{$TPL_DIR}-->img/products/b_comment.gif" width="150" height="22" alt="新規コメントを書き込む" name="review" id="review" /></a>
294        <!--{/if}-->
295
296        <!--{if count($arrReview) > 0}-->
297            <ul>
298                <!--{section name=cnt loop=$arrReview}-->
299                    <li>
300                        <p class="voicedate"><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--> 投稿者:<!--{if $arrReview[cnt].reviewer_url}--><a href="<!--{$arrReview[cnt].reviewer_url}-->" target="_blank"><!--{$arrReview[cnt].reviewer_name|escape}--></a><!--{else}--><!--{$arrReview[cnt].reviewer_name|escape}--><!--{/if}--> おすすめレベル:<span class="recommend_level"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|escape}--></span></p>
301                        <p class="voicetitle"><!--{$arrReview[cnt].title|escape}--></p>
302                        <p class="voicecomment"><!--{$arrReview[cnt].comment|escape|nl2br}--></p>
303                    </li>
304                <!--{/section}-->
305            </ul>
306        <!--{/if}-->
307    </div>
308    <!--お客様の声ここまで-->
309
310
311    <!--{if $arrTrackbackView == "ON"}-->
312        <!--▼トラックバック-->
313        <div id="trackbackarea">
314            <h2><img src="<!--{$TPL_DIR}-->img/products/title_tb.jpg" width="580" height="30" alt="この商品に対するトラックバック" /></h2>
315            <h3>この商品のトラックバック先URL</h3>
316            <input type="text" name="trackback" value="<!--{$trackback_url}-->" size="100" class="box500" />
317
318            <!--{if $arrTrackback}-->
319                <ul>
320                <!--{section name=cnt loop=$arrTrackback}-->
321                    <li><strong><!--{$arrTrackback[cnt].create_date|sfDispDBDate:false}--> <a href="<!--{$arrTrackback[cnt].url}-->" target="_blank"><!--{$arrTrackback[cnt].title|escape}--></a> from <!--{$arrTrackback[cnt].blog_name|escape}--></strong>
322                        <p><!--{$arrTrackback[cnt].excerpt|escape|mb_strimwidth:0:200:"..."}--></p></li>
323                <!--{/section}-->
324                </ul>
325            <!--{/if}-->
326        </div>
327        <!--▲トラックバック-->
328    <!--{/if}-->
329
330
331    <!--▼関連商品-->
332    <!--{if $arrRecommend}-->
333        <div id="whoboughtarea">
334            <h2><img src="<!--{$TPL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="その他のオススメ商品(関連商品)" /></h2>
335            <div class="whoboughtblock">
336
337            <!--{section name=cnt loop=$arrRecommend}-->
338                <!--{if ($smarty.section.cnt.index % 2) == 0}-->
339                <!--{if $arrRecommend[cnt].product_id}-->
340                <!-- 左列 -->
341                <div class="whoboughtleft">
342                   
343                    <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->">
344                        <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a>
345
346                    <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
347                    <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
348                    <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
349
350                    <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price">
351                        <!--{if $price02_min == $price02_max}-->
352                            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
353                        <!--{else}-->
354                            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
355                        <!--{/if}-->円</span></p>
356                    <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
357                </div>
358                <!-- 左列 -->
359                <!--{/if}-->
360                <!--{/if}-->
361
362                <!--{if ($smarty.section.cnt.index % 2) != 0}-->
363                <!--{* assign var=nextCnt value=$smarty.section.cnt.index+1 *}-->
364                <!--{if $arrRecommend[cnt].product_id}-->
365                <!-- 右列 -->
366                <div class="whoboughtright">
367                   
368                    <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->">
369                        <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a>
370                   
371                    <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
372                    <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
373                    <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
374
375                    <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price">
376
377                        <!--{if $price02_min == $price02_max}-->
378                            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
379                        <!--{else}-->
380                            <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
381                        <!--{/if}-->円</span></p>
382                    <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
383                </div>
384                <!-- 右列 -->
385            <!--{/if}-->
386            <!--{/if}-->
387
388            <!--{if $smarty.section.cnt.last}-->
389            </div>
390            <!--{/if}-->
391        <!--{/section}-->
392        </div>
393    <!--{/if}-->
394    <!--▲関連商品-->
395   
396</div>
397<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.