templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Wed, 11 Feb 2009 03:46:59 +0200
changeset 99 8719ac564b22
parent 76 cc3ab2c39ded
child 107 67f48e288102
permissions -rw-r--r--
implement non-blocking locking for the estdb, and our own locking for the autoload statetmpfile... it should work well now
<%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