view mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 179:af6143756a9e

mod_muc_log_http: started new prosody theme
author Thilo Cestonaro <thilo@cestona.ro>
date Thu, 17 Jun 2010 11:16:12 +0200
parents
children ba3837c565c9
line wrap: on
line source


			<div class="title">	
				<span class="date" />
				<span class="room_jid">###ROOM###@<a class="component" href="###COMPONENT###/">###COMPONENT###</a></span><br />
				<span class="join_links">(join via <a href="###xmpp-link###">client</a> / <a href="###speeqe-link###">speeqe</a>)</span>

			</div>

			<div>
				<span class="calendar">
					<table rules="groups" cellpadding="5">
						<thead>
							<tr>
								<td colspan="7">
									<center>

										<a class="nav" href="###previous_room###">&lt;</a>
										<a class="nav" href="###rooms_on_component###">^</a>
										<a class="nav" href="###next_room###">&gt;</a>
									</center>
								</td>
							</tr>
						</thead>
						<tbody style="border: solid black 1px;">

							<tr>
								<th class="weekday">List of rooms for this component</th>
							</tr>
						</tbody>
					</table>
				</span>
				<span class="room_topic"> <!-- Topic sollte auf X Zeichen begrenzt und dann durch "..." Punkt beenedet werden.  -->
					http://spectrum.im | Welcome to the Spectrum support channel! | We are looking for package maintainers. | Logs: http://logs.spectrum.im/spectrum/
				</span><br /><br />

			</div>
			
			<div class="clear"></div>
			
			<div class="logs">###DAYS_STUFF###</div>
			
			<div class="footer"><img alt="Powered by Prosody" src="http://prosody.im/files/powered_by_prosody_80x30.png"></div>