{include file="file:$templatedir/AdminHeader.html"}
{include file="file:$templatedir/AdminMenu.html"}
 {l}全体のアクセス統計{/l}
 {l}戻る{/l}

{l}月間の総アクセス数:{/l}{$count_month|number_format}

{l}『{/l}{$form.y}{l}年{/l}{$form.m}{l}月』のアクセス数{/l}
{if $past_y && $past_m } <<{l}前月{/l} {else}
{/if}
{if $next_y && $next_m } >>{l}翌月{/l} {else}
{/if}


{l}年間の総アクセス数:{/l}{$count_year|number_format}

{l}『{/l}{$form.year}{l}年』のアクセス数{/l}
{if $past_year} <<{l}前年{/l} {else}
{/if}
{if $next_yaer} >>{l}翌年{/l} {else}
{/if}


 {l}戻る{/l}
{include file="file:$templatedir/Footer.html"}