OTP Statistics
トピック1:
トピック2:
集計月:
% for y in range(2008, 2011): % if y == int(year):
${y}
% else:
${y}
% endif % endfor
年
% for m in range(1, 13): <% mm = "%02d" % m %> % if m == int(month):
${mm}
% else:
${mm}
% endif % endfor
月
% 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