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

Revision 21537, 7.5 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • 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-2011 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<div id="undercolumn">
23    <div id="undercolumn_shopping">
24        <p class="flow_area">
25            <img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_01.jpg" alt="購入手続きの流れ" />
26        </p>
27        <h2 class="title"><!--{$tpl_title|h}--></h2>
28
29        <div id="address_area" class="clearfix">
30            <div class="information">
31                <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。</p>
32                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
33                    <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p>
34                <!--{/if}-->
35                <p class="mini attention">※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
36            </div>
37            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
38                <div class="add_multiple">
39                    <p>この商品を複数の<br />お届け先に送りますか?</p>
40                    <a href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_several_address_on.jpg','several');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_several_address.jpg','several');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_several_address.jpg" alt="お届け先を複数指定する" name="several" id="several" /></a>
41                </div>
42            <!--{/if}-->
43        </div>
44
45        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
46            <p class="addbtn">
47                <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.jpg','addition');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg','addition');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg" alt="新しいお届け先を追加する" name="addition" id="addition" /></a>
48            </p>
49        <!--{/if}-->
50
51        <form name="form1" id="form1" method="post" action="?">
52        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
53        <input type="hidden" name="mode" value="customer_addr" />
54        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
55        <input type="hidden" name="other_deliv_id" value="" />
56        <!--{if $arrErr.deli != ""}-->
57            <p class="attention"><!--{$arrErr.deli}--></p>
58        <!--{/if}-->
59        <table summary="お届け先の指定">
60            <col width="10%" />
61            <col width="20%" />
62            <col width="50%" />
63            <col width="10%" />
64            <col width="10%" />
65            <tr>
66                <th class="alignC">選択</th>
67                <th class="alignC">住所種類</th>
68                <th class="alignC">お届け先</th>
69                <th class="alignC">変更</th>
70                <th class="alignC">削除</th>
71            </tr>
72            <!--{section name=cnt loop=$arrAddr}-->
73                <tr>
74                    <td class="alignC">
75                        <!--{if $smarty.section.cnt.first}-->
76                            <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}--> />
77                        <!--{else}-->
78                            <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}--> />
79                        <!--{/if}-->
80                    </td>
81                    <td class="alignC">
82                        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">
83                            <!--{if $smarty.section.cnt.first}-->
84                                会員登録住所
85                            <!--{else}-->
86                                追加登録住所
87                            <!--{/if}-->
88                        </label>
89                    </td>
90                    <td>
91                        <!--{assign var=key value=$arrAddr[cnt].pref}-->
92                        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
93                        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
94                    </td>
95                    <td class="alignC">
96                        <!--{if !$smarty.section.cnt.first}-->
97                            <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>
98                            <!--{else}-->
99                                -
100                            <!--{/if}-->
101                    </td>
102                    <td class="alignC">
103                        <!--{if !$smarty.section.cnt.first}-->
104                            <a href="?" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a>
105                            <!--{else}-->
106                                -
107                            <!--{/if}-->
108                    </td>
109                </tr>
110            <!--{/section}-->
111        </table>
112
113        <div class="btn_area">
114            <ul>
115                <li>
116                    <a href="<!--{$smarty.const.CART_URLPATH}-->" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg',back03)">
117                    <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" border="0" name="back03" id="back03" /></a>
118                </li>
119                <li>
120                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="選択したお届け先に送る" name="send_button" id="send_button" />
121                </li>
122            </ul>
123        </div>
124
125        </form>
126    </div>
127</div>
Note: See TracBrowser for help on using the repository browser.