templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 00:04:15 +0200
changeset 74 1ab95857d584
parent 70 72edbbb414a7
child 80 a0662cff1d9d
permissions -rw-r--r--
handle the 'no search results' case
<%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" />