OTP Statistics
トピック1:
トピック2:
集計月:
2008
2009
2010
年
01
02
03
04
05
06
07
08
09
10
11
12
月
% if op and op == "query":
topic1:${topic1} topic2:${topic2} period:${year}/${month}
#
date
time
author
title
PV
hatebu
% for item in result:
${str(item["index"])}
${item["date"]}
${item["time"]}
${item["author"]}
${item["title"]}
${item["pageviews"]}
${item["hatebu_count"]}
% endfor
% endif