templates/lines.tmpl
changeset 143 154d2d8ae9c0
parent 142 e163794ccf54
child 144 35c4c56f1376
--- a/templates/lines.tmpl	Sun Sep 13 18:57:48 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<% formatter = prefs['formatter'] %>
-
-<div id="lines">
-% if formatter.html_fixedwidth :
-<pre>
-% endif
-% for line, html in lines:
-<a href="${h.build_url(urls.channel_link, channel=channel, timestamp=line.timestamp)}#${h.utc_timestamp(line.timestamp)}" id="${h.utc_timestamp(line.timestamp)}">&raquo;&raquo; </a>${html}
-% endfor
-% if formatter.html_fixedwidth :
-</pre>
-% endif
-</div>