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

Revision 21435, 5.1 KB checked in by shutta, 12 years ago (diff)

#1627 (複数配送指定機能の使用可否をパラメータ設定化)

  • 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<!--▼コンテンツここから -->
23<section id="undercolumn">
24
25<h2 class="title"><!--{$tpl_title|h}--></h2>
26
27<!--★インフォメーション★-->
28<div class="information">
29<p>一覧よりお届け先住所を選択してください。</p>
30</div>
31
32<!--▼フォームここから -->
33<div class="form_area">
34<form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/deliv.php">
35    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
36    <input type="hidden" name="mode" value="customer_addr" />
37    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
38    <input type="hidden" name="other_deliv_id" value="" />
39    <!--{if $arrErr.deli != ""}-->
40        <p class="attention"><!--{$arrErr.deli}--></p>
41    <!--{/if}-->
42           
43<!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
44<!--☆右にスライドボタン -->
45<div class="bubbleBox">
46<div class="bubble_announce clearfix">
47<p class="fb"><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p>
48</div>
49  <div class="bubble_arrow_line"><!--矢印空タグ --></div>
50<div class="bubble_arrow"><!--矢印空タグ --></div>
51</div>
52<!--{/if}-->
53
54
55<div class="formBox">
56
57<!--{section name=cnt loop=$arrAddr}-->
58<dl class="deliv_check">
59   <!--{if $smarty.section.cnt.first}-->
60      <dt class="first">
61       <p> 
62<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}--> class="data-role-none" />
63        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">会員登録住所</label>
64     <!--{else}-->
65 <dt>
66       <p> 
67        <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}--> class="data-role-none" />
68        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">追加登録住所</label>
69     <!--{/if}-->
70   </p>
71   <!--{if !$smarty.section.cnt.first}-->
72   <ul class="edit">
73           <li><a rel="external" href="javascript:void(0);" 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;" class="b_edit">編集</a></li>
74           <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li>
75   </ul>
76   <!--{/if}-->
77    </dt>
78      <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->>
79        <!--{assign var=key value=$arrAddr[cnt].pref}-->
80        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
81        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
82     </dd>
83</dl>
84 <!--{/section}-->
85
86<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
87<div class="inner">
88  <a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a>
89</div>
90<!--{/if}-->
91</div><!--▲formBox -->
92
93<ul class="btn_btm">
94 <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li>
95 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
96</ul>
97
98</form>
99</div><!--▲form_area -->
100
101
102</section>
103<!--▼検索バー -->
104<section id="search_area">
105<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
106<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
107<input type="hidden" name="mode" value="search" />
108<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
109</form>
110</section>
111<!--▲検索バー -->
112<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.