templates/channel_calendar.tmpl
changeset 114 d4848d807fd1
parent 113 9fc0eb751b6a
child 115 751e3fcd11d2
equal deleted inserted replaced
113:9fc0eb751b6a 114:d4848d807fd1
    57     </tr>
    57     </tr>
    58 % endfor
    58 % endfor
    59 </table>
    59 </table>
    60 </%def>
    60 </%def>
    61 
    61 
       
    62 <div id="title">${channel.title} :: Calendar for ${h.fmt_month(month)}</div>
       
    63 
       
    64 <div class="calendar-list">
    62 ## three months
    65 ## three months
    63 ${month_table(h.prev_month(month), is_center=False  )}
    66 ${month_table(h.prev_month(month), is_center=False  )}
    64 ${month_table(month,               is_center=True   )}
    67 ${month_table(month,               is_center=True   )}
    65 ${month_table(h.next_month(month), is_center=False  )}
    68 ${month_table(h.next_month(month), is_center=False  )}
    66 
    69 </div>