Changeset 12768 for branches/dev/data


Ignore:
Timestamp:
2007/05/14 18:22:47 (19 years ago)
Author:
nakanishi
Message:
 
Location:
branches/dev/data/Smarty/templates/mobile/nonmember
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/nonmember/deliv.tpl

    r12689 r12768  
    2020<input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->"> 
    2121<!--{if $smarty.section.cnt.first}--> 
    22 <input type="text" name="mode" value="customer_addr"> 
     22<input type="hidden" name="mode" value="customer_addr"> 
    2323<input type="hidden" name="other_deliv_id" value=""> 
    2424<!--{else}--> 
    2525<input type="hidden" name="mode" value="other_addr"> 
    26 <input type="text" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
     26<input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 
    2727<!--{/if}--> 
    2828¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br> 
  • branches/dev/data/Smarty/templates/mobile/nonmember/deliv_date.tpl

    r12718 r12768  
    1111 
    1212<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    13 <input type="text" name="mode" value="confirm"> 
    14 <input type="text" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    15 <input type="text" name="payment_id" value="<!--{$arrForm.payment_id.value}-->"> 
    16 <input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
    17 <input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
    18 <input type="text" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
    19 <input type="text" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 
    20 <input type="text" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 
     13<input type="hidden" name="mode" value="confirm"> 
     14<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     15<input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->"> 
     16<input type="hidden" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
     17<input type="hidden" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
     18<input type="hidden" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
     19<input type="hidden" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 
     20<input type="hidden" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 
    2121<!--<input type="hidden" name="message" value="">--> 
    2222<!--{if $tpl_login == 1}--> 
Note: See TracChangeset for help on using the changeset viewer.