Changeset 18397
- Timestamp:
- 2009/11/28 16:16:56 (14 years ago)
- Location:
- branches/comu-ver2/data
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/bloc/best5.tpl
r18254 r18397 30 30 <div class="recomendleft"> 31 31 32 <a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->">32 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|escape:url}-->"> 33 33 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|escape}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->" /></a> 34 34 35 35 <h3> 36 <a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><!--{$arrBestProducts[cnt].name|escape}--></a>36 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|escape:url}-->"><!--{$arrBestProducts[cnt].name|escape}--></a> 37 37 </h3> 38 38 … … 51 51 <!--{if $arrBestProducts[$cnt2]|count > 0}--> 52 52 53 <a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->">53 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"> 54 54 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|escape}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->" /></a> 55 55 56 56 <h3> 57 <a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a>57 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a> 58 58 </h3> 59 59 -
branches/comu-ver2/data/Smarty/templates/default/detail.tpl
r18325 r18397 454 454 <div class="whoboughtleft"> 455 455 456 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id }-->">456 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"> 457 457 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a> 458 458 459 459 <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 460 460 <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 461 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id }-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>461 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 462 462 463 463 <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> … … 479 479 <div class="whoboughtright"> 480 480 481 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id }-->">481 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"> 482 482 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a> 483 483 484 484 <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 485 485 <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 486 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id }-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>486 <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 487 487 488 488 <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> -
branches/comu-ver2/data/Smarty/templates/default/list.tpl
r18294 r18397 202 202 <div class="listphoto"> 203 203 <!--★画像★--> 204 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|escape}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" /></a>204 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|escape}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" /></a> 205 205 </div> 206 206 … … 223 223 <!--★商品名★--> 224 224 <h3> 225 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id }-->" name="product<!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|escape}--></a>225 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->" name="product<!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|escape}--></a> 226 226 </h3> 227 227 … … 245 245 <!--★詳細ボタン★--> 246 246 <span class="btnbox"> 247 <!--{assign var=name value="detail`$id`"}-->248 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_detail.gif','<!--{$name}-->');">249 <img src="<!--{$TPL_DIR}-->img/products/b_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" /></a>247 <!--{assign var=name value="detail`$id`"}--> 248 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_detail.gif','<!--{$name}-->');"> 249 <img src="<!--{$TPL_DIR}-->img/products/b_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" /></a> 250 250 </span> 251 251 </p> -
branches/comu-ver2/data/Smarty/templates/default/mobile/cart/index.tpl
r18254 r18397 54 54 <!--{* 合計 *}--> 55 55 小計:<!--{$arrProductsClass[cnt].total_pretax|number_format}-->円<br> 56 <div align="right"><a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id }-->">商品購入詳細へ→</a></div>56 <div align="right"><a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id|escape:url}-->">商品詳細へ→</a></div> 57 57 <HR> 58 58 <!--{/section}--> -
branches/comu-ver2/data/Smarty/templates/default/mobile/frontparts/bloc/best5.tpl
r18254 r18397 27 27 28 28 <!-- ▼おすすめ商品コメント ここから --> 29 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id }-->">29 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->"> 30 30 <!--{$arrProduct.comment|escape|nl2br}--></a> 31 31 <!-- ▲おすすめ商品コメント ここまで --> -
branches/comu-ver2/data/Smarty/templates/default/mobile/mypage/history_detail.tpl
r18254 r18397 50 50 <!--{section name=cnt loop=$arrDisp.quantity}--> 51 51 <!--{$arrDisp.product_name[cnt]|escape}--><br> 52 <a href="<!--{$smarty.const.MOBILE_ URL_DIR}-->products/detail.php?product_id=<!--{$arrDisp.product_id[cnt]}-->">商品購入詳細→</a><br>52 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrDisp.product_id[cnt]|escape:url}-->">商品詳細→</a><br> 53 53 <!--{/section}--> 54 54 <br> -
branches/comu-ver2/data/Smarty/templates/default/mobile/products/list.tpl
r18254 r18397 56 56 <div align="right"> 57 57 <!--{if $i+1<9}--> 58 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id }-->" accesskey="<!--{$i+1}-->">商品詳細へ→</a>58 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->" accesskey="<!--{$i+1}-->">商品詳細へ→</a> 59 59 <!--{else}--> 60 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id }-->">商品詳細へ→</a>60 <a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->">商品詳細へ→</a> 61 61 <!--{/if}--> 62 62 </div> -
branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl
r18254 r18397 59 59 <tr> 60 60 <td><a href="javascript:fnModeSubmit('delete_favorite','product_id','<!--{$product_id|escape}-->');">削除</a></td> 61 <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape }-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65"></a></td>62 <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape }-->"><!--{$arrFavorite[cnt].name}--></a></td>61 <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape:url}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65"></a></td> 62 <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape:url}-->"><!--{$arrFavorite[cnt].name}--></a></td> 63 63 <td class="right sale_price"> 64 64 <span class="price"> -
branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl
r18254 r18397 58 58 <tr> 59 59 <td><!--{$arrDisp.product_code[cnt]|escape}--></td> 60 <td><a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrDisp.product_id[cnt]}-->"><!--{$arrDisp.product_name[cnt]|escape}--></a></td>60 <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrDisp.product_id[cnt]|escape:url}-->"><!--{$arrDisp.product_name[cnt]|escape}--></a></td> 61 61 <!--{assign var=price value=`$arrDisp.price[cnt]`}--> 62 62 <!--{assign var=quantity value=`$arrDisp.quantity[cnt]`}--> -
branches/comu-ver2/data/class/pages/LC_Page_Sitemap.php
r18234 r18397 252 252 $page["update_date"] = $row['update_date']; 253 253 254 $page["url"] = SITE_URL . 'products/detail.php?product_id='. $row['product_id'];254 $page["url"] = DETAIL_P_HTML . $row['product_id']; 255 255 $arrRet[] = $page; 256 256 257 257 // モバイルサイト 258 258 if (USE_MOBILE !== false) { 259 $page["url"] = MOBILE_ SITE_URL . 'products/detail.php?product_id='. $row['product_id'];259 $page["url"] = MOBILE_DETAIL_P_HTML . $row['product_id']; 260 260 $arrRet[] = $page; 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.