Mercurial > public > sg101
view gpp/templates/irc/irc_block.html @ 58:02e5dfa830cc
#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:18:53 +0000 |
parents | 81e2449a5932 |
children | 3cf18e6002dd |
line wrap: on
line source
{% extends 'side_block.html' %} {% block block_title %}IRC Status{% endblock %} {% block block_content %} {% if nicks %} <ul> {% for nick in nicks %} <li>{{ nick.name }}</li> {% endfor %} </ul> <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> {% else %} <center> <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> </center> {% endif %} {% endblock %}