templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 23:59:56 +0200
changeset 88 0b8e2ba5f76f
parent 76 cc3ab2c39ded
child 107 67f48e288102
permissions -rw-r--r--
improve scripts/search-index with better help info
<%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