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@107: « ${h.fmt_date(h.prev_date(date))} terom@107: terom@107: <%def name="right()"> terom@107: ${h.fmt_date(h.next_date(date))} » 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: