source: trunk/data/Smarty/templates/default/mypage/reading.tpl @ 18758

Revision 18758, 5.8 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; 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<!--▼CONTENTS-->
25<table width="" cellspacing="0" cellpadding="0" summary=" ">
26    <tr>
27        <td bgcolor="#ffffff" align="left">
28        <!--▼MAIN CONTENTS-->
29        <!--パンクズ-->
30        <div id="pan"><span class="fs12n"><a href="<!--{$smarty.const.URL_DIR}-->index.php">トップページ</a>><span class="redst">お気に入り商品</span></span></div>
31        <!--パンクズ-->
32        <table cellspacing="0" cellpadding="0" summary=" " id="container">
33            <tr><td height="10"></td></tr>
34            <tr valign="top">
35
36                <!--▼RIGHT CONTENTS-->
37                <td id="right">
38                <!--タイトル-->
39                <div id="maintitle"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="570" height="40" alt="マイページ" /></div>
40                <!--タイトル-->
41                <!--▼MYページナビ-->
42                <!--{include file=$tpl_navi}-->
43                <!--▲MYページナビ-->
44                <!--サブタイトル-->
45                <div id="subtitle"><img src="<!--{$TPL_DIR}-->img/mypage/subtitle07.gif" width="110" height="16" alt="閲覧履歴" /></div>
46                <!--サブタイトル-->
47
48                <!--{if $arrForm}-->
49                <div id="comment"><span class="fs12">ワンクリックで閲覧商品のページに行く事ができます。<br />
50                <span class="asterisk">※</span>最大<!--{$smarty.const.CUSTOMER_READING_MAX}-->件まで表示します。</span></div>
51                <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" >
52                <input type="hidden" name="product_id" value="">
53                <input type="hidden" name="mode" value="">
54                <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->">
55
56                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
57                <tr class="fs12">
58                    <tr><td height="5"></td></tr>
59                <tr class="fs12">
60                    <td align="center">
61                    <!--▼ページナビ-->
62                    <!--{$tpl_strnavi}-->
63                    <!--▲ページナビ-->
64                    </td>
65                </tr>
66                <tr><td height="10"></td></tr>
67                </table>
68
69                <table cellspacing="1" cellpadding="10" summary=" " id="frame">
70
71                    <tr class="fs12n">
72                        <td class="left01b">削除</td>
73                        <td class="left02b">閲覧日時</td>
74                        <td class="left03b">商品名</td>
75                        <td class="left04b">単価</td>
76                    </tr>
77                    <!--{section name=cnt loop=$arrForm}-->
78                    <tr class="fs12n">
79                        <td class="left01w"><a href="#" onclick="fnModeSubmit('delete','product_id','<!--{$arrForm[cnt].reading_product_id}-->');" >削除</a></td>
80                        <td class="left02w"><!--{$arrForm[cnt].update_date|sfDispDBDate}--></td>
81                        <td class="left03w"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrForm[cnt].reading_product_id}-->"><!--{$arrForm[cnt].name|escape}--></a></td>
82                        <!--{assign var=price02_min value=$arrForm[cnt].price02_min}-->
83                        <!--{assign var=price02_max value=$arrForm[cnt].price02_max}-->
84                        <td class="left04w">
85                        <!--{if $price02_min == $price02_max}-->
86                        <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
87                        <!--{else}-->
88                        <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> <br/>〜<br/><!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
89                        <!--{/if}-->
90                        円</td>
91                    </tr>
92                    <!--{/section}-->
93
94                </table>
95
96                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
97                <tr><td height="5"></td></tr>
98                <tr class="fs12">
99                    <td align="center">
100                    <!--▼ページナビ-->
101                    <!--{$tpl_strnavi}-->
102                    <!--▲ページナビ-->
103                    </td>
104                </tr>
105                <tr><td height="10"></td></tr>
106                </table>
107                </form>
108                <!--{else}-->
109                <table width="550" border="0" cellspacing="0" cellpadding="0" summary=" ">
110                <tr><td height="5"></td></tr>
111                <tr class="fs12">
112                    <td align="center">閲覧履歴はありません。</td>
113                </tr>
114                <tr><td height="10"></td></tr>
115                </table>
116                <!--{/if}-->
117
118                </td>
119                <!--▲RIGHT CONTENTS-->
120            </tr>
121        </table>
122        <!--▲MAIN CONTENTS-->
123        </td>
124
125    </tr>
126</table>
127<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.