Mercurial > prosody-modules
annotate mod_muc_log_http/muc_log_http/themes/default/day_body.html @ 107:0e4e000e3de9
mod_muc_log_http: merge
author | Thilo Cestonaro <thilo@cestona.ro> |
---|---|
date | Tue, 08 Dec 2009 21:24:26 +0100 |
parents | cef943f0a551 |
children | f8904351d6a3 |
rev | line source |
---|---|
107 | 1 <h2>Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###</h2> |
105
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
2 <p>###TITLE_STUFF###</p> |
107 | 3 <font class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></font><br /> |
105
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
4 ###PREVIOUS_LINK### ###NEXT_LINK###<br /> |
107 | 5 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</button> |
105
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
6 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</button> |
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
7 <hr /><div id="main" style="overflow: auto;"> |
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
8 ###DAY_STUFF### |
cef943f0a551
mod_muc_log_http: themified ...
Thilo Cestonaro <thilo@cestona.ro>
parents:
diff
changeset
|
9 </div><hr /> |