templates/channel_last.tmpl
changeset 80 a0662cff1d9d
parent 70 72edbbb414a7
child 114 d4848d807fd1
--- a/templates/channel_last.tmpl	Tue Feb 10 02:57:16 2009 +0200
+++ b/templates/channel_last.tmpl	Tue Feb 10 03:22:43 2009 +0200
@@ -4,3 +4,10 @@
 
 <a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
 <%include file="lines.tmpl" />
+
+<div id="other-formats">
+    Other formats available:<br/>
+        <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='txt')}">Plaintext</a>
+    |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='png')}">PNG</a>
+    |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='rss')}">RSS</a>
+</div>