view mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 1268:854a3933cfcd

mod_muc_log_http: URL-encode room names. This allows special characters in room names to work. Ideally this escaping shouldn’t be done in the user visible content, but the module’s template system doesn’t currently allow that.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 04 Jan 2014 16:50:57 -0500
parents 03e1dc036a28
children bdd3e3bfc219
line wrap: on
line source

<div id="title">
	<div id="date">###SINCE### - ###TO###</div>
	<div id="roomjid">###JID###</div>
	<div id="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 id="calendar">
	<div id="navigation">
		<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">List of rooms for this component</div>
	<div id="roomList">###ROOMS###</div>
</div>
<div class="topic">###ROOMTOPIC###</div>
<div id="main">
###DAYS_STUFF###
</div>