templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 03:22:43 +0200
changeset 80 a0662cff1d9d
parent 76 cc3ab2c39ded
child 107 67f48e288102
permissions -rw-r--r--
add RSSFormatter, and link to different types from channel_last.tmpl...
<%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