Mercurial > prosody-modules
annotate mod_muc_log_http/muc_log_http/themes/prosody/day_body.html @ 238:5343b3ebaffb
mod_archive_muc: use usermanager to check if some user exists; use rostermanager to check if someone is in the roster; minor fixes.
author | shinysky<shinysky1986(AT)gmail.com> |
---|---|
date | Tue, 10 Aug 2010 08:58:57 +0800 |
parents | ba3837c565c9 |
children | 03e1dc036a28 |
rev | line source |
---|---|
186
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
1 <div class="title"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
2 <div class="date">###DATE###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
3 <div class="roomjid">###JID###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
4 <div class="links">(join via <a class="component" href="xmpp:###JID###?join">client</a> / <a class="component" href="http://speeqe.com/room/###JID###/">speeqe</a>)</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
5 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
6 <div class="calendar"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
7 <div style="text-align: center"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
8 ###PREVIOUS_LINK### <a class="nav" href="../">^</a>###NEXT_LINK### |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
9 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
10 ###CALENDAR### |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
11 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
12 <div class="topic">###TITLE_STUFF###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
13 <br /> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
14 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</input> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
15 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</input> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
16 <input type="checkbox" onclick="javascript:changeTimeDisplay()" />show time in local time, rather than in UTC</input> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
17 <div id="main" style="overflow: auto; border: 2px solid gray; padding: 3px;">###DAY_STUFF###</div> |