Mercurial > prosody-modules
comparison mod_muc_log_http/muc_log_http/themes/prosody/day_body.html @ 186:ba3837c565c9
mod_muc_log_http: prosody theme update
author | Thilo Cestonaro <thilo@cestona.ro> |
---|---|
date | Tue, 22 Jun 2010 11:29:48 +0200 |
parents | af6143756a9e |
children | 03e1dc036a28 |
comparison
equal
deleted
inserted
replaced
185:3bce55e453b1 | 186:ba3837c565c9 |
---|---|
1 <h2>Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###</h2> | 1 <div class="title"> |
2 <p>###TITLE_STUFF###</p> | 2 <div class="date">###DATE###</div> |
3 <font class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></font><br /> | 3 <div class="roomjid">###JID###</div> |
4 ###PREVIOUS_LINK### ###NEXT_LINK###<br /> | 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> |
5 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</button> | 5 </div> |
6 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</button> | 6 <div class="calendar"> |
7 <hr /><div id="main" style="overflow: auto;"> | 7 <div style="text-align: center"> |
8 ###DAY_STUFF### | 8 ###PREVIOUS_LINK### <a class="nav" href="../">^</a>###NEXT_LINK### |
9 </div><hr /> | 9 </div> |
10 ###CALENDAR### | |
11 </div> | |
12 <div class="topic">###TITLE_STUFF###</div> | |
13 <br /> | |
14 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</input> | |
15 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</input> | |
16 <input type="checkbox" onclick="javascript:changeTimeDisplay()" />show time in local time, rather than in UTC</input> | |
17 <div id="main" style="overflow: auto; border: 2px solid gray; padding: 3px;">###DAY_STUFF###</div> |