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 $target_topic}) |
---|
26 | ({if $is_prev}) |
---|
27 | <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})&page=({$page-1})"><前を表示</a> |
---|
28 | ({/if}) |
---|
29 | ({$start_num})件~({$end_num})件を表示 |
---|
30 | ({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})&page=({$page+1})">次を表示></a>({/if}) |
---|
31 | <br /> |
---|
32 | |
---|
33 | <table class="basicType2"> |
---|
34 | <thead> |
---|
35 | <tr> |
---|
36 | <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> |
---|
37 | <th>トピック名</th> |
---|
38 | <th>({$WORD_COMMUNITY})名</th> |
---|
39 | <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> |
---|
40 | </tr> |
---|
41 | </thead> |
---|
42 | <tbody> |
---|
43 | ({foreach from=$target_topic item=item}) |
---|
44 | <tr> |
---|
45 | <th>({$item.target_c_commu_topic_id})</th> |
---|
46 | ({if $item.is_c_commu_topic_exists}) |
---|
47 | <td>({$item.topic_name})</td> |
---|
48 | <td>({$item.commu_name})</td> |
---|
49 | ({else}) |
---|
50 | <td colspan="2">(既に削除されたトピックです)</td> |
---|
51 | ({/if}) |
---|
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 | ({else}) |
---|
62 | <p>アクセスされたトピックはありません</p> |
---|
63 | ({/if}) |
---|
64 | |
---|
65 | ({$inc_footer|smarty:nodefaults}) |
---|