Ignore:
Timestamp:
2011/01/12 14:34:59 (13 years ago)
Author:
yomoro
Message:

#843(複数配送先の指定) * 非会員購入に対応(スマートフォン)

File:
1 copied

Legend:

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

    r19862 r19884  
    3232<div id="under02column"> 
    3333    <div id="under02column_shopping"> 
    34         <p class="flowarea"> 
    35             <img src="<!--{$TPL_DIR}-->img/picture/img_flow_01.gif" width="700" height="36" alt="購入手続きの流れ" /> 
    36         </p> 
    3734        <h2 class="title"><!--{$tpl_title|h}--></h2> 
    3835 
     
    5249            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
    5350            <input type="hidden" name="mode" value="confirm" /> 
    54             <table summary="商品情報"> 
     51                <!--{foreach from=$items item=item name=cartItem}--> 
     52                <table summary="商品情報"> 
    5553                <tr> 
    5654                    <th>削除</th> 
     
    5856                    <th>商品名</th> 
    5957                    <th>数量</th> 
    60                     <th>お届け先</th> 
    6158                </tr> 
    62                 <!--{foreach from=$items item=item name=cartItem}--> 
    6359                    <!--{assign var=index value=$smarty.foreach.cartItem.index}--> 
    6460                    <tr style="<!--{if $item.error}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"> 
     
    7672                            <!--{/if}--> 
    7773                        > 
    78                             <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a> 
     74                            <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="&lt;!--{$item.productsClass.name|h}--&gt;" /></a> 
    7975                        </td> 
    8076                        <td><!--{* 商品名 *}--><strong><!--{$item.name|h}--></strong><br /> 
     
    9187                          <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value}-->" size="4" /> 
    9288                        </td> 
    93                         <td> 
    94                           <!--{assign var=key value="shipping`$index`"}--> 
    95                           <select name="<!--{$key}-->"><!--{html_options options=$addrs selected=$arrForm[$key].value}--></select> 
    96                         </td> 
    9789                     </tr> 
     90                    <tr style="<!--{if $item.error}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"> 
     91                      <td colspan="4">お届け先</td> 
     92                    </tr> 
     93                    <tr style="<!--{if $item.error}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"> 
     94                      <td colspan="4"><!--{assign var=key value="shipping`$index`"}--> 
     95                          <select name="<!--{$key}-->"><!--{html_options options=$addrs selected=$arrForm[$key].value}--></select></td> 
     96                    </tr> 
     97                   </table> 
    9898                  <!--{/foreach}--> 
    99             </table> 
     99             
    100100            <div class="tblareabtn"> 
    101                 <a href="<!--{$smarty.const.CART_URL_PATH}-->" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back.gif',back03)"> 
    102                     <img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a> 
    103                 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_address_select.gif" alt="選択したお届け先に送る" class="box190" name="send_button" id="send_button" /> 
    104             </div> 
     101                      <a href="<!--{$smarty.const.CART_URL_PATH}-->" class="spbtn spbtn-medeum"> 
     102                    戻る</a>&nbsp; 
     103                 <input type="submit" value="選択したお届け先に送る" class="spbtn spbtn-shopping" width="130" height="30" alt="選択したお届け先に送る" name="send_button" id="next" /> 
     104</div> 
    105105 
    106106    </div> 
Note: See TracChangeset for help on using the changeset viewer.