Warning: Can't use blame annotator:
svn blame failed on branches/version-2_11-dev/data/Smarty/templates/default/shopping/deliv.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_11-dev/data/Smarty/templates/default/shopping/deliv.tpl' に対しては blame で各行の最終変更者を計算できません 195004

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

Revision 21343, 7.4 KB checked in by Seasoft, 12 years ago (diff)

#1526 (typo修正・ソース整形・ソースコメントの改善)

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