source: branches/feature-module-update/data/Smarty/templates/default/shopping/deliv.tpl @ 16582

Revision 16582, 5.5 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 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_DIR}-->img/shopping/flow01.gif" width="700" height="36" alt="購入手続きの流れ" />
27    </p>
28    <h2 class="title">
29      <img src="<!--{$TPL_DIR}-->img/shopping/deliv_title.jpg" width="700" height="40" alt="お届け先の指定" />
30    </h2>
31
32    <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。<br />
33      一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。<br />
34      ※最大20件まで登録できます。</p>
35    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
36    <p class="addbtn">
37      <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>
38    </p>
39    <!--{/if}-->
40    <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
41      <input type="hidden" name="mode" value="customer_addr" />
42      <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
43      <input type="hidden" name="other_deliv_id" value="" />
44      <!--{if $arrErr.deli != ""}-->
45      <p class="attention"><!--{$arrErr.deli}--></p>
46      <!--{/if}-->
47      <table summary="お届け先の指定">
48        <tr>
49          <th>選択</th>
50          <th>住所種類</th>
51          <th>お届け先</th>
52          <th>変更</th>
53          <th>削除</th>
54        </tr>
55       <!--{section name=cnt loop=$arrAddr}-->
56       <tr>
57         <td class="centertd">
58           <!--{if $smarty.section.cnt.first}-->
59           <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}--> />
60           <!--{else}-->
61           <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}--> />
62           <!--{/if}-->
63        </td>
64        <td>
65          <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">
66            <!--{if $smarty.section.cnt.first}-->
67            会員登録住所
68            <!--{else}-->
69            追加登録住所
70            <!--{/if}-->
71          </label>
72        </td>
73        <td>
74          <!--{assign var=key value=$arrAddr[cnt].pref}-->
75          <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><!--{$arrAddr[cnt].addr02|escape}--><br />
76          <!--{$arrAddr[cnt].name01|escape}--> <!--{$arrAddr[cnt].name02|escape}-->
77        </td>
78        <td class="centertd">
79        <!--{if !$smarty.section.cnt.first}-->
80          <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}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;">変更</a>
81        <!--{/if}-->
82        </td>
83        <td class="centertd">
84        <!--{if !$smarty.section.cnt.first}-->
85          <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a>
86        <!--{/if}-->
87        </td>
88      </tr>
89      <!--{/section}-->
90    </table>
91
92      <div class="tblareabtn">
93        <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)">
94          <img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" />
95        </a>
96        <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" />
97      </div>
98    </form>
99  </div>
100</div>
101<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.