Mercurial > public > sg101
comparison gpp/templates/irc/irc_block.html @ 25:81e2449a5932
Center the text in the IRC status block.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 21:58:47 +0000 |
parents | dbd703f7d63a |
children | 3cf18e6002dd |
comparison
equal
deleted
inserted
replaced
24:c284c0e5c5db | 25:81e2449a5932 |
---|---|
7 <li>{{ nick.name }}</li> | 7 <li>{{ nick.name }}</li> |
8 {% endfor %} | 8 {% endfor %} |
9 </ul> | 9 </ul> |
10 <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> | 10 <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> |
11 {% else %} | 11 {% else %} |
12 <center> | |
12 <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> | 13 <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> |
14 </center> | |
13 {% endif %} | 15 {% endif %} |
14 {% endblock %} | 16 {% endblock %} |