Ignore:
Timestamp:
2011/01/12 18:24:50 (13 years ago)
Author:
kotani
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(shopping/お届け先の指定ページ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/deliv.tpl

    r19835 r19891  
    3535<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    3636<input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->"> 
     37<input type="hidden" name="mode" value="customer_addr"> 
    3738<!--{if $smarty.section.cnt.first}--> 
    38 <input type="hidden" name="mode" value="customer_addr"> 
    3939<input type="hidden" name="other_deliv_id" value=""> 
     40<input type="hidden" name="deliv_check" value="-1"> 
    4041<!--{else}--> 
    41 <input type="hidden" name="mode" value="other_addr"> 
    4242<input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
     43<input type="hidden" name="deliv_check" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
    4344<!--{/if}--> 
    4445■お届け先<!--{$smarty.section.cnt.iteration}--><br> 
     
    4849<!--{$arrAddr[cnt].addr02|h}--><br> 
    4950<!--{/if}--> 
     51<!--{$arrAddr[cnt].name01}--> <!--{$arrAddr[cnt].name02}--><br> 
    5052<center><input type="submit" value="ここに送る"></center> 
    5153</form> 
     
    5456<br> 
    5557 
    56 ■その他のお届け先を指定<br> 
    57 <form method="get" action="deliv_addr.php"> 
     58■新しいお届け先を追加する<br> 
     59<form method="post" action="<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php"> 
     60<input type="hidden" name="ParentPage" value="<!--{$smarty.const.DELIV_URL_PATH}-->"> 
    5861<center><input type="submit" value="新規登録"></center> 
    5962</form> 
Note: See TracChangeset for help on using the changeset viewer.