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/delivery_addr.tpl

    r17335 r18609  
    2424<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="新しいお届け先の追加・変更"}--> 
    2525 
    26   <div id="windowarea"> 
    27     <h2> 
    28       <img src="<!--{$TPL_DIR}-->img/shopping/delivadd_title.jpg" width="500" height="40" alt="新しいお届け先の追加・変更" /> 
    29     </h2> 
    30     <p class="windowtext">下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。<br /> 
    31       入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
     26<div id="windowarea"> 
     27    <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     28    <p>下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。</p> 
     29    <p>入力後、一番下の「登録する」ボタンをクリックしてください。</p> 
    3230 
    33     <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    34     <input type="hidden" name="mode" value="edit" /> 
    35     <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" /> 
    36     <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" /> 
     31    <form name="form1" id="form1" method="post" action="?"> 
     32        <input type="hidden" name="mode" value="edit" /> 
     33        <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" /> 
     34        <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" /> 
    3735 
    38       <table summary="お届け先登録"> 
    39       <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}--> 
    40       </table> 
     36        <table summary="お届け先登録"> 
     37            <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}--> 
     38        </table> 
    4139 
    42       <div class="btn"> 
    43         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry.gif',this);" src="<!--{$TPL_DIR}-->img/common/b_entry.gif" class="box150" alt="登録する" name="register" id="register" /> 
    44       </div> 
     40        <div class="btn"> 
     41            <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry.gif',this);" src="<!--{$TPL_DIR}-->img/common/b_entry.gif" class="box150" alt="登録する" name="register" id="register" /> 
     42        </div> 
    4543    </form> 
    46   </div> 
     44</div> 
    4745 
    4846<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.