{include file="file:$templatedir/Header.html"}
{include file="file:$templatedir/UserMenu.html"}
ポータルTOP > {$blogsToSelect.$blog_sys_id|truncate_blog:32} > アクセス解析表示
{*
[月別アクセス集計] [日別アクセス集計]
*}
アクセス情報
総アクセス数 {$access_total}
先月のアクセス数 {$access_lastm}
今月のアクセス数 {$access_currm}
昨日のアクセス数 {$access_lastd}


最近の訪問者
{* foreachelseではデータがない時に$listObj->getPageData()が空の配列を返す為、else側に行かない *} {if $listObj->getPageData()} {foreach from=$listObj->getPageData() item='_item'} {/foreach} {else} {/if}
アクセス日時{$listSession.asc|asc_symbol:$listSession.o:'access_date':$dbValue.order_symbol} 氏名{$listSession.asc|asc_symbol:$listSession.o:'kana':$dbValue.order_symbol}
{$_item.access_date|date_format:"%m/%d %H:%M"} {$_item.name|truncate_blog:64}
訪問者情報はありません。
{*
[月別アクセス集計] [日別アクセス集計]
*}
{include file="file:$templatedir/Footer.html"}