templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 00:19:56 +0200
changeset 75 c5ce145fdd70
parent 70 72edbbb414a7
child 80 a0662cff1d9d
permissions -rw-r--r--
fix pagination to just use page numbers... less bugs
<%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" />