view mod_muc_log_http/muc_log_http/themes/prosody/day_body.html @ 234:abcb59ab355c

Add new motd_sequential module. This module lets you define numbered messages shown to each user in order, but only once per user, and persistent across server restarts. Useful for notifying users of added features and changes in an incremental fashion.
author Jeff Mitchell <jeffrey.mitchell@gmail.com>
date Wed, 04 Aug 2010 22:29:51 +0000
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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</input>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<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>