templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 01:02:26 +0200
changeset 76 cc3ab2c39ded
parent 69 1f182913b1f2
child 107 67f48e288102
permissions -rw-r--r--
fix off-by-one with search paginate, and implement basic pagination for channel_date
<%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