| 1 | <!--{* |
|---|
| 2 | /* |
|---|
| 3 | * This file is part of EC-CUBE |
|---|
| 4 | * |
|---|
| 5 | * Copyright(c) 2000-2013 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 | <!--{if $arrForm.page.value == "term" || $arrForm.page.value == ""}--> |
|---|
| 26 | <strong>期間別集計</strong> ( |
|---|
| 27 | <!--{if $smarty.post.type == 'day' || $smarty.post.type == ''}--> |
|---|
| 28 | <span class="over">日別</span> |
|---|
| 29 | <!--{else}--> |
|---|
| 30 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'day');">日別</a> |
|---|
| 31 | <!--{/if}--> |
|---|
| 32 | <!--{if $smarty.post.type == 'month'}--> |
|---|
| 33 | <span class="over">月別</span> |
|---|
| 34 | <!--{else}--> |
|---|
| 35 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'month');">月別</a> |
|---|
| 36 | <!--{/if}--> |
|---|
| 37 | <!--{if $smarty.post.type == 'year'}--> |
|---|
| 38 | <span class="over">年別</span> |
|---|
| 39 | <!--{else}--> |
|---|
| 40 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'year');">年別</a> |
|---|
| 41 | <!--{/if}--> |
|---|
| 42 | <!--{if $smarty.post.type == 'wday'}--> |
|---|
| 43 | <span class="over">曜日別</span> |
|---|
| 44 | <!--{else}--> |
|---|
| 45 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'wday');">曜日別</a> |
|---|
| 46 | <!--{/if}--> |
|---|
| 47 | <!--{if $smarty.post.type == 'hour'}--> |
|---|
| 48 | <span class="over">時間別</span> |
|---|
| 49 | <!--{else}--> |
|---|
| 50 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'hour');">時間別</a> |
|---|
| 51 | <!--{/if}--> |
|---|
| 52 | ) |
|---|
| 53 | <!--{/if}--> |
|---|
| 54 | |
|---|
| 55 | <!--{if $arrForm.page.value == "products"}--> |
|---|
| 56 | <strong>商品別集計</strong> ( |
|---|
| 57 | <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> |
|---|
| 58 | <span class="over">全体</span> |
|---|
| 59 | <!--{else}--> |
|---|
| 60 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'all');">全体</a> |
|---|
| 61 | <!--{/if}--> |
|---|
| 62 | <!--{if $smarty.post.type == 'member'}--> |
|---|
| 63 | <span class="over">会員</span> |
|---|
| 64 | <!--{else}--> |
|---|
| 65 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'member');">会員</a> |
|---|
| 66 | <!--{/if}--> |
|---|
| 67 | <!--{if $smarty.post.type == 'nonmember'}--> |
|---|
| 68 | <span class="over">非会員</span> |
|---|
| 69 | <!--{else}--> |
|---|
| 70 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'nonmember');">非会員</a> |
|---|
| 71 | <!--{/if}--> |
|---|
| 72 | ) |
|---|
| 73 | <!--{/if}--> |
|---|
| 74 | |
|---|
| 75 | <!--{if $arrForm.page.value == "age"}--> |
|---|
| 76 | <strong>年代別集計</strong> ( |
|---|
| 77 | <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> |
|---|
| 78 | <span class="over">全体</span> |
|---|
| 79 | <!--{else}--> |
|---|
| 80 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'all');">全体</a> |
|---|
| 81 | <!--{/if}--> |
|---|
| 82 | <!--{if $smarty.post.type == 'member'}--> |
|---|
| 83 | <span class="over">会員</span> |
|---|
| 84 | <!--{else}--> |
|---|
| 85 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'member');">会員</a> |
|---|
| 86 | <!--{/if}--> |
|---|
| 87 | <!--{if $smarty.post.type == 'nonmember'}--> |
|---|
| 88 | <span class="over">非会員</span> |
|---|
| 89 | <!--{else}--> |
|---|
| 90 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'nonmember');">非会員</a> |
|---|
| 91 | <!--{/if}--> |
|---|
| 92 | ) |
|---|
| 93 | <!--{/if}--> |
|---|
| 94 | |
|---|
| 95 | <!--{if $arrForm.page.value == "job"}--> |
|---|
| 96 | <strong>職業別集計</strong> ( |
|---|
| 97 | <span class="over">全体</span> |
|---|
| 98 | ) |
|---|
| 99 | <!--{*( |
|---|
| 100 | <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> |
|---|
| 101 | <span class="over">全体</span> |
|---|
| 102 | <!--{else}--> |
|---|
| 103 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'all');">全体</a> |
|---|
| 104 | <!--{/if}--> |
|---|
| 105 | <!--{if $smarty.post.type == 'member'}--> |
|---|
| 106 | <span class="over">会員</span> |
|---|
| 107 | <!--{else}--> |
|---|
| 108 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'member');">会員</a> |
|---|
| 109 | <!--{/if}--> |
|---|
| 110 | <!--{if $smarty.post.type == 'nonmember'}--> |
|---|
| 111 | <span class="over">非会員</span> |
|---|
| 112 | <!--{else}--> |
|---|
| 113 | <a href="?" onclick="document.form1.mode.value='search'; return eccube.setValueAndSubmit('form1', 'type', 'nonmember');">非会員</a> |
|---|
| 114 | <!--{/if}--> |
|---|
| 115 | )*}--> |
|---|
| 116 | <!--{/if}--> |
|---|
| 117 | |
|---|
| 118 | <!--{if $arrForm.page.value == "member"}--> |
|---|
| 119 | <strong>会員別集計</strong> |
|---|
| 120 | <!--{/if}--> |
|---|