Ignore:
Timestamp:
2007/03/28 15:05:09 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11730 r11984  
    3535            </tr> 
    3636            <tr><td height="15"></td></tr> 
     37            <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 
    3738            <tr> 
    3839                <td> 
     
    4142            </tr> 
    4243            <tr><td height="20"></td></tr> 
     44            <!--{/if}--> 
    4345            <tr> 
    4446                <td bgcolor="#cccccc"> 
    4547                <!--ɽ¼¨¥¨¥ê¥¢¤³¤³¤«¤é--> 
    46                  
    4748                <!--{if $arrErr.deli != ""}--> 
    4849                <table width="700" border="0" cellspacing="2" cellpadding="10" summary=" " bgcolor="#ff7e56"> 
     
    6970                            <td align="center"> 
    7071                                <!--{if $smarty.section.cnt.first}--> 
    71                                 <input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='customer_addr';"> 
     72                                <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<!--{/if}-->> 
    7273                                <!--{else}--> 
    73                                 <input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='other_addr'; other_deliv_id.value=<!--{$arrAddr[cnt].other_deliv_id}-->;"> 
     74                                <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<!--{/if}-->> 
    7475                                <!--{/if}--> 
    7576                            </td> 
     
    9798            <tr align="center"> 
    9899                <td> 
    99                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆϤ±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" /> 
     100                    <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a> 
     101                    <img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="12" height="" alt="" /><input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆϤ±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" /> 
    100102                </td> 
    101103            </tr> 
Note: See TracChangeset for help on using the changeset viewer.