Mercurial > prosody-modules
annotate mod_muc_log_http/muc_log_http/themes/default/month_header.html @ 160:9a7671720dec
mod_smacks: XEP-0198 Stream Management acks. Initial commit - very rough, useful mainly for testing at the moment, most certainly contains bugs :)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Jun 2010 01:08:58 +0100 |
parents | 5e657a305c88 |
children |
rev | line source |
---|---|
105
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
1 <table rules="groups" cellpadding="5"> |
115
5e657a305c88
mod_muc_log_http: Replace remaining <font> tags with CSS equivalents
Matthew Wild <mwild1@gmail.com>
parents:
105
diff
changeset
|
2 <thead><tr><td colspan="7"><center><H2><span class="month_title">###TITLE###</span></H2></center></td></tr></thead> |
105
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
3 <tbody style="border: solid black 1px;"> |
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
4 <tr> |
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
5 ###WEEKDAYS###</tr> |