qmsk/irclogs/templates/lines.tmpl
author Tero Marttila <terom@fixme.fi>
Sun, 13 Sep 2009 20:08:16 +0300
changeset 143 154d2d8ae9c0
parent 72 templates/lines.tmpl@5ade0288f2ec
permissions -rw-r--r--
kill version magic from setup.py, rename scripts to global names and move package data into the package
<% 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>