Changeset 16037
- Timestamp:
- 2007/09/26 14:18:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/shopping/deliv.tpl
r15782 r16037 5 5 *}--> 6 6 <!--▼CONTENTS--> 7 <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 <tr> 9 <td align="center" bgcolor="#ffffff"> 10 11 <!--購入手続きの流れ--> 12 <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 13 <tr><td height="15"></td></tr> 14 <tr> 15 <td><img src="<!--{$TPL_DIR}-->img/shopping/flow01.gif" width="700" height="36" alt="購入手続きの流れ"></td> 16 </tr> 17 <tr><td height="15"></td></tr> 18 </table> 19 <!--購入手続きの流れ--> 7 <div id="under02column"> 8 <div id="under02column_shopping"> 9 <p class="flowarea"> 10 <img src="<!--{$TPL_DIR}-->img/shopping/flow01.gif" width="700" height="36" alt="購入手続きの流れ" /> 11 </p> 12 <h2 class="title"> 13 <img src="<!--{$TPL_DIR}-->img/shopping/deliv_title.jpg" width="700" height="40" alt="お届け先の指定" /> 14 </h2> 20 15 21 <!--▼MAIN ONTENTS--> 22 <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 23 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 24 <input type="hidden" name="mode" value="customer_addr"> 25 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 26 <input type="hidden" name="other_deliv_id" value=""> 27 <tr> 28 <td><img src="<!--{$TPL_DIR}-->img/shopping/deliv_title.jpg" width="700" height="40" alt="お届け先の指定"></td> 29 </tr> 30 <tr><td height="15"></td></tr> 31 <tr> 32 <td class="fs12">下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。 33 一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。<br> 34 ※最大20件まで登録できます。</td> 35 </tr> 36 <tr><td height="15"></td></tr> 37 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 38 <tr> 39 <td> 40 <a href="<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|escape}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/newadress_on.gif','addition');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/newadress.gif','addition');"><img src="<!--{$TPL_DIR}-->img/common/newadress.gif" width="160" height="22" alt="新しいお届け先を追加する" name="addition" id="addition" /></a> 41 </td> 42 </tr> 43 <tr><td height="20"></td></tr> 44 <!--{/if}--> 45 <tr> 46 <td bgcolor="#cccccc"> 47 <!--表示エリアここから--> 48 <!--{if $arrErr.deli != ""}--> 49 <table width="700" border="0" cellspacing="2" cellpadding="10" summary=" " bgcolor="#ff7e56"> 50 <tr> 51 <td align="center" class="fs14" bgcolor="#ffffff"> 52 <span class="red"><strong><!--{$arrErr.deli}--></strong></span> 53 </td> 54 </tr> 55 </table> 56 </td></tr><tr><td height=15></td></tr><tr><td bgcolor="#cccccc"> 57 <!--{/if}--> 58 59 <table width="700" border="0" cellspacing="1" cellpadding="10" summary=" "> 60 <tr align="center" bgcolor="#f0f0f0"> 61 <td width="40" class="fs12">選択</td> 62 <td width="100" class="fs12">住所種類</td> 63 <td width="374" class="fs12">お届け先</td> 64 <td width="40" class="fs12">変更</td> 65 <td width="40" class="fs12">削除</td> 66 </tr> 16 <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。<br /> 17 一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。<br /> 18 ※最大20件まで登録できます。</p> 19 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}--> 20 <p class="addbtn"> 21 <a href="<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|escape}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/newadress_on.gif','addition');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/newadress.gif','addition');"><img src="<!--{$TPL_DIR}-->img/common/newadress.gif" width="160" height="22" alt="新しいお届け先を追加する" name="addition" id="addition" /></a> 22 </p> 23 <!--{/if}--> 24 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 25 <input type="hidden" name="mode" value="customer_addr" /> 26 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 27 <input type="hidden" name="other_deliv_id" value="" /> 28 <!--{if $arrErr.deli != ""}--> 29 <p class="attention"><!--{$arrErr.deli}--></p> 30 <!--{/if}--> 31 <table summary="お届け先の指定"> 32 <tr> 33 <th>選択</th> 34 <th>住所種類</th> 35 <th>お届け先</th> 36 <th>変更</th> 37 <th>削除</th> 38 </tr> 39 <!--{section name=cnt loop=$arrAddr}--> 40 <tr> 41 <td class="centertd"> 42 <!--{if $smarty.section.cnt.first}--> 43 <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="checked"<!--{/if}--> /> 44 <!--{else}--> 45 <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="checked"<!--{/if}--> /> 46 <!--{/if}--> 47 </td> 48 <td> 49 <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->"> 50 <!--{if $smarty.section.cnt.first}--> 51 会員登録住所 52 <!--{else}--> 53 追加登録住所 54 <!--{/if}--> 55 </label> 56 </td> 57 <td> 58 <!--{assign var=key value=$arrAddr[cnt].pref}--> 59 <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><!--{$arrAddr[cnt].addr02|escape}--><br /> 60 <!--{$arrAddr[cnt].name01|escape}--> <!--{$arrAddr[cnt].name02|escape}--> 61 </td> 62 <td class="centertd"> 63 <!--{if !$smarty.section.cnt.first}--> 64 <a href="<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|escape}-->&other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">変更</a> 65 <!--{/if}--> 66 </td> 67 <td class="centertd"> 68 <!--{if !$smarty.section.cnt.first}--> 69 <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a> 70 <!--{/if}--> 71 </td> 72 </tr> 73 <!--{/section}--> 74 </table> 67 75 68 <!--{section name=cnt loop=$arrAddr}--> 69 <tr class="fs12" bgcolor="#ffffff"> 70 <td align="center"> 71 <!--{if $smarty.section.cnt.first}--> 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}-->> 73 <!--{else}--> 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}-->> 75 <!--{/if}--> 76 </td> 77 <td> 78 <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->"><!--{if $smarty.section.cnt.first}-->会員登録住所<!--{else}-->追加登録住所<!--{/if}--></label> 79 </td> 80 <td> 81 <!--{assign var=key value=$arrAddr[cnt].pref}--><!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><!--{$arrAddr[cnt].addr02|escape}--><br/> 82 <!--{$arrAddr[cnt].name01|escape}--> <!--{$arrAddr[cnt].name02|escape}--> 83 </td> 84 <td align="center"> 85 <!--{if !$smarty.section.cnt.first}--><a href="<!--{$smarty.const.URL_DIR}-->mypage/delivery_addr.php" onclick="win02('/mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|escape}-->&other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">変更</a><!--{/if}--> 86 </td> 87 <td align="center"> 88 <!--{if !$smarty.section.cnt.first}--><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a><!--{/if}--> 89 </td> 90 </tr> 91 <!--{/section}--> 92 93 </table> 94 <!--表示エリアここまで--> 95 </td> 96 </tr> 97 <tr><td height="25"></td></tr> 98 <tr align="center"> 99 <td> 100 <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03"/></a> 101 <img src="<!--{$TPL_DIR}-->img/_.gif" width="12" height="" alt="" /><input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$TPL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="選択したお届け先に送る" border="0" name="send_button" id="send_button" /> 102 </td> 103 </tr> 104 </form> 105 </table> 106 <!--▲MAIN ONTENTS--> 107 </td> 108 </tr> 109 </table> 76 <div class="tblareabtn"> 77 <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"> 78 <img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03"/> 79 </a> 80 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$TPL_DIR}-->img/shopping/b_select.gif" alt="選択したお届け先に送る" class="box190" name="send_button" id="send_button" /> 81 </div> 82 </form> 83 </div> 84 </div> 110 85 <!--▲CONTENTS-->
Note: See TracChangeset
for help on using the changeset viewer.