templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 23:49:57 +0200
changeset 73 5a7188bf2894
parent 70 72edbbb414a7
child 80 a0662cff1d9d
permissions -rw-r--r--
split defined configuration constants into config, and implement search result pagination
<%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" />