view mod_muc_log_http/muc_log_http/themes/prosody/days_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">###SINCE### - ###TO###</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">
		<a class="nav" href="../###PREVIOUS_ROOM###">&lt;</a>
		<a class="nav" href="..">^</a>
		<a class="nav" href="../###NEXT_ROOM###">&gt;</a>
	</div>
	<div class="weekday" style="margin-top: 50px; padding-left: 5px; padding-right: 5px; padding-top: 3px; text-align: center;">List of rooms for this component</div>
	<div style="padding-left: 5px; padding-right: 5px; border: 1px solid black;">###ROOMS###</div>
</div>
<div class="topic">###ROOMTOPIC###</div>
<div id="calender" style="overflow: auto;">
###DAYS_STUFF###
</div>