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