Changeset 20391 for branches/version-2_5-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
- Timestamp:
- 2011/02/24 20:36:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r20265 r20391 88 88 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="" /> 89 89 </td> 90 <td><!--{$arrProducts[cnt].product_code|default:"-"|h}--></td> 90 <td> 91 <!--{assign var=codemin value=`$arrProducts[cnt].product_code_min`}--> 92 <!--{assign var=codemax value=`$arrProducts[cnt].product_code_max`}--> 93 <!--{* 商品コード *}--> 94 <!--{if $codemin != $codemax}--> 95 <!--{$codemin|h}-->~<!--{$codemax|h}--> 96 <!--{else}--> 97 <!--{$codemin|h}--> 98 <!--{/if}--> 99 </td> 91 100 <td><!--{$arrProducts[cnt].name|h}--></td> 92 101 <td class="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td>
Note: See TracChangeset
for help on using the changeset viewer.