templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 01:02:26 +0200
changeset 76 cc3ab2c39ded
parent 70 72edbbb414a7
child 80 a0662cff1d9d
permissions -rw-r--r--
fix off-by-one with search paginate, and implement basic pagination for channel_date
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Last ${count} lines</div>

<a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
<%include file="lines.tmpl" />