templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 04:39:24 +0200
changeset 54 b65a95eb9f6b
parent 50 f13cf27a360b
child 56 69494e4a5ecc
permissions -rw-r--r--
implement browse-by-date to show a nice calendar
<%inherit file="channel.tmpl" />

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

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