templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Wed, 11 Feb 2009 04:04:55 +0200
changeset 102 e396613bc873
parent 76 cc3ab2c39ded
child 107 67f48e288102
permissions -rw-r--r--
have LogDirectory use utils.mtime instead of os.stat
<%inherit file="channel.tmpl" />
<%namespace file="inc_paginate.tmpl" import="paginate" />

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

% if page :
${paginate(urls.channel_date, count, page, max, channel=channel, date=date)}
% endif
<%include file="lines.tmpl" />
% if page :
${paginate(urls.channel_date, count, page, max, channel=channel, date=date)}
% endif