source: trunk/data/Smarty/templates/default/admin/sales/index.tpl @ 18758

Revision 18758, 3.9 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="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
26    <tr>
27        <td bgcolor="#ffffff" align="center" valign="top" height="400">
28        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
29            <tr>
30                <!--▼SUB NAVI-->
31                <td class="fs12n"><span class="over">■売上集計</span></td>
32                <!--▲SUB NAVI-->
33            </tr><tr><td height="25"></td></tr>
34        </table>
35       
36        <!--▼MAIN CONTENTS-->
37        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
38            <tr>
39                <td class="fs14n"><strong>■売上集計</strong></td>
40            </tr>
41            <tr><td height="10"></td></tr>
42        </table>
43       
44        <!--▼検索テーブルここから-->
45        <form name="form1" id="form1" method="post" action="">
46        <table bgcolor="#cccccc" width="730" border="0" cellspacing="1" cellpadding="5" summary=" ">
47            <tr class="fs12n">
48                <td bgcolor="#ffffff">
49                <input type="radio" value="年度指定" name="search" checked="checked"> 
50                <select name="year">
51                <option selected="selected">--</option>
52                </select>年
53                <select name="month">
54                <option selected="selected">--</option>
55                </select>月度(30日締めです)
56                </td>
57            </tr>
58            <tr class="fs12n">
59                <td bgcolor="#ffffff">
60                <input type="radio" value="期間指定" name="search"> 
61                <select name="year_from">
62                <option selected="selected">--</option>
63                </select>年
64                <select name="month_from">
65                <option selected="selected">--</option>
66                </select>月
67                <select name="day_from">
68                <option selected="selected">--</option>
69                </select>日〜
70                <select name="year_to">
71                <option selected="selected">--</option>
72                </select>年
73                <select name="month_to">
74                <option selected="selected">--</option>
75                </select>月
76                <select name="day_to">
77                <option selected="selected">--</option>
78                </select>日
79                </td>
80            </tr>
81            <tr class="fs12n">
82                <td bgcolor="#ffffff">
83                <select name="data">
84                <option selected="selected">選択してください</option>
85                <option value="月別/期間別">月別/期間別</option>
86                <option value="売れ筋商品BEST10">売れ筋商品BEST10</option>
87                <option value="年齢BEST10">年齢BEST10</option>
88                <option value="職業BEST10">職業BEST10</option>
89                <option value="売上内訳(一般/会員)">売上内訳(一般/会員)</option>
90                <option value="商品BEST(一般)">商品BEST(一般)</option>
91                <option value="商品BEST(会員)">商品BEST(会員)</option>
92                </select>
93                </td>
94            </tr>
95        </table>
96        <!--▲検索テーブルここまで-->
97       
98        <br />
99        <input type="button" name="subm" value="この内容で検索する" />
100        </form>
101       
102        <!--▼検索結果表示エリアここから-->
103        <hr noshade size="1" color="#cccccc" />
104       
105        <table width="740" border="0" cellspacing="0" cellpadding="0" summary=" ">
106            <tr><td height="15"></td></tr>
107            <tr class="fs12">
108                <td align="center">保留</td>
109            </tr>
110            <tr><td height="5"></td></tr>
111        </table>
112        <!--▲検索結果表示エリアここまで-->
113       
114        <!--▲MAIN CONTENTS-->
115        </td>
116    </tr>
117</table>
118<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.