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

Revision 21050, 4.6 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

  • 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<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
31※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
32<!--{/if}-->
33</div>
34
35<!--▼フォームここから -->
36<div class="form_area">
37<form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/deliv.php">
38    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
39    <input type="hidden" name="mode" value="customer_addr" />
40    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
41    <input type="hidden" name="other_deliv_id" value="" />
42    <!--{if $arrErr.deli != ""}-->
43        <p class="attention"><!--{$arrErr.deli}--></p>
44    <!--{/if}-->
45           
46<!--☆右にスライドボタン -->
47<div class="bubbleBox">
48<div class="bubble_announce clearfix">
49<p class="fb"><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p>
50</div>
51  <div class="bubble_arrow_line"><!--矢印空タグ --></div>
52<div class="bubble_arrow"><!--矢印空タグ --></div>
53</div>
54
55
56<div class="formBox">
57
58<!--{section name=cnt loop=$arrAddr}-->
59<dl class="deliv_check">
60  <dt>
61   <p>
62     <!--{if $smarty.section.cnt.first}-->
63        <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" />
64        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">会員登録住所</label>
65     <!--{else}-->
66        <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" />
67        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">追加登録住所</label>
68     <!--{/if}-->
69   </p>
70   <ul class="edit">
71       <!--{if !$smarty.section.cnt.first}-->
72           <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;">編集</a></li>
73           <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>
74       <!--{/if}-->
75   </ul>
76    </dt>
77      <dd>
78        <!--{assign var=key value=$arrAddr[cnt].pref}-->
79        <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
80        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
81     </dd>
82</dl>
83 <!--{/section}-->
84
85<div class="inner">
86<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
87  <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>
88<!--{/if}-->
89</div>
90
91</div><!--▲formBox -->
92
93
94<ul class="btn_btm">
95 <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li>
96 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
97</ul>
98
99</form>
100</div><!--▲form_area -->
101
102
103</section>
104<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.