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

Revision 21050, 3.8 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/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 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<!--▼CONTENTS-->
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><span class="attention">※</span>は必須入力項目です。<p>
33             <p>最大<span class="attention"><!--{$smarty.const.DELIV_ADDR_MAX|h}-->件</span>まで登録できます。</p> 
34          </div>
35        <!--{if $tpl_linemax < $smarty.const.DELIV_ADDR_MAX}-->
36        <!--{* 退会時非表示 *}-->
37        <!--{if $tpl_login}-->
38
39        <!--★ボタン★-->
40          <div class="btn_area_top">
41              <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" class="btn_sub addbtn" rel="external">新しいお届け先を追加</a>
42          </div>
43        <!--{/if}-->
44        <!--{/if}-->
45
46    <div class="form_area">
47        <!--{if $tpl_linemax > 0}-->
48           <form name="form1" method="post" action="?" >
49               <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
50               <input type="hidden" name="mode" value="" />
51               <input type="hidden" name="other_deliv_id" value="" />
52               <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
53
54       <!--▼フォームボックスここから -->
55       <div class="formBox">
56
57             <!--▼お届け先 -->
58       <div class="delivBox">
59                   <!--{section name=cnt loop=$arrOtherDeliv}-->
60          <!--{assign var=OtherPref value="`$arrOtherDeliv[cnt].pref`"}-->
61             <p><em>お届け先住所<!--{$smarty.section.cnt.iteration}--></em>:<br />
62                                〒<!--{$arrOtherDeliv[cnt].zip01}-->-<!--{$arrOtherDeliv[cnt].zip02}--><br />
63                      <!--{$arrPref[$OtherPref]|h}--><!--{$arrOtherDeliv[cnt].addr01|h}--><!--{$arrOtherDeliv[cnt].addr02|h}--><br />
64                      <!--{$arrOtherDeliv[cnt].name01|h}-->&nbsp;<!--{$arrOtherDeliv[cnt].name02|h}--></p>
65
66            <ul class="edit">
67              <li><a href="./delivery_addr.php" onclick="win02('./delivery_addr.php?other_deliv_id=<!--{$arrOtherDeliv[cnt].other_deliv_id}-->','deliv_disp','600','640'); return false;" class="b_edit" rel="external">編集</a></li>
68              <li><a href="#" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;" rel="external">削除</a></li>
69            </ul>
70          </div>
71       <!--▲お届け先-->
72         <!--{/section}-->
73
74      </div><!--▲formBox -->
75          </form>
76      <!--{else}-->
77          <p class="delivempty"><strong>新しいお届け先はありません。</strong></p>
78      <!--{/if}-->
79
80          <p><a href="#" class="btn_more" rel="external">もっとみる</a></p>
81
82   </div><!--▲form_area -->
83
84</section>
85<!--▲CONTENTS -->
Note: See TracBrowser for help on using the repository browser.