<!--{* * This file is part of EC-CUBE * * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. * * http://www.lockon.co.jp/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *}--> <script type="text/javascript">//<![CDATA[ // セレクトボックスã«é …目を割り当ã¦ã‚‹ã€‚ function lnSetSelect(name1, name2, id, val) { sele1 = document.form1[name1]; sele2 = document.form1[name2]; lists = eval('lists' + id); vals = eval('vals' + id); if(sele1 && sele2) { index = sele1.selectedIndex; // セレクトボックスã®ã‚¯ãƒªã‚¢ count = sele2.options.length; for(i = count; i >= 0; i--) { sele2.options[i] = null; } // セレクトボックスã«å€¤ã‚’割り当ã¦ã‚‹ len = lists[index].length; for(i = 0; i < len; i++) { sele2.options[i] = new Option(lists[index][i], vals[index][i]); if(val != "" && vals[index][i] == val) { sele2.options[i].selected = true; } } } } //]]> </script> <!--â–¼CONTENTS--> <div id="undercolumn"> <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" /> <input type="hidden" name="mode" value="" /> <input type="hidden" name="orderby" value="<!--{$orderby}-->" /> <input type="hidden" name="product_id" value="" /> <div id="listtitle"><h2><!--★タイトル★--><!--{$tpl_subtitle}--></h2></div> <!--検索æ¡ä»¶ã“ã“ã‹ã‚‰--> <!--{if $tpl_subtitle == "検索çµæžœ"}--> <ul class="pagecondarea"> <li><strong>商å“カテゴリ:</strong><!--{$arrSearch.category|escape}--></li> <li><strong>商å“å:</strong><!--{$arrSearch.name|escape}--></li> </ul> <!--{/if}--> <!--検索æ¡ä»¶ã“ã“ã¾ã§--> <!--件数ã“ã“ã‹ã‚‰--> <!--{if $tpl_linemax > 0}--> <ul class="pagenumberarea"> <li class="left"><span class="pagenumber"><!--{$tpl_linemax}--></span>件ã®å•†å“ãŒã”ã–ã„ã¾ã™ã€‚</li> <li class="center"><!--{$tpl_strnavi}--></li> <li class="right"><!--{if $orderby != 'price'}--> <a href="javascript:fnModeSubmit('', 'orderby', 'price')">ä¾¡æ ¼é †</a> <!--{else}--> <strong>ä¾¡æ ¼é †</strong> <!--{/if}--> <!--{if $orderby != "date"}--> <a href="javascript:fnModeSubmit('', 'orderby', 'date')">æ–°ç€é †</a> <!--{else}--> <strong>æ–°ç€é †</strong> <!--{/if}--> </li> </ul><!--件数ã“ã“ã¾ã§--> <!--{else}--> <!--{include file="frontparts/search_zero.tpl"}--> <!--{/if}--> <!--{section name=cnt loop=$arrProducts}--> <!--{assign var=id value=$arrProducts[cnt].product_id}--> <!--▼商å“ã“ã“ã‹ã‚‰--> <div class="listarea"> <div class="listphoto"> <!--★画åƒâ˜…--> <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->" class="over"><!--商å“写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL|sfTrimURL}-->/<!--{$arrProducts[cnt].main_list_image}-->" alt="<!--{$arrProducts[cnt].name|escape}-->" class="picture" /></a> </div> <div class="listrightblock"> <!--アイコン--> <!--商å“ステータス--> <!--{if count($arrProducts[cnt].product_flag) > 0}--> <ul> <!--{section name=flg loop=$arrProducts[cnt].product_flag|count_characters}--> <!--{if $arrProducts[cnt].product_flag[flg] == "1"}--> <!--{assign var=key value="`$smarty.section.flg.iteration`"}--> <li><img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$key]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$key]}-->"/></li> <!--{assign var=sts_cnt value=$sts_cnt+1}--> <!--{/if}--> <!--{/section}--> </ul> <!--{/if}--> <!--商å“ステータス--> <!--アイコン--> <!--★商å“å★--> <h3> <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->"><!--{$arrProducts[cnt].name|escape}--></a> </h3> <p class="listcomment"><!--★コメント★--><!--{$arrProducts[cnt].main_list_comment|escape|nl2br}--></p> <p> <span class="pricebox">ä¾¡æ ¼<span class="mini">(税込)</span>: <span class="price"> <!--{if $arrProducts[cnt].price02_min == $arrProducts[cnt].price02_max}--> <!--{$arrProducts[cnt].price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> <!--{else}--> <!--{$arrProducts[cnt].price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$arrProducts[cnt].price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> <!--{/if}-->円</span></span> <span class="btnbox"><!--★詳細ボタン★--> <!--{assign var=name value="detail`$smarty.section.cnt.iteration`"}--> <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_detail.gif','<!--{$name}-->');"> <img src="<!--{$TPL_DIR}-->img/products/b_detail.gif" width="115" height="25" alt="詳ã—ãã¯ã“ã¡ã‚‰" name="<!--{$name}-->" id="<!--{$name}-->" /> </a> </span> </p> <!--{if $arrProducts[cnt].stock_max == 0 && $arrProducts[cnt].stock_unlimited_max != 1}--> <p class="soldout"><em>申ã—訳ã”ã–ã„ã¾ã›ã‚“ãŒã€åªä»Šå“切れä¸ã§ã™ã€‚</em></p> <!--{else}--> <!--▼買ã„物ã‹ã”--> <div class="in_cart"> <dl> <!--{assign var=class1 value=classcategory_id`$id`_1}--> <!--{assign var=class2 value=classcategory_id`$id`_2}--> <!--{if $tpl_classcat_find1[$id]}--> <dt><!--{$tpl_class_name1[$id]|escape}-->:</dt> <dd> <select name="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');"> <option value="">é¸æŠžã—ã¦ãã ã•ã„</option> <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}--> </select> <!--{if $arrErr[$class1] != ""}--> <br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力ã—ã¦ä¸‹ã•ã„。</span> <!--{/if}--> </dd> <!--{/if}--> <!--{if $tpl_classcat_find2[$id]}--> <dt><!--{$tpl_class_name2[$id]|escape}-->:</dt> <dd> <select name="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->"> <option value="">é¸æŠžã—ã¦ãã ã•ã„</option> </select> <!--{if $arrErr[$class2] != ""}--> <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力ã—ã¦ä¸‹ã•ã„。</span> <!--{/if}--> </dd> <!--{/if}--> <!--{assign var=quantity value=quantity`$id`}--> <dt>個数:</dt> <dd><input type="text" name="<!--{$quantity}-->" size="3" class="box54" value="<!--{$arrForm[$quantity]|default:1}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr[$quantity]|sfGetErrorColor}-->" /> <!--{if $arrErr[$quantity] != ""}--> <br /><span class="attention"><!--{$arrErr[$quantity]}--></span> <!--{/if}--> </dd> </dl> <div class="cartbtn"> <a href="<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->" onclick="fnChangeAction('<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->'); fnModeSubmit('cart','product_id','<!--{$id}-->'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart<!--{$id}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart<!--{$id}-->');"> <img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="ã‚«ã‚´ã«å…¥ã‚Œã‚‹" name="cart<!--{$id}-->" id="cart<!--{$id}-->" /> </a> </div> </div> <!--▲買ã„物ã‹ã”--> <!--{/if}--> </div> </div> <!--{/section}--> <!--件数ã“ã“ã‹ã‚‰--> <!--{if $tpl_linemax > 0}--> <ul class="pagenumberarea"> <li class="left"><span class="pagenumber"><!--{$tpl_linemax}--></span>件ã®å•†å“ãŒã”ã–ã„ã¾ã™ã€‚</li> <li class="center"><!--{$tpl_strnavi}--></li> <li class="right"><!--{if $orderby != 'price'}--> <a href="javascript:fnModeSubmit('', 'orderby', 'price')">ä¾¡æ ¼é †</a> <!--{else}--> <strong>ä¾¡æ ¼é †</strong> <!--{/if}--> <!--{if $orderby != "date"}--> <a href="javascript:fnModeSubmit('', 'orderby', 'date')">æ–°ç€é †</a> <!--{else}--> <strong>æ–°ç€é †</strong> <!--{/if}--> </li> </ul><!--件数ã“ã“ã¾ã§--> <!--{/if}--> </form> </div> <!--â–²CONTENTS-->