qmsk/irclogs/templates/lines.tmpl
changeset 143 154d2d8ae9c0
parent 72 5ade0288f2ec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmsk/irclogs/templates/lines.tmpl	Sun Sep 13 20:08:16 2009 +0300
@@ -0,0 +1,13 @@
+<% 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>