templates/channel_date.tmpl
changeset 76 cc3ab2c39ded
parent 69 1f182913b1f2
child 107 67f48e288102
equal deleted inserted replaced
75:c5ce145fdd70 76:cc3ab2c39ded
     1 <%inherit file="channel.tmpl" />
     1 <%inherit file="channel.tmpl" />
       
     2 <%namespace file="inc_paginate.tmpl" import="paginate" />
     2 
     3 
     3 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
     4 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
     4 
     5 
       
     6 % if page :
       
     7 ${paginate(urls.channel_date, count, page, max, channel=channel, date=date)}
       
     8 % endif
     5 <%include file="lines.tmpl" />
     9 <%include file="lines.tmpl" />
       
    10 % if page :
       
    11 ${paginate(urls.channel_date, count, page, max, channel=channel, date=date)}
       
    12 % endif
       
    13