Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/install/user_data/templates/default1/templates/detail.tpl

    r15063 r15078  
    66<script type="text/javascript"> 
    77<!-- 
    8 // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤Ë¹àÌܤò³ä¤êÅö¤Æ¤ë¡£ 
     8// セレクトボックスに項目を割り当てる。 
    99function lnSetSelect(form, name1, name2, val) { 
    1010     
     
    1515        index = sele11.selectedIndex; 
    1616         
    17         // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤Î¥¯¥ê¥¢ 
     17        // セレクトボックスのクリア 
    1818        count = sele12.options.length; 
    1919        for(i = count; i >= 0; i--) { 
     
    2121        } 
    2222         
    23         // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤ËÃͤò³ä¤êÅö¤Æ¤ë 
     23        // セレクトボックスに値を割り当てる 
    2424        len = lists[index].length; 
    2525        for(i = 0; i < len; i++) { 
     
    4444</style> 
    4545 
    46 <!--¢§CONTENTS--> 
     46<!--CONTENTS--> 
    4747<table width="" cellspacing="0" cellpadding="0" summary=" "> 
    4848    <tr> 
    4949        <td bgcolor="#ffffff" valign="top" align="left"> 
    50         <!--¢§MAIN CONTENTS--> 
     50        <!--MAIN CONTENTS--> 
    5151        <table cellspacing="0" cellpadding="0" summary=" "> 
    5252            <tr valign="top"> 
    5353                <td align="right" bgcolor="#ffffff"> 
    54                 <!--¥¿¥¤¥È¥ë¤³¤³¤«¤é--> 
     54                <!--タイトルここから--> 
    5555                <table width="580" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5656                    <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/products/title_top.gif" width="580" height="8" alt=""></td></tr> 
     
    6060                        <table width="546" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    6161                            <tr valign="top"> 
    62                                 <td class="fs18"><span class="blackst"><!--¡ú¥¿¥¤¥È¥ë¡ú--><!--{$tpl_subtitle|escape}--></span></td> 
     62                                <td class="fs18"><span class="blackst"><!--★タイトル★--><!--{$tpl_subtitle|escape}--></span></td> 
    6363                            </tr> 
    6464                        </table> 
     
    6969                    <tr><td height="10"></td></tr> 
    7070                </table> 
    71                 <!--¥¿¥¤¥È¥ë¤³¤³¤Þ¤Ç--> 
    72  
    73                 <!--¾ÜºÙ¤³¤³¤«¤é--> 
     71                <!--タイトルここまで--> 
     72 
     73                <!--詳細ここから--> 
    7474                <table width="580" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    7575                    <tr> 
    76                         <td colspan="2" class="fs12"><!--¡ú¾ÜºÙ¥á¥¤¥ó¥³¥á¥ó¥È¡ú--><!--{$arrProduct.main_comment|nl2br}--></td> 
     76                        <td colspan="2" class="fs12"><!--★詳細メインコメント★--><!--{$arrProduct.main_comment|nl2br}--></td> 
    7777                    </tr> 
    7878                    <tr><td height="15"></td></tr> 
     
    8383                                <td align="center" valign="middle" width="<!--{$smarty.const.NORMAL_IMAGE_WIDTH}-->" height="<!--{$smarty.const.NORMAL_IMAGE_HEIGHT}-->"> 
    8484                                <!--{if $arrProduct.main_large_image != ""}--> 
    85                                     <!--¥á¥¤¥ó²èÁü--><!--{assign var=key value="main_image"}--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'); return false;" target="_blank"><img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" /></a> 
     85                                    <!--メイン画像--><!--{assign var=key value="main_image"}--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'); return false;" target="_blank"><img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" /></a> 
    8686                                <!--{else}--> 
    87                                     <div id="picture"><!--¥á¥¤¥ó²èÁü--><!--{assign var=key value="main_image"}--><img src="<!--{$arrFile[$key].filepath}-->" " alt="<!--{$arrProduct.name|escape}-->" /></div> 
     87                                    <div id="picture"><!--メイン画像--><!--{assign var=key value="main_image"}--><img src="<!--{$arrFile[$key].filepath}-->" " alt="<!--{$arrProduct.name|escape}-->" /></div> 
    8888                                <!--{/if}--> 
    8989                                </td> 
     
    9393                                <td> 
    9494                                <!--{if $arrProduct.main_large_image != ""}--> 
    95                                     <!--¡ú³ÈÂ礹¤ë¡ú--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image', '<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'); return false;" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="²èÁü¤ò³ÈÂ礹¤ë" /></a> 
     95                                    <!--★拡大する★--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=main_large_image<!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image', '<!--{$arrFile.main_large_image.width+60}-->', '<!--{$arrFile.main_large_image.height+80}-->'); return false;" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" /></a> 
    9696                                <!--{/if}--> 
    9797                                </td> 
     
    101101                        <td align="right"> 
    102102                        <table width="280" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    103                             <!--¥¢¥¤¥³¥ó--> 
     103                            <!--アイコン--> 
    104104                            <tr> 
    105105                                <td> 
     
    114114                                </td> 
    115115                            </tr> 
    116                             <!--¥¢¥¤¥³¥ó--> 
     116                            <!--アイコン--> 
    117117                            <!--{if $sts_cnt > 0}--><tr><td height="5"></td></tr><!--{/if}--> 
    118118                            <tr> 
    119                                 <td class="fs18"><span class="orangest"><!--¡ú¾¦ÉÊ̾¡ú--><!--{$arrProduct.name|escape}--></span></td> 
     119                                <td class="fs18"><span class="orangest"><!--★商品名★--><!--{$arrProduct.name|escape}--></span></td> 
    120120                            </tr> 
    121121                            <tr><td height="3"></td></tr> 
    122122                            <tr> 
    123123                                <td><span class="red"> 
    124                                 <!--¡ú¾¦ÉÊ¥³¡¼¥É¡ú--> 
    125                                     <span class="fs12">¾¦ÉÊ¥³¡¼¥É</span><span class="fs10"></span></span><span class="redst"><span class="fs12">¡§ 
     124                                <!--★商品コード★--> 
     125                                    <span class="fs12">商品コード</span><span class="fs10"></span></span><span class="redst"><span class="fs12">: 
    126126                                    <!--{assign var=codecnt value=$arrProductCode|@count}--> 
    127127                                    <!--{assign var=codemax value=`$codecnt-1`}--> 
    128128                                    <!--{if $codecnt > 1}--> 
    129                                         <!--{$arrProductCode.0}-->¡Á<!--{$arrProductCode[$codemax]}--> 
     129                                        <!--{$arrProductCode.0}--><!--{$arrProductCode[$codemax]}--> 
    130130                                    <!--{else}--> 
    131131                                        <!--{$arrProductCode.0}--> 
    132132                                    <!--{/if}--> 
    133133                                    </span></span><br/> 
    134                                 <!--¡ú²Á³Ê¡ú--> 
    135                                     <span class="red"><span class="fs12"><!--{$smarty.const.SALE_PRICE_TITLE}--></span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§ 
     134                                <!--★価格★--> 
     135                                    <span class="red"><span class="fs12"><!--{$smarty.const.SALE_PRICE_TITLE}--></span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">: 
    136136                                    <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->               
    137137                                        <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    138138                                    <!--{else}--> 
    139                                         <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->¡Á<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    140                                     <!--{/if}--> 
    141                                     ±ß</span></span><br/> 
     139                                        <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     140                                    <!--{/if}--> 
     141                                    </span></span><br/> 
    142142                                     
    143143                                    <!--{if $arrProduct.price01_max > 0}--> 
    144                                         <span class="fs12"><span class="red"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->¡§</span><span class="redst"> 
     144                                        <span class="fs12"><span class="red"><!--{$smarty.const.NORMAL_PRICE_TITLE}--></span><span class="redst"> 
    145145                                        <!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->               
    146146                                            <!--{$arrProduct.price01_min|number_format}--> 
    147147                                        <!--{else}--> 
    148                                             <!--{$arrProduct.price01_min|number_format}-->¡Á<!--{$arrProduct.price01_max|number_format}--> 
     148                                            <!--{$arrProduct.price01_min|number_format}--><!--{$arrProduct.price01_max|number_format}--> 
    149149                                        <!--{/if}--> 
    150                                         ±ß 
     150                                         
    151151                                        </span></span><br/> 
    152152                                    <!--{/if}--> 
    153                                 <!--¡ú¥Ý¥¤¥ó¥È¡ú--> 
    154                                     <span class="red"><span class="fs12"> ¥Ý¥¤¥ó¥È</span></span><span class="redst"><span class="fs12">¡§ 
     153                                <!--★ポイント★--> 
     154                                    <span class="red"><span class="fs12"> ポイント</span></span><span class="redst"><span class="fs12">: 
    155155                                <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    156156                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     
    159159                                        <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
    160160                                    <!--{else}--> 
    161                                         <!--{$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}--> 
     161                                        <!--{$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}--> 
    162162                                    <!--{/if}--> 
    163163                                <!--{/if}--> 
     
    170170                             
    171171                            <!--{if $tpl_classcat_find1}--> 
    172                             <tr><td height="5" colspan="2" align="left" class="fs12"><span class="redst"><!--{if $arrErr.classcategory_id1 != ""}-->¢¨ <!--{$tpl_class_name1}-->¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£<!--{/if}--></span></td></tr> 
     172                            <tr><td height="5" colspan="2" align="left" class="fs12"><span class="redst"><!--{if $arrErr.classcategory_id1 != ""}-->※ <!--{$tpl_class_name1}-->を入力して下さい。<!--{/if}--></span></td></tr> 
    173173                            <tr> 
    174174                                <td class="fs12"><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_gray.gif" width="15" height="10" alt=""><strong><!--{$tpl_class_name1}--></strong></td> 
     
    178178                                <td> 
    179179                                    <select name="classcategory_id1" style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->" onchange="lnSetSelect('form1', 'classcategory_id1', 'classcategory_id2', ''); "> 
    180                                     <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     180                                    <option value="">選択してください</option> 
    181181                                    <!--{html_options options=$arrClassCat1 selected=$arrForm.classcategory_id1.value}--> 
    182182                                    </select> 
     
    187187                            <!--{if $tpl_stock_find}--> 
    188188                                <!--{if $tpl_classcat_find2}--> 
    189                                 <tr><td height="5" colspan="2" align="left" class="fs12"><span class="redst"><!--{if $arrErr.classcategory_id2 != ""}-->¢¨ <!--{$tpl_class_name2}-->¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£<!--{/if}--></span></td></tr> 
     189                                <tr><td height="5" colspan="2" align="left" class="fs12"><span class="redst"><!--{if $arrErr.classcategory_id2 != ""}-->※ <!--{$tpl_class_name2}-->を入力して下さい。<!--{/if}--></span></td></tr> 
    190190                                <tr> 
    191191                                    <td class="fs12"><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_gray.gif" width="15" height="10" alt=""><strong><!--{$tpl_class_name2}--></strong></td> 
     
    195195                                    <td> 
    196196                                        <select name="classcategory_id2" style="<!--{$arrErr.classcategory_id2|sfGetErrorColor}-->"> 
    197                                         <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     197                                        <option value="">選択してください</option> 
    198198                                        </select> 
    199199                                    </td> 
     
    202202                                <!--{/if}--> 
    203203                                <tr> 
    204                                     <td class="fs12"><!--{if $arrErr.quantity != ""}--><span class="redst"><!--{$arrErr.quantity}--></span><br/><!--{/if}--><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_gray.gif" width="15" height="10" alt=""><strong>¸Ä¡¡¿ô</strong> 
     204                                    <td class="fs12"><!--{if $arrErr.quantity != ""}--><span class="redst"><!--{$arrErr.quantity}--></span><br/><!--{/if}--><img src="<!--{$smarty.const.URL_DIR}-->img/common/arrow_gray.gif" width="15" height="10" alt=""><strong>個 数</strong> 
    205205                                        <input type="text" name="quantity" size="3" class="box3" value="<!--{$arrForm.quantity.value|default:1}-->" maxlength=<!--{$smarty.const.INT_LEN}--> style="<!--{$arrErr.quantity|sfGetErrorColor}-->" > 
    206206                                    </td> 
     
    211211                                <td align="center"> 
    212212                                    <!--{if $tpl_stock_find}--> 
    213                                         <!--¡ú¥«¥´¤ËÆþ¤ì¤ë¡ú--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.submit(); return false;" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif','cart');"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="¥«¥´¤ËÆþ¤ì¤ë" name="cart" id="cart" /></a> 
     213                                        <!--★カゴに入れる★--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.submit(); return false;" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif','cart');"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart" id="cart" /></a> 
    214214                                    <!--{else}--> 
    215215                                        <table width="285" cellspacing="0" cellpadding="0" summary=" "> 
     
    217217                                        <tr> 
    218218                                            <td align="center" class="fs12"> 
    219                                             <span class="red">¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢Âþº£ÉÊÀÚ¤ìÃæ¤Ç¤¹¡£</span> 
     219                                            <span class="red">申し訳ございませんが、只今品切れ中です。</span> 
    220220                                            </td> 
    221221                                        </tr> 
     
    231231                    <tr><td height="35"></td></tr> 
    232232                </table> 
    233                 <!--¾ÜºÙ¤³¤³¤Þ¤Ç--> 
     233                <!--詳細ここまで--> 
    234234                 
    235                 <!--¢§¥µ¥Ö¥³¥á¥ó¥È¤³¤³¤«¤é-->        
     235                <!--▼サブコメントここから-->       
    236236                <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}--> 
    237237                <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}--> 
     
    239239                    <table width="580" border="0" cellspacing="0" cellpadding="7" summary=" "> 
    240240                        <tr> 
    241                             <td bgcolor="#e4e4e4" class="fs12"><span class="blackst"><!--¡ú¥µ¥Ö¥¿¥¤¥È¥ë¡ú--><!--{$arrProduct[$key]|escape}--></span></td> 
     241                            <td bgcolor="#e4e4e4" class="fs12"><span class="blackst"><!--★サブタイトル★--><!--{$arrProduct[$key]|escape}--></span></td> 
    242242                        </tr> 
    243243                    </table> 
     
    247247                        <tr valign="top"> 
    248248                            <!--{assign var=key value="sub_comment`$smarty.section.cnt.iteration`"}--> 
    249                             <td class="fs12" align="left"><!--¡ú¥µ¥Ö¥Æ¥­¥¹¥È¡ú--><!--{$arrProduct[$key]|nl2br}--></td> 
    250                             <!--³ÈÂç¼Ì¿¿¤¬¤¢¤ë¾ì¹ç¤³¤³¤«¤é--> 
     249                            <td class="fs12" align="left"><!--★サブテキスト★--><!--{$arrProduct[$key]|nl2br}--></td> 
     250                            <!--拡大写真がある場合ここから--> 
    251251                            <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}--> 
    252252                            <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.iteration`"}--> 
     
    256256                                <tr> 
    257257                                    <!--{if $arrFile[$lkey].filepath != ""}--> 
    258                                         <td align="center" valign="middle"><div id="picture"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;" target="_blank"><!--¥µ¥Ö²èÁü--><img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" /></a></div> 
     258                                        <td align="center" valign="middle"><div id="picture"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;" target="_blank"><!--サブ画像--><img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" /></a></div> 
    259259                                    <!--{else}--> 
    260260                                        <td align="center" valign="middle"><img src="<!--{$arrFile[$key].filepath}-->" alt="<!--{$arrProduct.name|escape}-->" /></td> 
     
    264264                                <tr> 
    265265                                    <!--{if $arrFile[$lkey].filepath != ""}--> 
    266                                         <td align="center"><div id="more"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;" onmouseover="chgImg('../img/products/b_expansion_on.gif','expansion02');" onmouseout="chgImg('../img/products/b_expansion.gif','expansion02');" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="²èÁü¤ò³ÈÂ礹¤ë" /></a></div></td> 
     266                                        <td align="center"><div id="more"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="win01('./detail_image.php?product_id=<!--{$arrProduct.product_id}-->&image=<!--{$lkey}--><!--{if $smarty.get.admin == 'on'}-->&admin=on<!--{/if}-->','detail_image','<!--{$arrFile[$lkey].width+60}-->','<!--{$arrFile[$lkey].height+80}-->'); return false;" onmouseover="chgImg('../img/products/b_expansion_on.gif','expansion02');" onmouseout="chgImg('../img/products/b_expansion.gif','expansion02');" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" /></a></div></td> 
    267267                                    <!--{/if}--> 
    268268                                </tr> 
     
    270270                            </td> 
    271271                            <!--{/if}--> 
    272                             <!--³ÈÂç¼Ì¿¿¤¬¤¢¤ë¾ì¹ç¤³¤³¤Þ¤Ç--> 
     272                            <!--拡大写真がある場合ここまで--> 
    273273                        </tr> 
    274274                        <tr><td height="30"></td></tr> 
     
    276276                <!--{/if}--> 
    277277                <!--{/section}--> 
    278                 <!--¢¥¥µ¥Ö¥³¥á¥ó¥È¤³¤³¤Þ¤Ç--> 
     278                <!--▲サブコメントここまで--> 
    279279                 
    280                 <!--¤ªµÒÍͤÎÀ¼¤³¤³¤«¤é--> 
     280                <!--お客様の声ここから--> 
    281281                <table width="580" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    282282                    <tr> 
    283                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/products/title_voice.jpg" width="580" height="30" alt="¤³¤Î¾¦ÉʤËÂФ¹¤ë¤ªµÒÍͤÎÀ¼"></td> 
     283                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/products/title_voice.jpg" width="580" height="30" alt="この商品に対するお客様の声"></td> 
    284284                    </tr> 
    285285                    <tr><td height="10"></td></tr> 
     
    287287                        <td> 
    288288                        <!--{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}--> 
    289                             <!--¡ú¿·µ¬¥³¥á¥ó¥È¤ò½ñ¤­¹þ¤à¡ú--><a href="./review.php" onClick="win02('./review.php?product_id=<!--{$arrProduct.product_id}-->','review','580','580'); return false;" onMouseOver="chgImg('../img/products/b_comment_on.gif','review');" onMouseOut="chgImg('../img/products/b_comment.gif','review');" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_comment.gif" width="150" height="22" alt="¿·µ¬¥³¥á¥ó¥È¤ò½ñ¤­¹þ¤à" name="review" id="review" /></a> 
     289                            <!--★新規コメントを書き込む★--><a href="./review.php" onClick="win02('./review.php?product_id=<!--{$arrProduct.product_id}-->','review','580','580'); return false;" onMouseOver="chgImg('../img/products/b_comment_on.gif','review');" onMouseOut="chgImg('../img/products/b_comment.gif','review');" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/products/b_comment.gif" width="150" height="22" alt="新規コメントを書き込む" name="review" id="review" /></a> 
    290290                        <!--{/if}--> 
    291291                        </td> 
     
    295295                    <!--{section name=cnt loop=$arrReview}--> 
    296296                    <tr> 
    297                         <td class="fs12"><strong><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--></strong>¡¡Åê¹Æ¼Ô¡§<!--{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="red"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|escape}--></span></td> 
     297                        <td class="fs12"><strong><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--></strong> 投稿者:<!--{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="red"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|escape}--></span></td> 
    298298                    </tr> 
    299299                    <tr><td height="5"></td></tr> 
     
    314314                    <tr><td height="30"></td></tr> 
    315315                </table> 
    316                 <!--¤ªµÒÍͤÎÀ¼¤³¤³¤Þ¤Ç--> 
     316                <!--お客様の声ここまで--> 
    317317 
    318318                <!--{if $arrRecommend}--> 
    319                 <!--¢§¥ª¥¹¥¹¥á¾¦Éʤ³¤³¤«¤é--> 
     319                <!--▼オススメ商品ここから--> 
    320320                <table width="580" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    321321                    <tr> 
    322                         <td colspan=3><img src="<!--{$smarty.const.URL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="¥ª¥¹¥¹¥á¾¦ÉÊ" /></td> 
     322                        <td colspan=3><img src="<!--{$smarty.const.URL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="オススメ商品" /></td> 
    323323                    </tr> 
    324324                    <tr><td colspan=3 height="10"></td></tr> 
     
    336336                    <tr valign="top"> 
    337337                        <td> 
    338                             <!-- º¸Îó --> 
     338                            <!-- 左列 --> 
    339339                            <table width="220" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    340340                                <tr valign="top"> 
     
    352352                                            <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
    353353                                            <td><span class="fs12"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></span><br> 
    354                                             <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§ 
     354                                            <span class="red"><span class="fs12">価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">: 
    355355                                            <!--{if $price02_min == $price02_max}--> 
    356356                                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    357357                                            <!--{else}--> 
    358                                                 <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->¡Á<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     358                                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    359359                                            <!--{/if}--> 
    360                                             ±ß</span></span></td> 
     360                                            </span></span></td> 
    361361                                        </tr> 
    362362                                        <tr><td height="5"></td></tr> 
     
    368368                                </tr> 
    369369                            </table> 
    370                             <!-- º¸Îó --> 
     370                            <!-- 左列 --> 
    371371                        </td> 
    372372                        <!--{assign var=nextCnt value=$smarty.section.cnt.index+1}--> 
     
    377377                        <!--{if $arrRecommend[$nextCnt].product_id}--> 
    378378                         
    379                             <!-- ±¦Îó --> 
     379                            <!-- 右列 --> 
    380380                            <table width="220" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    381381                                <tr valign="top"> 
     
    393393                                            <!--{assign var=price02_max value=`$arrRecommend[$nextCnt].price02_max`}--> 
    394394                                            <td><span class="fs12"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[$nextCnt].product_id}-->"><!--{$arrRecommend[$nextCnt].name|escape}--></a></span><br> 
    395                                             <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§ 
     395                                            <span class="red"><span class="fs12">価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">: 
    396396                                            <!--{if $price02_min == $price02_max}--> 
    397397                                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    398398                                            <!--{else}--> 
    399                                                 <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->¡Á<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     399                                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    400400                                            <!--{/if}--> 
    401                                             ±ß</span></span></td> 
     401                                            </span></span></td> 
    402402                                        </tr> 
    403403                                        <tr><td height="5"></td></tr> 
     
    409409                                </tr> 
    410410                            </table> 
    411                             <!-- ±¦Îó --> 
     411                            <!-- 右列 --> 
    412412                        <!--{/if}--> 
    413413                        </td> 
     
    417417                </table> 
    418418                <!--{/if}--> 
    419                 <!--¢¥¥ª¥¹¥¹¥á¾¦Éʤ³¤³¤Þ¤Ç--> 
     419                <!--▲オススメ商品ここまで--> 
    420420                 
    421421                </td> 
    422                 <!--¢¥RIGHT CONTENTS--> 
     422                <!--RIGHT CONTENTS--> 
    423423            </tr> 
    424424        </table> 
    425         <!--¢¥MAIN CONTENTS--> 
     425        <!--MAIN CONTENTS--> 
    426426        </td> 
    427427    </tr> 
    428428</table> 
    429 <!--¢¥CONTENTS--> 
     429<!--CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.