| 1 | <!--{*
|
|---|
| 2 | * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
|
|---|
| 3 | *
|
|---|
| 4 | * http://www.lockon.co.jp/
|
|---|
| 5 | *}-->
|
|---|
| 6 | <!--¢§¤ª¤¹¤¹¤á¾ðÊ󤳤³¤«¤é-->
|
|---|
| 7 | <table width="400" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 8 | <tr>
|
|---|
| 9 | <td colspan="2"><img src="/img/top/osusume.jpg" width="400" height="29" alt="¤ª¤¹¤¹¤á¾ðÊó"></td>
|
|---|
| 10 | </tr>
|
|---|
| 11 | <tr><td height="10"></td></tr>
|
|---|
| 12 |
|
|---|
| 13 | <!--{section name=cnt loop=$arrBestProducts step=2}-->
|
|---|
| 14 | <tr valign="top">
|
|---|
| 15 | <td>
|
|---|
| 16 |
|
|---|
| 17 | <!--{if $arrBestProducts[cnt].main_list_image != ""}--><!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_URL`/`$arrBestProducts[cnt].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_URL`"}--><!--{/if}-->
|
|---|
| 18 |
|
|---|
| 19 | <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 20 | <tr valign="top">
|
|---|
| 21 | <td><a href="./products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$image_path|sfRmDupSlash}-->" width="48" height="48" alt="<!--{$arrBestProducts[cnt].name|escape}-->" /></a></td>
|
|---|
| 22 | <td align="right">
|
|---|
| 23 | <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 24 | <tr>
|
|---|
| 25 | <!--{assign var=price01 value=`$arrBestProducts[cnt].price01_min`}-->
|
|---|
| 26 | <!--{assign var=price02 value=`$arrBestProducts[cnt].price02_min`}-->
|
|---|
| 27 | <td><span class="fs12"><a href="./products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><!--{$arrBestProducts[cnt].name|escape}--></a></span><br>
|
|---|
| 28 | <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§
|
|---|
| 29 | <!--{if $price02 == ""}-->
|
|---|
| 30 | <!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
|
|---|
| 31 | <!--{else}-->
|
|---|
| 32 | <!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
|
|---|
| 33 | <!--{/if}-->
|
|---|
| 34 | ±ß</span></span></td>
|
|---|
| 35 | </tr>
|
|---|
| 36 | <tr><td height="5"></td></tr>
|
|---|
| 37 | <tr>
|
|---|
| 38 | <td class="fs10"><!--{$arrBestProducts[cnt].comment|escape|nl2br}--></td>
|
|---|
| 39 | </tr>
|
|---|
| 40 | </table>
|
|---|
| 41 | </td>
|
|---|
| 42 | </tr>
|
|---|
| 43 | </table>
|
|---|
| 44 |
|
|---|
| 45 | </td>
|
|---|
| 46 | <td align="right">
|
|---|
| 47 |
|
|---|
| 48 | <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1` }-->
|
|---|
| 49 | <!--{if $arrBestProducts[$cnt2]|count > 0}-->
|
|---|
| 50 | <!--{if $arrBestProducts[$cnt2].main_list_image != ""}--><!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_URL`/`$arrBestProducts[$cnt2].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_URL`"}--><!--{/if}-->
|
|---|
| 51 | <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 52 | <tr valign="top">
|
|---|
| 53 | <td><a href="./products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$image_path|sfRmDupSlash}-->" width="48" height="48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->" /></a></td>
|
|---|
| 54 | <td align="right">
|
|---|
| 55 | <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 56 | <tr>
|
|---|
| 57 | <!--{assign var=price01 value=`$arrBestProducts[$cnt2].price01_min`}-->
|
|---|
| 58 | <!--{assign var=price02 value=`$arrBestProducts[$cnt2].price02_min`}-->
|
|---|
| 59 | <td><span class="fs12"><a href="./products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a></span><br>
|
|---|
| 60 | <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§
|
|---|
| 61 | <!--{if $price02 == ""}-->
|
|---|
| 62 | <!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
|
|---|
| 63 | <!--{else}-->
|
|---|
| 64 | <!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
|
|---|
| 65 | <!--{/if}-->
|
|---|
| 66 | ±ß</span></span></td>
|
|---|
| 67 | </tr>
|
|---|
| 68 | <tr><td height="5"></td></tr>
|
|---|
| 69 | <tr>
|
|---|
| 70 | <td class="fs10"><!--{$arrBestProducts[$cnt2].comment|escape|nl2br}--></td>
|
|---|
| 71 | </tr>
|
|---|
| 72 | </table>
|
|---|
| 73 | </td>
|
|---|
| 74 | </tr>
|
|---|
| 75 | </table>
|
|---|
| 76 | <!--{/if}-->
|
|---|
| 77 |
|
|---|
| 78 | <!--{if !$smarty.section.cnt.last}-->
|
|---|
| 79 | <tr>
|
|---|
| 80 | <td height="20"><img src="/img/common/line_190.gif" width="190" height="1" alt=""></td>
|
|---|
| 81 | <td align="right"><img src="/img/common/line_190.gif" width="190" height="1" alt=""></td>
|
|---|
| 82 | </tr>
|
|---|
| 83 | <!--{/if}-->
|
|---|
| 84 |
|
|---|
| 85 | <!--{/section}-->
|
|---|
| 86 | <tr><td height="35"></td></tr>
|
|---|
| 87 | </table>
|
|---|
| 88 | <!--¢¥¤ª¤¹¤¹¤á¾ðÊ󤳤³¤Þ¤Ç-->
|
|---|
| 89 |
|
|---|
| 90 | |
|---|