Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/mypage/favorite.tpl

    r18007 r18609  
    2323*}--> 
    2424<div id="mypagecolumn"> 
    25   <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
     25  <h2 class="title"><!--{$tpl_title|escape}--></h2> 
    2626  <!--{if $tpl_navi != ""}--> 
    2727    <!--{include file=$tpl_navi}--> 
     
    3434    <input type="hidden" name="order_id" value="" /> 
    3535    <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" /> 
    36     <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle06.gif" width="515" height="32" alt="お気に入り商品一覧" /></h3> 
     36    <h3><!--{$tpl_subtitle|escape}--></h3> 
    3737 
    3838<!--{if $tpl_linemax > 0}--> 
     
    4545    </div> 
    4646 
    47     <form name="form1" id="form1" method="post" action="<!--{$smarty.const.SITE_URL}-->products/detail.php"> 
     47    <form name="form1" id="form1" method="post" action="?"> 
    4848    <input type="hidden" name="mode" value="cart" /> 
    4949    <input type="hidden" name="product_id" value="" /> 
     
    5656      </tr> 
    5757      <!--{section name=cnt loop=$arrFavorite}--> 
    58       <!--{if $arrFavorite[cnt].main_list_image != ""}--> 
    59         <!--{assign var=image_path value="`$arrFavorite[cnt].main_list_image`"}--> 
    60       <!--{else}--> 
    61         <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    62       <!--{/if}--> 
    63       <!--{assign var=product_id value="`$arrFavorite[cnt].product_id`"|escape}--> 
     58      <!--{assign var=product_id value="`$arrFavorite[cnt].product_id`"}--> 
    6459      <tr> 
    65        <td><a href="javascript:fnModeSubmit('delete_favorite','product_id','<!--{$product_id}-->');">削除</a></td> 
    66        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65"></a></td> 
    67        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
     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:url}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65"></a></td> 
     62       <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|escape:url}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
    6863       <td class="right sale_price"> 
    6964        <span class="price"> 
Note: See TracChangeset for help on using the changeset viewer.