- Timestamp:
- 2007/10/24 15:45:22 (15 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/detail.tpl
r16546 r16547 274 274 <div id="whoboughtarea"> 275 275 <h2><img src="<!--{$TPL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="オススメ商品" /></h2> 276 <div class="whoboughtblock"> 277 276 278 <!--{section name=cnt loop=$arrRecommend}--> 277 <!--{if ($smarty.section.cnt.index % 2) == 0}--> 278 <div class="whoboughtblock"> 279 <!--{/if}--> 280 279 <!--{if ($smarty.section.cnt.index % 2) == 0}--> 281 280 <!--{if $arrRecommend[cnt].product_id}--> 282 281 <!-- 左列 --> … … 306 305 <!-- 左列 --> 307 306 <!--{/if}--> 308 309 <!--{assign var=nextCnt value=$smarty.section.cnt.index+1}--> 310 <!--{if $arrRecommend[$nextCnt].product_id}--> 307 <!--{/if}--> 308 309 <!--{if ($smarty.section.cnt.index % 2) != 0}--> 310 <!--{* assign var=nextCnt value=$smarty.section.cnt.index+1 *}--> 311 <!--{if $arrRecommend[cnt].product_id}--> 311 312 <!-- 右列 --> 312 313 <div class="whoboughtright"> 313 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[ $nextCnt].product_id}-->">314 <!--{if $arrRecommend[ $nextCnt].main_list_image != ""}-->315 <!--{assign var=image_path value="`$arrRecommend[ $nextCnt].main_list_image`"}-->314 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"> 315 <!--{if $arrRecommend[cnt].main_list_image != ""}--> 316 <!--{assign var=image_path value="`$arrRecommend[cnt].main_list_image`"}--> 316 317 <!--{else}--> 317 318 <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 318 319 <!--{/if}--> 319 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[ $nextCnt].name|escape}-->" />320 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /> 320 321 </a> 321 <!--{assign var=price02_min value=`$arrRecommend[ $nextCnt].price02_min`}-->322 <!--{assign var=price02_max value=`$arrRecommend[ $nextCnt].price02_max`}-->323 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[ $nextCnt].product_id}-->"><!--{$arrRecommend[$nextCnt].name|escape}--></a></h3>322 <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 323 <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 324 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 324 325 325 326 <p>価格<span class="mini">(税込)</span>:<span class="price"> … … 330 331 <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 331 332 <!--{/if}-->円</span></p> 332 <p class="mini"><!--{$arrRecommend[ $nextCnt].comment|escape|nl2br}--></p>333 <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p> 333 334 </div> 334 335 <!-- 右列 --> 335 336 <!--{/if}--> 336 <!--{if ($smarty.section.cnt.index % 2) == 0 || $smarty.section.cnt.last}--> 337 <!--{/if}--> 338 339 <!--{if $smarty.section.cnt.last}--> 337 340 </div> 338 341 <!--{/if}--> -
branches/feature-module-update/html/user_data/templates/default/css/products.css
r16231 r16547 355 355 padding: 10px 0; 356 356 overflow: auto; 357 } 358 359 div.whoboughtleft { 360 float: left; 361 width: 280px; 362 padding: 10px 0; 363 position: relative; 357 364 background: url("../img/common/line_578.gif") no-repeat bottom; 358 }359 360 div.whoboughtleft {361 float: left;362 width: 280px;363 position: relative;364 365 } 365 366 … … 377 378 float: right; 378 379 width: 280px; 380 padding: 10px 0; 379 381 position: relative; 382 background: url("../img/common/line_578.gif") no-repeat bottom; 380 383 } 381 384
Note: See TracChangeset
for help on using the changeset viewer.