templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 12:07:01 +0200
changeset 66 090ed78ec8fa
parent 65 8b50694f841e
child 69 1f182913b1f2
permissions -rw-r--r--
add count/skip to search results, requires modifications to the swig bindings for HyperEstraier...
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>

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