Mercurial > prosody-modules
view mod_muc_log_http/muc_log_http/themes/prosody/day_body.html @ 187:670c99e96c52
mod_archive: first commit for manual archiving, need polishing
author | shinysky<shinysky1986(AT)gmail.com> |
---|---|
date | Sun, 27 Jun 2010 14:03:56 +0800 |
parents | ba3837c565c9 |
children | 03e1dc036a28 |
line wrap: on
line source
<div class="title"> <div class="date">###DATE###</div> <div class="roomjid">###JID###</div> <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> </div> <div class="calendar"> <div style="text-align: center"> ###PREVIOUS_LINK### <a class="nav" href="../">^</a>###NEXT_LINK### </div> ###CALENDAR### </div> <div class="topic">###TITLE_STUFF###</div> <br /> <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</input> <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</input> <input type="checkbox" onclick="javascript:changeTimeDisplay()" />show time in local time, rather than in UTC</input> <div id="main" style="overflow: auto; border: 2px solid gray; padding: 3px;">###DAY_STUFF###</div>