terom@50: <%inherit file="channel.tmpl" /> terom@107: <%namespace file="inc_paginate.tmpl" name="paginate" /> terom@107: terom@107: ## special pagination stuff terom@107: <%def name="paginate_date()"> terom@107: <%call expr="paginate.paginate(urls.channel_date, count, page, max, channel=channel, date=date)"> terom@107: <%def name="left()"> terom@111: % if date_prev : terom@111: « ${h.fmt_date(date_prev)} terom@111: % endif terom@107: terom@107: <%def name="right()"> terom@111: % if date_next : terom@111: ${h.fmt_date(date_next)} » terom@111: % endif terom@107: terom@107: terom@107: terom@50: terom@56:
${channel.title} :: Logs for ${h.fmt_date(date)}
terom@50: terom@76: % if page : terom@107: ${paginate_date()} terom@76: % endif terom@69: <%include file="lines.tmpl" /> terom@76: % if page : terom@107: ${paginate_date()} terom@76: % endif terom@76: