%! import matsuba.templatetools as tt import extutil import cgi %> <%namespace file="common.html" import="*" /> <%inherit file="base.html" /> <%def name="bodyclass()">backlogpage%def>
Num | Title | Posts | Last post | File size |
---|---|---|---|---|
${n + 1}: | % if thread.subject: ${thread.subject|h} % elif thread[0].message: ${extutil.strip_html(thread[0].message, 50)|h} % elif thread[0].extrainfo: ${thread[0].extrainfo.split(',')[0]|h} % endif | ${thread.length} | ${extutil.format_timestamp(thread[-1].time, '2ch')} | ${extutil.format_filesize(thread.get_text_size())} |