source: branches/version-2_12-multilang/data/Smarty/templates/admin/home.tpl @ 22444

Revision 22444, 6.4 KB checked in by adachi, 11 years ago (diff)

#2060 メッセージIDの振り直し:tpl_tpl600-tpl_EC-CUBE Installation_01

  • 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-2012 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<div id="home">
26
27    <!--{* お知らせここから *}-->
28    <div id="home-info">
29        <div class="banner">
30        <p><a href="http://en.ec-cube.net/forum/" target="_blank"><img src="<!--{$TPL_URLPATH}-->img/banner/bnr_user_forums.jpg" /></a></p></div>
31        <!--{foreach item=info from=$arrInfo}-->
32            <dl class="home-info-item">
33                <dt class="date"><!--{$info.disp_date|sfDispDBDate:false|h}--></dt>
34                <dt class="title"><!--{$info.title}--></dt>
35                <dd class="body"><!--{$info.body}--></dd>
36            </dl>
37        <!--{/foreach}-->
38    </div>
39    <!--{* お知らせここまで *}-->
40
41    <!--{* メインエリア *}-->
42    <div id="home-main">
43        <form name="form1" method="post" action="#">
44        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
45
46        <!--{* システム情報ここから *}-->
47        <h2><!--{t string="tpl_System information_01"}--></h2>
48        <table summary="System information" class="shop-info">
49            <tr>
50                <th><!--{t string="tpl_EC-CUBE version_01"}--></th>
51                <td><!--{$smarty.const.ECCUBE_VERSION}--></td>
52            </tr>
53            <tr>
54                <th><!--{t string="tpl_PHP version_01"}--></th>
55                <td><!--{$php_version}--></td>
56            </tr>
57            <tr>
58                <th><!--{t string="tpl_DB version_01"}--></th>
59                <td><!--{$db_version}--></td>
60            </tr>
61            <tr>
62                <th><!--{t string="tpl_449"}--></th>
63                <td><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/system.php"><!--{t string="tpl_System settings > System information_01"}--></a></td>
64            </tr>
65        </table>
66        <!--{* システム情報ここまで *}-->
67
68        <!--{* ショップの状況ここから *}-->
69        <h2><!--{t string="tpl_Shop status_01"}--></h2>
70        <table summary="Shop status" class="shop-info">
71            <tr>
72                <th><!--{t string="tpl_Current number of members_01"}--></th>
73                <td><!--{t string="tpl_%s1_01" %s1=$customer_cnt|default:"0"|number_format}--></td>
74            </tr>
75            <tr>
76                <th><!--{t string="tpl_Yesterday's sales_01"}--></th>
77                <td><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$order_yesterday_amount|default:"0"|number_format}--></td>
78            </tr>
79            <tr>
80                <th><!--{t string="tpl_Number of items sold yesterday_01"}--></th>
81                <td><!--{t string="tpl_%s1 item_01" %s1=$order_yesterday_cnt|default:"0"|number_format}--></td>
82            </tr>
83            <tr>
84                <th><!--{t string="tpl_<span>Sales for this month </span><span>(up to yesterday) </span>_01" escape="none"}--></th>
85                <td><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$order_month_amount|default:"0"|number_format}--></td>
86            </tr>
87            <tr>
88                <th><!--{t string="tpl_<span>Number of items sold this month </span><span>(up to yesterday) </span>_01" escape="none"}--></th>
89                <td><!--{t string="tpl_%s1 item_01" %s1=$order_month_cnt|default:"0"|number_format}--></td>
90            </tr>
91            <tr>
92                <th><!--{t string="tpl_Number of reviews from yesterday_01"}--></th>
93                <td><!--{t string="tpl_%s1 item_01" %s1=$review_yesterday_cnt|default:"0"}--></th>
94            </tr>
95            <tr>
96                <th><!--{t string="tpl_Member's total registered points_01"}--></th>
97                <td><!--{t string="pt_prefix"}--><!--{$customer_point|default:"0"}--><!--{t string="pt_suffix"}--></td>
98            </tr>
99            <tr>
100                <th><!--{t string="tpl_Number of reviews not displayed_01"}--></th>
101                <td><!--{t string="tpl_%s1 item_01" %s1=$review_nondisp_cnt|default:"0"}--></td>
102            </tr>
103            <tr>
104                <th><!--{t string="tpl_Sold-out products_01"}--></th>
105                <td>
106                <!--{section name=i loop=$arrSoldout}-->
107                <!--{$arrSoldout[i].product_id}-->:<!--{$arrSoldout[i].name|h}--><br />
108                <!--{/section}-->
109                </td>
110            </tr>
111        </table>
112        <!--{* ショップの状況ここまで *}-->
113
114        <!--{* 新規受付一覧ここから *}-->
115        <h2><!--{t string="tpl_List of new orders received_01"}--></h2>
116        <table summary="List of new orders received" id="home-order">
117            <tr>
118                <th class="center"><!--{t string="tpl_Date of order receipt_01"}--></th>
119                <th class="center"><!--{t string="tpl_Name_02"}--></th>
120                <th class="center"><!--{t string="tpl_Purchased product_01"}--></th>
121                <th class="center"><!--{t string="tpl_Payment method_01"}--></th>
122                <th class="center"><!--{t string="tpl_Purchase amount (&#36;)_01" escape="none"}--></th>
123            </tr>
124            <!--{section name=i loop=$arrNewOrder}-->
125            <tr>
126                <td><!--{$arrNewOrder[i].create_date}--></td>
127                <td><!--{$arrNewOrder[i].name01|h}--> <!--{$arrNewOrder[i].name02|h}--></td>
128                <td><!--{$arrNewOrder[i].product_name|h}--></td>
129                <td><!--{$arrNewOrder[i].payment_method|h}--></td>
130                <td class="right"><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrNewOrder[i].total|number_format}--></td>
131            </tr>
132            <!--{/section}-->
133        </table>
134        <!--{* 新規受付一覧ここまで *}-->
135
136        </form>
137    </div>
138    <!--{* メインエリア *}-->
139
140</div>
Note: See TracBrowser for help on using the repository browser.