sites/irclogs.qmsk.net/templates/index.tmpl
author Tero Marttila <terom@fixme.fi>
Sun, 08 Feb 2009 02:29:23 +0200
branchsites
changeset 42 5a72c00c4ae4
parent 29 b06ff4c05d42
permissions -rw-r--r--
more fiddling around with the irclogs layout/css, add query args to URL
<%inherit file="layout.tmpl" />

<h1>Available Channels</h1>
<ul>
% for channel in channel_list :
    <li><a href="${urls.channel_view.build(req, channel=channel.id)}">${channel.title}</a></li>
% endfor
</ul>