Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/admin/total/subtitle.tpl

    r16582 r18609  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    2323*}--> 
    2424<!--{if $arrForm.page.value == "term" || $arrForm.page.value == ""}--> 
    25     <td class="fs12n"> 
    26     <strong>期間別集計</strong>&nbsp;( 
    27     <!--{if $smarty.post.type == 'day' || $smarty.post.type == ''}--> 
    28     <span class="over">日別</span>&nbsp; 
    29     <!--{else}--> 
    30     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'day');">日別</a>&nbsp; 
    31     <!--{/if}--> 
    32     <!--{if $smarty.post.type == 'month'}--> 
    33     <span class="over">月別</span>&nbsp; 
    34     <!--{else}--> 
    35     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'month');">月別</a>&nbsp; 
    36     <!--{/if}--> 
    37     <!--{if $smarty.post.type == 'year'}--> 
    38     <span class="over">年別</span>&nbsp; 
    39     <!--{else}--> 
    40     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'year');">年別</a>&nbsp; 
    41     <!--{/if}--> 
    42     <!--{if $smarty.post.type == 'wday'}--> 
    43     <span class="over">曜日別</span>&nbsp; 
    44     <!--{else}--> 
    45     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'wday');">曜日別</a>&nbsp; 
    46     <!--{/if}--> 
    47     <!--{if $smarty.post.type == 'hour'}--> 
    48     <span class="over">時間別</span>&nbsp; 
    49     <!--{else}--> 
    50     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'hour');">時間別</a>&nbsp; 
    51     <!--{/if}--> 
    52     ) 
    53     </td> 
     25  <strong>期間別集計</strong>&nbsp;( 
     26  <!--{if $smarty.post.type == 'day' || $smarty.post.type == ''}--> 
     27  <span class="over">日別</span>&nbsp; 
     28  <!--{else}--> 
     29  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'day');">日別</a>&nbsp; 
     30  <!--{/if}--> 
     31  <!--{if $smarty.post.type == 'month'}--> 
     32  <span class="over">月別</span>&nbsp; 
     33  <!--{else}--> 
     34  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'month');">月別</a>&nbsp; 
     35  <!--{/if}--> 
     36  <!--{if $smarty.post.type == 'year'}--> 
     37  <span class="over">年別</span>&nbsp; 
     38  <!--{else}--> 
     39  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'year');">年別</a>&nbsp; 
     40  <!--{/if}--> 
     41  <!--{if $smarty.post.type == 'wday'}--> 
     42  <span class="over">曜日別</span>&nbsp; 
     43  <!--{else}--> 
     44  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'wday');">曜日別</a>&nbsp; 
     45  <!--{/if}--> 
     46  <!--{if $smarty.post.type == 'hour'}--> 
     47  <span class="over">時間別</span>&nbsp; 
     48  <!--{else}--> 
     49  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'hour');">時間別</a>&nbsp; 
     50  <!--{/if}--> 
     51  ) 
    5452<!--{/if}--> 
    5553 
    5654<!--{if $arrForm.page.value == "products"}--> 
    57     <td class="fs12n"> 
    58     <strong>商品別集計</strong>&nbsp;( 
    59     <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
    60     <span class="over">全体</span>&nbsp; 
    61     <!--{else}--> 
    62     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
    63     <!--{/if}--> 
    64     <!--{if $smarty.post.type == 'member'}--> 
    65     <span class="over">会員</span>&nbsp; 
    66     <!--{else}--> 
    67     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
    68     <!--{/if}--> 
    69     <!--{if $smarty.post.type == 'nonmember'}--> 
    70     <span class="over">非会員</span>&nbsp; 
    71     <!--{else}--> 
    72     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
    73     <!--{/if}--> 
    74     ) 
    75     </td> 
     55  <strong>商品別集計</strong>&nbsp;( 
     56  <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
     57  <span class="over">全体</span>&nbsp; 
     58  <!--{else}--> 
     59  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
     60  <!--{/if}--> 
     61  <!--{if $smarty.post.type == 'member'}--> 
     62  <span class="over">会員</span>&nbsp; 
     63  <!--{else}--> 
     64  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
     65  <!--{/if}--> 
     66  <!--{if $smarty.post.type == 'nonmember'}--> 
     67  <span class="over">非会員</span>&nbsp; 
     68  <!--{else}--> 
     69  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
     70  <!--{/if}--> 
     71  ) 
    7672<!--{/if}--> 
    7773 
    7874<!--{if $arrForm.page.value == "age"}--> 
    79     <td class="fs12n"> 
    80     <strong>年代別集計</strong>&nbsp;( 
    81     <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
    82     <span class="over">全体</span>&nbsp; 
    83     <!--{else}--> 
    84     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
    85     <!--{/if}--> 
    86     <!--{if $smarty.post.type == 'member'}--> 
    87     <span class="over">会員</span>&nbsp; 
    88     <!--{else}--> 
    89     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
    90     <!--{/if}--> 
    91     <!--{if $smarty.post.type == 'nonmember'}--> 
    92     <span class="over">非会員</span>&nbsp; 
    93     <!--{else}--> 
    94     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
    95     <!--{/if}--> 
    96     ) 
    97     </td> 
     75  <strong>年代別集計</strong>&nbsp;( 
     76  <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
     77  <span class="over">全体</span>&nbsp; 
     78  <!--{else}--> 
     79  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
     80  <!--{/if}--> 
     81  <!--{if $smarty.post.type == 'member'}--> 
     82  <span class="over">会員</span>&nbsp; 
     83  <!--{else}--> 
     84  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
     85  <!--{/if}--> 
     86  <!--{if $smarty.post.type == 'nonmember'}--> 
     87  <span class="over">非会員</span>&nbsp; 
     88  <!--{else}--> 
     89  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
     90  <!--{/if}--> 
     91  ) 
    9892<!--{/if}--> 
    9993 
    10094<!--{if $arrForm.page.value == "job"}--> 
    101     <td class="fs12n"> 
    102     <strong>職業別集計</strong>&nbsp;( 
    103     <span class="over">全体</span> 
    104     ) 
    105     <!--{*( 
    106     <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
    107     <span class="over">全体</span>&nbsp; 
    108     <!--{else}--> 
    109     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
    110     <!--{/if}--> 
    111     <!--{if $smarty.post.type == 'member'}--> 
    112     <span class="over">会員</span>&nbsp; 
    113     <!--{else}--> 
    114     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
    115     <!--{/if}--> 
    116     <!--{if $smarty.post.type == 'nonmember'}--> 
    117     <span class="over">非会員</span>&nbsp; 
    118     <!--{else}--> 
    119     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
    120     <!--{/if}--> 
    121     )*}--> 
    122     </td> 
     95  <strong>職業別集計</strong>&nbsp;( 
     96  <span class="over">全体</span> 
     97  ) 
     98  <!--{*( 
     99  <!--{if $smarty.post.type == 'all' || $smarty.post.type == ''}--> 
     100  <span class="over">全体</span>&nbsp; 
     101  <!--{else}--> 
     102  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'all');">全体</a>&nbsp; 
     103  <!--{/if}--> 
     104  <!--{if $smarty.post.type == 'member'}--> 
     105  <span class="over">会員</span>&nbsp; 
     106  <!--{else}--> 
     107  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'member');">会員</a>&nbsp; 
     108  <!--{/if}--> 
     109  <!--{if $smarty.post.type == 'nonmember'}--> 
     110  <span class="over">非会員</span>&nbsp; 
     111  <!--{else}--> 
     112  <a href="?" onclick="document.form1.mode.value='search'; return fnSetFormSubmit('form1', 'type', 'nonmember');">非会員</a>&nbsp; 
     113  <!--{/if}--> 
     114  )*}--> 
    123115<!--{/if}--> 
    124116 
    125117<!--{if $arrForm.page.value == "member"}--> 
    126     <td class="fs12n"> 
    127     <strong>会員別集計</strong> 
    128     </td> 
     118  <strong>会員別集計</strong> 
    129119<!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.