1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | ({ext_include file="inc_subnavi_adminStatisticalInformation.tpl"}) |
---|
3 | |
---|
4 | ({if $item_str == "PC版"}) |
---|
5 | ({assign var="parent_page_name" value="PCページ月次集計"}) |
---|
6 | ({capture name=parent_page_url})?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_month')})&ktai_flag=0({/capture}) |
---|
7 | ({else}) |
---|
8 | ({assign var="parent_page_name" value="携帯ページ月次集計"}) |
---|
9 | ({capture name=parent_page_url})?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_month')})&ktai_flag=1({/capture}) |
---|
10 | ({/if}) |
---|
11 | |
---|
12 | ({capture name=page_name_temp})({$item_str}) メンバー別アクセス数表示 ({if $month_flag})({$ymd|date_format:"%Y年%m月分"})({else})({$ymd|date_format:"%Y年%m月%d日分"})({/if})({/capture}) |
---|
13 | ({assign var="page_name" value=$smarty.capture.page_name_temp}) |
---|
14 | |
---|
15 | ({ext_include file="inc_tree_adminStatisticalInformation.tpl"}) |
---|
16 | </div> |
---|
17 | |
---|
18 | ({*ここまで:navi*}) |
---|
19 | |
---|
20 | <h2>({$item_str}) メンバー別アクセス数表示 ({if $month_flag})({$ymd|date_format:"%Y年%m月分"})({else})({$ymd|date_format:"%Y年%m月%d日分"})({/if})</h2> |
---|
21 | <div class="contents"> |
---|
22 | |
---|
23 | <p>[({$page_name})]</p> |
---|
24 | |
---|
25 | ({if $is_prev})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_member')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page-1})"><前を表示</a> ({/if}) |
---|
26 | ({$start_num})件~({$end_num})件を表示 |
---|
27 | ({if $is_next})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_member')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&page=({$page+1})">次を表示></a>({/if}) |
---|
28 | <br /> |
---|
29 | <table cellspacing="0" cellpadding="5" class="basicType2"> |
---|
30 | <tr> |
---|
31 | <th><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_member')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby1=({$orderby1})">ID</a></th> |
---|
32 | <th>({$WORD_NICKNAME})</th> |
---|
33 | <th><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_member')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby2=({$orderby2})">アクセス数</a></th> |
---|
34 | </tr> |
---|
35 | ({foreach from=$target_member item=item}) |
---|
36 | <tr> |
---|
37 | <td>({$item.target_c_member_id})</td> |
---|
38 | <td>({if $item.nickname != null})({$item.nickname})({else})(既に退会したメンバーです)({/if})</td> |
---|
39 | <td>({$item.count})</td> |
---|
40 | </tr> |
---|
41 | |
---|
42 | ({/foreach}) |
---|
43 | |
---|
44 | <tr> |
---|
45 | <td colspan="2">合計</td> |
---|
46 | <td>({$sum})</td> |
---|
47 | </tr> |
---|
48 | |
---|
49 | </table> |
---|
50 | |
---|
51 | ({$inc_footer|smarty:nodefaults}) |
---|