qmsk/irclogs/templates/lines.tmpl
changeset 143 154d2d8ae9c0
parent 72 5ade0288f2ec
equal deleted inserted replaced
142:e163794ccf54 143:154d2d8ae9c0
       
     1 <% formatter = prefs['formatter'] %>
       
     2 
       
     3 <div id="lines">
       
     4 % if formatter.html_fixedwidth :
       
     5 <pre>
       
     6 % endif
       
     7 % for line, html in lines:
       
     8 <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}
       
     9 % endfor
       
    10 % if formatter.html_fixedwidth :
       
    11 </pre>
       
    12 % endif
       
    13 </div>