templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 00:24:13 +0200
changeset 50 f13cf27a360b
child 56 69494e4a5ecc
permissions -rw-r--r--
implement more LogSource features (logs for date, cleanup last_logs), implement irssi parser, formatter, other misc. stuff
<%inherit file="channel.tmpl" />

<h1>${channel.title} &raquo; Logs for ${h.fmt_date(date)}</h1>

% for line in lines :
${line}\
% endfor