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 | |
---|
24 | <p> |
---|
25 | [({$page_name})]<br /> |
---|
26 | |
---|
27 | </p> |
---|
28 | |
---|
29 | <div class="listControl"> |
---|
30 | <p class="listMove"> |
---|
31 | ({if $is_prev})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&direc=-1&page=({$page})"><前を表示</a> ({/if}) |
---|
32 | ({$start_num})件~({$end_num})件を表示 |
---|
33 | ({if $is_next})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby=({$orderby})&direc=1&page=({$page})">次を表示></a>({/if}) |
---|
34 | </p> |
---|
35 | </div> |
---|
36 | |
---|
37 | <table class="basicType2"> |
---|
38 | <thead> |
---|
39 | <tr> |
---|
40 | <th><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby1=({$orderby1})">ID</a></th> |
---|
41 | <th>トピック名</th> |
---|
42 | <th>コミュニティ名</th> |
---|
43 | <th><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('access_analysis_target_topic')})&ktai_flag=({$ktai_flag})&ymd=({$ymd})&month_flag=({$month_flag})&page_name=({$requests.page_name})&orderby2=({$orderby2})">アクセス数</a></th> |
---|
44 | </tr> |
---|
45 | </thead> |
---|
46 | <tbody> |
---|
47 | ({foreach from=$target_topic item=item}) |
---|
48 | <tr> |
---|
49 | <th>({$item.target_c_commu_topic_id})</th> |
---|
50 | <td>({$item.topic_name})</td> |
---|
51 | <td>({$item.commu_name})</td> |
---|
52 | <td>({$item.count})</td> |
---|
53 | </tr> |
---|
54 | ({/foreach}) |
---|
55 | <tr> |
---|
56 | <td colspan="3">合計</td> |
---|
57 | <td>({$sum})</td> |
---|
58 | </tr> |
---|
59 | </tbody> |
---|
60 | </table> |
---|
61 | |
---|
62 | ({$inc_footer|smarty:nodefaults}) |
---|