Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

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

    r20764 r21050  
    2424<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="新しいお届け先の追加・変更"}--> 
    2525 
    26 <div id="windowarea"> 
    27     <h2 class="title"><!--{$tpl_title|h}--></h2> 
    28     <p>下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。</p> 
    29     <p>入力後、一番下の「登録する」ボタンをクリックしてください。</p> 
     26<section id="windowcolumn"> 
     27    <div data-role="header"> 
     28                <div class="title_box clearfix"> 
     29       <h2><!--{$tpl_title|h}--></h2> 
     30         <a href="delivery.php" data-role="button" data-rel="back" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="d"><span class="ui-btn-text">close</span></a> 
     31                                    </div> 
     32                                     </div> 
    3033 
    31     <form name="form1" id="form1" method="post" action="?"> 
    32         <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    33         <input type="hidden" name="mode" value="edit" /> 
    34         <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" /> 
    35         <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" /> 
     34       <!--★インフォメーション★--> 
     35       <div class="information"> 
     36          <p><span class="attention">※</span>は必須入力項目です。<br /> 
     37           最大20件まで登録できます。</p>  
     38       </div> 
    3639 
    37         <table summary="お届け先登録" class="entryform"> 
    38             <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}--> 
    39         </table> 
    40 <br /> 
    41         <div class="btn"> 
    42             <input class="spbtn spbtn-shopping" type="submit" class="box150" value="登録する" name="register" id="register" /> 
    43         </div> 
    44     </form> 
    45     <br /> 
    46 </div> 
     40       <form name="form1" id="form1" method="post" action="?"> 
     41           <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     42           <input type="hidden" name="mode" value="edit" /> 
     43           <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" /> 
     44           <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" /> 
     45 
     46       <dl class="form_entry"> 
     47           <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}--> 
     48       </dl> 
     49 
     50       <div class="btn_area"> 
     51          <input class="btn" type="submit" value="登録する" name="register" id="register" /> 
     52       </div> 
     53       </form> 
     54</section> 
    4755 
    4856<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.