templates/channel_last.tmpl
changeset 80 a0662cff1d9d
parent 70 72edbbb414a7
child 114 d4848d807fd1
equal deleted inserted replaced
79:43ac75054d5c 80:a0662cff1d9d
     2 
     2 
     3 <div id="title">${channel.title} :: Last ${count} lines</div>
     3 <div id="title">${channel.title} :: Last ${count} lines</div>
     4 
     4 
     5 <a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
     5 <a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
     6 <%include file="lines.tmpl" />
     6 <%include file="lines.tmpl" />
       
     7 
       
     8 <div id="other-formats">
       
     9     Other formats available:<br/>
       
    10         <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='txt')}">Plaintext</a>
       
    11     |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='png')}">PNG</a>
       
    12     |   <a href="${h.build_url(urls.channel_last, channel=channel, count=count, type='rss')}">RSS</a>
       
    13 </div>