templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Tue, 10 Feb 2009 04:27:22 +0200
changeset 82 afd3120ec71e
parent 80 a0662cff1d9d
child 114 d4848d807fd1
permissions -rw-r--r--
add a LogSourceDecoder to fallback from utf-8 to latin-1, and improve scripts/search-index.py
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Last ${count} lines</div>

<a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
<%include file="lines.tmpl" />

<div id="other-formats">
    Other formats available:<br/>
        <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='txt')}">Plaintext</a>
    |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='png')}">PNG</a>
    |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='rss')}">RSS</a>
</div>