Changeset 23041 for branches/version-2_13-dev/data/Smarty/templates/admin
- Timestamp:
- 2013/08/10 11:00:04 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/admin
- Files:
-
- 7 edited
-
contents/recommend_search.tpl (modified) (1 diff)
-
order/product_select.tpl (modified) (1 diff)
-
products/confirm.tpl (modified) (1 diff)
-
products/index.tpl (modified) (1 diff)
-
products/product.tpl (modified) (1 diff)
-
products/product_rank.tpl (modified) (1 diff)
-
products/product_select.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r22954 r23041 103 103 <tr class="<!--{if $arr.status == "2"}-->hidden<!--{/if}-->"> 104 104 <td class="center"> 105 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arr.main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="" />105 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arr.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="" /> 106 106 </td> 107 107 <td> -
branches/version-2_13-dev/data/Smarty/templates/admin/order/product_select.tpl
r22954 r23041 195 195 <tr style="background:<!--{$arrPRODUCTSTATUS_COLOR[$status]}-->;"> 196 196 <td class="center"> 197 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" />197 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 198 198 </td> 199 199 <td> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/confirm.tpl
r22984 r23041 279 279 <th>関連商品(<!--{$smarty.section.cnt.iteration}-->)<br /> 280 280 <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}--> 281 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" />281 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 282 282 <!--{/if}--> 283 283 </th> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/index.tpl
r22960 r23041 244 244 <td class="id" rowspan="2"><!--{$arrProducts[cnt].product_id}--></td> 245 245 <td class="thumbnail" rowspan="2"> 246 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" /> </td> 246 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="" /> 247 </td> 247 248 <td rowspan="2"><!--{$arrProducts[cnt].product_code_min|h}--> 248 249 <!--{if $arrProducts[cnt].product_code_min != $arrProducts[cnt].product_code_max}--> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product.tpl
r22984 r23041 431 431 <th>関連商品(<!--{$smarty.section.cnt.iteration}-->)<br /> 432 432 <!--{if $arrRecommend[$recommend_no].product_id}--> 433 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" />433 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 434 434 <!--{/if}--> 435 435 </th> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product_rank.tpl
r22954 r23041 89 89 <td align="center"> 90 90 <!--{* 商品画像 *}--> 91 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProductsList[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrProducts[cnt].name|h}-->">91 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProductsList[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="<!--{$arrProducts[cnt].name|h}-->" /> 92 92 </td> 93 93 <!--{assign var=rank value=`$rank+1`}--> -
branches/version-2_13-dev/data/Smarty/templates/admin/products/product_select.tpl
r22954 r23041 88 88 <tr style="background:<!--{$arrPRODUCTSTATUS_COLOR[$status]}-->;"> 89 89 <td align="center"> 90 <img src="<!--{$smarty.const. ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" />90 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 91 91 </td> 92 92 <td>
Note: See TracChangeset
for help on using the changeset viewer.
