Changeset 12779


Ignore:
Timestamp:
2007/05/14 20:06:27 (17 years ago)
Author:
nakanishi
Message:
 
Location:
branches/dev/data/Smarty/templates/mobile/shopping
Files:
3 edited

Legend:

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

    r12647 r12779  
    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/shopping/deliv_addr.tpl

    r12680 r12779  
    1010<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    1111    <input type="hidden" name="mode" value="set1"> 
    12     <input type="hidden" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
    13     <input type="hidden" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
    14     <input type="hidden" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
    15     <input type="hidden" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 
    16     <input type="hidden" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 
    17      
     12 
    1813    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br> 
    1914    <br> 
  • branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl

    r12685 r12779  
    1515<input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 
    1616<input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 
    17 <input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
     17<input type="hidden" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 
    1818<input type="hidden" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 
    1919<input type="hidden" name="pref" value="<!--{$arrAddr[0].pref}-->"> 
Note: See TracChangeset for help on using the changeset viewer.