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/shopping/deliv.tpl

    r20969 r21050  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <!--▼CONTENTS--> 
     22<!--▼コンテンツここから --> 
     23<section id="undercolumn"> 
     24 
    2325<h2 class="title"><!--{$tpl_title|h}--></h2> 
    2426 
    25 <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。</p> 
     27<!--★インフォメーション★--> 
     28<div class="information"> 
     29 <p>一覧よりお届け先住所を選択してください。</p> 
    2630<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    27 <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。<br> 
    2831※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p> 
    2932<!--{/if}--> 
     33</div> 
    3034 
    31 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    32     <p class="addbtn"><a class="kybtn" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;">新しいお届け先を追加する</a> 
    33     </p><br /> 
    34 <!--{/if}--> 
    35  
    36 <p><a class="kybtn" href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false">お届け先を複数指定する        </a></p><br /><br /> 
    37 <form name="form1" id="form1" method="post" action="?"> 
     35<!--▼フォームここから --> 
     36<div class="form_area"> 
     37<form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/deliv.php"> 
    3838    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3939    <input type="hidden" name="mode" value="customer_addr" /> 
     
    4343        <p class="attention"><!--{$arrErr.deli}--></p> 
    4444    <!--{/if}--> 
    45     <table summary="お届け先の指定" class="entryform"> 
    46         <tr> 
    47             <th class="alignC select valignM">選択</th> 
    48             <th class="alignC valignM">住所種類</th> 
    49             <th class="alignC valignM">お届け先</th> 
    50             <th class="change alignC valignM">変更</th> 
    51         </tr> 
    52         <!--{section name=cnt loop=$arrAddr}--> 
    53             <tr> 
    54                  <td> 
    55                      <!--{if $smarty.section.cnt.first}--> 
    56                         <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}--> checked="checked"<!--{/if}--> /> 
    57                      <!--{else}--> 
    58                         <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->"<!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}--> checked="checked"<!--{/if}--> /> 
    59                      <!--{/if}--> 
    60                 </td> 
    61                 <td> 
    62                     <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->"> 
    63                         <!--{if $smarty.section.cnt.first}--> 
    64                             会員登録住所 
    65                         <!--{else}--> 
    66                             追加登録住所 
    67                         <!--{/if}--> 
    68                     </label> 
    69                 </td> 
    70                 <td> 
    71                     <!--{assign var=key value=$arrAddr[cnt].pref}--> 
    72                     <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br /> 
    73                     <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}--> 
    74                 </td> 
    75                 <td class="centertd"> 
    76                     <!--{if !$smarty.section.cnt.first}--> 
    77                         <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">変更</a><br> 
    78                     <!--{/if}--> 
    79                     <!--{if !$smarty.section.cnt.first}--> 
    80                         <a href="?" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a> 
    81                     <!--{/if}--> 
    82                 </td> 
    83             </tr> 
    84         <!--{/section}--> 
    85     </table> 
    86     <div class="tblareabtn"> 
    87          <p><input type="submit" value="選択したお届け先に送る" class="spbtn spbtn-shopping" width="130" height="30" alt="選択したお届け先に送る" name="send_button" id="next" /></p> 
    88          <p><a href="<!--{$smarty.const.CART_URLPATH}-->" class="spbtn spbtn-medeum">戻る</a></p> 
    89     </div> 
     45             
     46<!--☆右にスライドボタン --> 
     47<div class="bubbleBox"> 
     48<div class="bubble_announce clearfix"> 
     49<p class="fb"><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p> 
     50</div> 
     51  <div class="bubble_arrow_line"><!--矢印空タグ --></div> 
     52<div class="bubble_arrow"><!--矢印空タグ --></div> 
     53</div> 
     54 
     55 
     56<div class="formBox"> 
     57 
     58<!--{section name=cnt loop=$arrAddr}--> 
     59<dl class="deliv_check"> 
     60  <dt> 
     61   <p> 
     62     <!--{if $smarty.section.cnt.first}--> 
     63        <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}--> checked="checked"<!--{/if}--> class="data-role-none" /> 
     64        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">会員登録住所</label> 
     65     <!--{else}--> 
     66        <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->"<!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}--> checked="checked"<!--{/if}--> class="data-role-none" /> 
     67        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">追加登録住所</label> 
     68     <!--{/if}--> 
     69   </p> 
     70   <ul class="edit"> 
     71       <!--{if !$smarty.section.cnt.first}--> 
     72           <li><a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">編集</a></li> 
     73           <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li> 
     74       <!--{/if}--> 
     75   </ul> 
     76    </dt> 
     77      <dd> 
     78        <!--{assign var=key value=$arrAddr[cnt].pref}--> 
     79        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br /> 
     80        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}--> 
     81     </dd> 
     82</dl> 
     83 <!--{/section}--> 
     84 
     85<div class="inner"> 
     86<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
     87  <a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a> 
     88<!--{/if}--> 
     89</div> 
     90 
     91</div><!--▲formBox --> 
     92 
     93 
     94<ul class="btn_btm"> 
     95 <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li> 
     96 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li> 
     97</ul> 
     98 
    9099</form> 
    91 <!--▲CONTENTS--> 
     100</div><!--▲form_area --> 
     101 
     102 
     103</section> 
     104<!--▲コンテンツここまで --> 
Note: See TracChangeset for help on using the changeset viewer.