templates/lines.tmpl
author Tero Marttila <terom@fixme.fi>
Wed, 11 Feb 2009 03:32:21 +0200
changeset 98 8c6e36849f9a
parent 72 5ade0288f2ec
permissions -rw-r--r--
implement tempfile use for scripts/search-index autoload, so that it can resume aborted sessions
<% 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>