Ignore:
Timestamp:
2013/07/08 13:17:24 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • インデント
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/mypage/change.tpl

    r22206 r22955  
    3232 
    3333        <form name="form1" id="form1" method="post" action="?"> 
    34         <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    35         <input type="hidden" name="mode" value="confirm" /> 
    36         <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" /> 
    37         <table summary="会員登録内容変更 " class="delivname"> 
    38             <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=true prefix=""}--> 
    39         </table> 
    40         <div class="btn_area"> 
    41             <ul> 
    42                 <li> 
    43                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_confirm_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_confirm.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_confirm.jpg" alt="確認ページへ" name="refusal" id="refusal" /> 
    44                 </li> 
    45             </ul> 
    46         </div> 
     34            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     35            <input type="hidden" name="mode" value="confirm" /> 
     36            <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" /> 
     37            <table summary="会員登録内容変更 " class="delivname"> 
     38                <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=true prefix=""}--> 
     39            </table> 
     40            <div class="btn_area"> 
     41                <ul> 
     42                    <li> 
     43                        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_confirm_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_confirm.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_confirm.jpg" alt="確認ページへ" name="refusal" id="refusal" /> 
     44                    </li> 
     45                </ul> 
     46            </div> 
    4747        </form> 
    4848    </div> 
Note: See TracChangeset for help on using the changeset viewer.