Ignore:
Timestamp:
2011/01/06 07:30:20 (13 years ago)
Author:
Seasoft
Message:

#640(URL の index.php ハードコーディングを解消し省略・変更を考慮)

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

Legend:

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

    r19802 r19835  
    6464                        </td> 
    6565                        <td class="centertd"> 
    66                             <a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;">削除</a> 
     66                            <a href="#" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;">削除</a> 
    6767                        </td> 
    6868                    </tr> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r19833 r19835  
    181181                <!--{assign var=key value="`$arrMailHistory[cnt].template_id`"}--> 
    182182                <td><!--{$arrMAILTEMPLATE[$key]|h}--></td> 
    183                 <td><a href="<!--{$smarty.server.PHP_SELF|h}-->" onclick="win02('./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;"><!--{$arrMailHistory[cnt].subject|h}--></a></td> 
     183                <td><a href="#" onclick="win02('./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;"><!--{$arrMailHistory[cnt].subject|h}--></a></td> 
    184184            </tr> 
    185185            <!--{/section}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/review.tpl

    r19807 r19835  
    2929      「<span class="attention">※</span>」印は入力必須項目です。<br /> 
    3030       ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
    31         <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|h}-->"> 
     31        <form name="form1" method="post" action="?"> 
    3232        <input type="hidden" name="mode" value="confirm" /> 
    3333        <input type="hidden" name="product_id" value="<!--{$arrForm.product_id}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.