source: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history_detail.tpl @ 19785

Revision 19785, 2.9 KB checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

  • Property svn:eol-style set to LF
  • 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-2010 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<div align="center">購入履歴詳細</div>
25<hr>
26
27■<!--{$arrDisp.create_date|sfDispDBDate}--><br>
28注文番号:<!--{$arrDisp.order_id}--><br>
29<br>
30【お届け先】<br>
31    <!--{assign var=key1 value="deliv_name01"}--><!--{assign var=key2 value="deliv_name02"}-->
32    <!--{$arrDisp[$key1]|h}-->&nbsp;<!--{$arrDisp[$key2]|h}--><br>
33    <!--{assign var=key1 value="deliv_zip01"}--><!--{assign var=key2 value="deliv_zip02"}-->
34    〒<!--{$arrDisp[$key1]}-->-<!--{$arrDisp[$key2]}--><br>
35    <!--{assign var=pref value=`$arrDisp.deliv_pref`}--><!--{$arrPref[$pref]}-->
36    <!--{assign var=key value="deliv_addr01"}--><!--{$arrDisp[$key]|h}-->
37    <!--{assign var=key value="deliv_addr02"}--><!--{$arrDisp[$key]|h}--><br>
38<br>
39【お届け日時指定】<br>
40<!--{if $arrDisp.deliv_date eq "" and $arrDelivTime[$arrDisp.deliv_time_id] eq ""}-->
41    指定なし<br>
42<!--{else}-->
43    <!--{$arrDisp.deliv_date|h}--> <!--{$arrDelivTime[$arrDisp.deliv_time_id]|h}--><br>
44<!--{/if}-->
45<br>
46【お支払い方法】<br>
47<!--{$arrPayment[$arrDisp.payment_id]|h}--><br>
48<br>
49【ご注文内容】<br>
50<!--{section name=cnt loop=$arrDisp.quantity}-->
51<!--{$arrDisp.product_name[cnt]|h}--><br>
52<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrDisp.product_id[cnt]|u}-->">商品詳細→</a><br>
53<!--{/section}-->
54<br>
55【購入金額】<br>
56商品合計:<!--{$arrDisp.subtotal|number_format}-->円<br>
57送料:<!--{assign var=key value="deliv_fee"}--><!--{$arrDisp[$key]|number_format|h}-->円<br>
58合計:<!--{$arrDisp.payment_total|number_format}-->円<br>
59<br>
60
61<form action="order.php" method="post">
62    <input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
63    <div align="center"><input type="submit" name="submit" value="再注文"></div>
64</form>
65
66<br>
67
68<hr>
69
70<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
71<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
72
73<br>
74
75<!-- ▼フッター ここから -->
76<!--{include file='footer.tpl'}-->
77<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.