templates/channel_last.tmpl
changeset 70 72edbbb414a7
parent 69 1f182913b1f2
child 80 a0662cff1d9d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/channel_last.tmpl	Mon Feb 09 13:45:06 2009 +0200
@@ -0,0 +1,6 @@
+<%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" />