source: branches/version-2_5-dev/data/Smarty/templates/default/shopping/deliv.tpl @ 19983

Revision 19983, 6.9 KB checked in by Seasoft, 13 years ago (diff)

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<!--▼CONTENTS-->
23<div id="under02column">
24    <div id="under02column_shopping">
25        <p class="flowarea">
26            <img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_01.gif" width="700" height="36" alt="購入手続きの流れ" />
27        </p>
28        <h2 class="title"><!--{$tpl_title|h}--></h2>
29
30<div id="add-wrap" class="clearfix">
31
32<div id="add-left">
33        <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。</p>
34        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
35            <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p>
36        <!--{/if}-->
37        <p>※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
38
39        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
40            <p class="addbtn">
41                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address_on.gif','addition');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address.gif','addition');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_add_address.gif" width="160" height="22" alt="新しいお届け先を追加する" name="addition" id="addition" /></a>
42            </p>
43        <!--{/if}-->
44</div>
45
46<div id="add-right">
47<p class="add-m">この商品を複数の<br />お届け先に送りますか?</p>
48<a href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_several_address_on.gif','several');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_several_address.gif','several');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_several_address.gif" width="129" height="20" alt="お届け先を複数指定する" name="several" id="several" /></a>
49</div>
50
51</div>
52
53       
54        <form name="form1" id="form1" method="post" action="?">
55            <input type="hidden" name="mode" value="customer_addr" />
56            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
57            <input type="hidden" name="other_deliv_id" value="" />
58            <!--{if $arrErr.deli != ""}-->
59                <p class="attention"><!--{$arrErr.deli}--></p>
60            <!--{/if}-->
61            <table summary="お届け先の指定">
62                <tr>
63                    <th>選択</th>
64                    <th>住所種類</th>
65                    <th>お届け先</th>
66                    <th>変更</th>
67                    <th>削除</th>
68                </tr>
69                <!--{section name=cnt loop=$arrAddr}-->
70                <tr>
71                     <td class="centertd">
72                         <!--{if $smarty.section.cnt.first}-->
73                            <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}--> />
74                         <!--{else}-->
75                            <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}--> />
76                         <!--{/if}-->
77                    </td>
78                    <td>
79                        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">
80                            <!--{if $smarty.section.cnt.first}-->
81                                会員登録住所
82                            <!--{else}-->
83                                追加登録住所
84                            <!--{/if}-->
85                        </label>
86                    </td>
87                    <td>
88                        <!--{assign var=key value=$arrAddr[cnt].pref}-->
89                        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
90                        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
91                    </td>
92                    <td class="centertd">
93                        <!--{if !$smarty.section.cnt.first}-->
94                            <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">変更</a>
95                        <!--{/if}-->
96                    </td>
97                    <td class="centertd">
98                        <!--{if !$smarty.section.cnt.first}-->
99                            <a href="?" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a>
100                        <!--{/if}-->
101                    </td>
102                </tr>
103            <!--{/section}-->
104        </table>
105
106            <div class="tblareabtn">
107                <a href="<!--{$smarty.const.CART_URLPATH}-->" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back.gif',back03)">
108                    <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>
109                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_address_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_address_select.gif',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_address_select.gif" alt="選択したお届け先に送る" class="box190" name="send_button" id="send_button" />
110            </div>
111        </form>
112    </div>
113</div>
114<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.