Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

Location:
branches/version-2_5-dev/data/Smarty/templates/sphone/mypage
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/change_complete.tpl

    r19785 r19833  
    3535 
    3636    <div class="tblareabtn"> 
    37       <a href="<!--{$smarty.const.URL_SITE_TOP}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_toppage_on.gif','fortop');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_toppage.gif','fortop');"><img src="<!--{$TPL_DIR}-->img/button/btn_toppage.gif" width="150" height="30" alt="トップページへ" name="fortop" id="fortop" /></a> 
     37      <a href="<!--{$smarty.const.TOP_URL_PATH}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_toppage_on.gif','fortop');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_toppage.gif','fortop');"><img src="<!--{$TPL_DIR}-->img/button/btn_toppage.gif" width="150" height="30" alt="トップページへ" name="fortop" id="fortop" /></a> 
    3838    </div> 
    3939  </div> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/favorite.tpl

    r19807 r19833  
    5959      <tr> 
    6060       <td><a href="javascript:fnModeSubmit('delete_favorite','product_id','<!--{$product_id|h}-->');">削除</a></td> 
    61        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|u}-->"><img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65"></a></td> 
    62        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$product_id|u}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
     61       <td><a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$product_id|u}-->"><img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65"></a></td> 
     62       <td><a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$product_id|u}-->"><!--{$arrFavorite[cnt].name}--></a></td> 
    6363       <td class="right sale_price"> 
    6464        <span class="price"> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r19802 r19833  
    5757                <tr> 
    5858                    <td><!--{$orderDetail.product_code|h}--></td> 
    59                     <td><a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$orderDetail.product_id|u}-->"<!--{/if}-->><!--{$orderDetail.product_name|h}--></a></td> 
     59                    <td><a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$orderDetail.product_id|u}-->"<!--{/if}-->><!--{$orderDetail.product_name|h}--></a></td> 
    6060                    <td> 
    6161                    <!--{ if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/navi.tpl

    r19785 r19833  
    4343 
    4444          <!--{* 退会状態 *}--> 
    45             <li><a href="<!--{$smarty.const.URL_SITE_TOP}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
     45            <li><a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
    4646                購入履歴一覧</a></li> 
    4747            <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
    48                 <li><a href="<!--{$smarty.const.URL_SITE_TOP}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
     48                <li><a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="<!--{if $tpl_mypageno == 'favorite'}--> selected<!--{/if}-->"> 
    4949                    お気に入り一覧</a></li> 
    5050            <!--{/if}--> 
    51             <li><a href="<!--{$smarty.const.URL_SITE_TOP}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->"> 
     51            <li><a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="<!--{if $tpl_mypageno == 'change'}--> selected<!--{/if}-->"> 
    5252                会員登録内容変更</a></li> 
    53             <li><a href="<!--{$smarty.const.URL_SITE_TOP}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->"> 
     53            <li><a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="<!--{if $tpl_mypageno == 'delivery'}--> selected<!--{/if}-->"> 
    5454                お届け先追加・変更</a></li> 
    55             <li><a href="<!--{$smarty.const.URL_SITE_TOP}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->"> 
     55            <li><a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="<!--{if $tpl_mypageno == 'refusal'}--> selected<!--{/if}-->"> 
    5656                退会手続き</a></li> 
    5757          <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.