source: branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/delivery.tpl @ 23002

Revision 23002, 7.5 KB checked in by Yammy, 11 years ago (diff)

スマートフォンテンプレート下部にある検索エリアを
共通テンプレート化して、includeするように修正

refs #2257

  • 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/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<section id="mypagecolumn">
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27    <!--{include file=$tpl_navi}-->
28
29    <h3 class="title_mypage"><!--{$tpl_subtitle|h}--></h3>
30    <!--★インフォメーション★-->
31    <div class="information">
32        <p>登録住所一覧です。<p>
33        <p>最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
34    </div>
35    <!--{if $tpl_linemax < $smarty.const.DELIV_ADDR_MAX}-->
36        <!--{* 退会時非表示 *}-->
37        <!--{if $tpl_login}-->
38            <!--★ボタン★-->
39            <div class="btn_area_top">
40                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" class="btn_sub addbtn" rel="external" target="_blank">新しいお届け先を追加</a>
41            </div>
42        <!--{/if}-->
43    <!--{/if}-->
44
45    <div class="form_area">
46        <!--{if $tpl_linemax > 0}-->
47            <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/delivery.php" >
48                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
49                <input type="hidden" name="mode" value="" />
50                <input type="hidden" name="other_deliv_id" value="" />
51                <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
52
53                <!--▼フォームボックスここから -->
54                <div class="formBox">
55
56                    <!--{section name=cnt loop=$arrOtherDeliv max=$dispNumber}-->
57                        <!--▼お届け先 -->
58                        <div class="delivBox">
59                            <!--{assign var=OtherPref value="`$arrOtherDeliv[cnt].pref`"}-->
60                            <p><em><span class="zip_title">お届け先住所<!--{$smarty.section.cnt.iteration}--></span></em>:<br />
61                                〒<span class="zip01"><!--{$arrOtherDeliv[cnt].zip01}--></span>-<span class="zip02"><!--{$arrOtherDeliv[cnt].zip02}--></span><br />
62                                <span class="address"><!--{$arrPref[$OtherPref]|h}--><!--{$arrOtherDeliv[cnt].addr01|h}--><!--{$arrOtherDeliv[cnt].addr02|h}--></span><br />
63                                <span class="name01"><!--{$arrOtherDeliv[cnt].name01|h}--></span>&nbsp;<span class="name02"><!--{$arrOtherDeliv[cnt].name02|h}--></span></p>
64
65                            <ul class="edit">
66                                <li><a href="#" onClick="win02('./delivery_addr.php?other_deliv_id=<!--{$arrOtherDeliv[cnt].other_deliv_id}-->','deliv_disp','600','640'); return false;" class="b_edit deliv_edit" rel="external">編集</a></li>
67                                <li><a href="#" onClick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;" class="deliv_delete" rel="external"><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" class="pointer" width="21" height="20" alt="削除" /></a></li>
68                            </ul>
69                        </div>
70                        <!--▲お届け先-->
71                    <!--{/section}-->
72
73                </div><!--▲formBox -->
74            </form>
75        <!--{else}-->
76            <p class="delivempty"><strong>新しいお届け先はありません。</strong></p>
77        <!--{/if}-->
78
79        <!--{if count($arrOtherDeliv) > $dispNumber}-->
80            <p><a rel="external" href="javascript: void(0);" class="btn_more" id="btn_more_delivery" onClick="getDelivery(<!--{$dispNumber}-->); return false;" rel="external">もっとみる(+<!--{$dispNumber}-->件)</a></p>
81        <!--{/if}-->
82
83    </div><!-- /.form_area -->
84</section>
85
86<!--{include file= 'frontparts/search_area.tpl'}-->
87
88<script>
89    var pageNo = 2;
90
91    function getDelivery(limit) {
92        $.mobile.showPageLoadingMsg();
93        var i = limit;
94        //送信データを準備
95        var postData = {};
96        $('#form1').find(':input').each(function(){
97            postData[$(this).attr('name')] = $(this).val();
98        });
99        postData["mode"] = "getList";
100        postData["pageno"] = pageNo;
101        postData["disp_number"] = i;
102
103        $.ajax({
104            type: "POST",
105            url: "<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery.php",
106            data: postData,
107            cache: false,
108            dataType: "json",
109            error: function(XMLHttpRequest, textStatus, errorThrown){
110                alert(textStatus);
111                $.mobile.hidePageLoadingMsg();
112            },
113            success: function(result){
114                var count = ((pageNo - 1) * i + 1); //お届け先住所の番号
115                for (var j = 0; j < i; j++) {
116                    if (result[j] != null) {
117                        var delivery = result[j];
118                        var deliveryHtml = "";
119                        var maxCnt = $(".delivBox").length - 1;
120                        var deliveryEl = $(".delivBox").get(maxCnt);
121                        deliveryEl = $(deliveryEl).clone(true).insertAfter(deliveryEl);
122                        maxCnt++;
123
124                        //住所タイトルをセット
125                        $($(".delivBox span.zip_title").get(maxCnt)).text('お届け先住所' + count);
126                        //郵便番号1をセット
127                        $($(".delivBox span.zip01").get(maxCnt)).text(delivery.zip01);
128                        //郵便番号2をセット
129                        $($(".delivBox span.zip02").get(maxCnt)).text(delivery.zip02);
130                        //住所をセット
131                        $($(".delivBox span.address").get(maxCnt)).text(delivery.prefname + delivery.addr01 + delivery.addr02);
132                        //姓をセット
133                        $($(".delivBox span.name01").get(maxCnt)).text(delivery.name01);
134                        //名前をセット
135                        $($(".delivBox span.name02").get(maxCnt)).text(delivery.name02);
136                        //編集ボタンをセット
137                        $($(".delivBox a.deliv_edit").get(maxCnt)).attr("onClick", "win02('./delivery_addr.php?other_deliv_id=" + delivery.other_deliv_id + "','deliv_disp','600','640'); return false;");
138                        //削除ボタンをセット
139                        $($(".delivBox a.deliv_delete").get(maxCnt)).attr("onClick", "fnModeSubmit('delete','other_deliv_id','" + delivery.other_deliv_id + "'); return false;");
140                        count++;
141                    }
142                }
143                pageNo++;
144
145                //全てのお届け先を表示したか判定
146                if (parseInt(result.delivCount) <= $(".delivBox").length) {
147                    $("#btn_more_delivery").hide();
148                }
149                $.mobile.hidePageLoadingMsg();
150            }
151        });
152    }
153</script>
Note: See TracBrowser for help on using the repository browser.