Mercurial > prosody-modules
comparison mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 186:ba3837c565c9
mod_muc_log_http: prosody theme update
author | Thilo Cestonaro <thilo@cestona.ro> |
---|---|
date | Tue, 22 Jun 2010 11:29:48 +0200 |
parents | af6143756a9e |
children | 03e1dc036a28 |
comparison
equal
deleted
inserted
replaced
185:3bce55e453b1 | 186:ba3837c565c9 |
---|---|
1 | 1 <div class="title"> |
2 <div class="title"> | 2 <div class="date">###SINCE### - ###TO###</div> |
3 <span class="date" /> | 3 <div class="roomjid">###JID###</div> |
4 <span class="room_jid">###ROOM###@<a class="component" href="###COMPONENT###/">###COMPONENT###</a></span><br /> | 4 <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> |
5 <span class="join_links">(join via <a href="###xmpp-link###">client</a> / <a href="###speeqe-link###">speeqe</a>)</span> | 5 </div> |
6 | 6 <div class="calendar"> |
7 </div> | 7 <div style="text-align: center"> |
8 | 8 <a class="nav" href="../###PREVIOUS_ROOM###"><</a> |
9 <div> | 9 <a class="nav" href="..">^</a> |
10 <span class="calendar"> | 10 <a class="nav" href="../###NEXT_ROOM###">></a> |
11 <table rules="groups" cellpadding="5"> | 11 </div> |
12 <thead> | 12 <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> |
13 <tr> | 13 <div style="padding-left: 5px; padding-right: 5px; border: 1px solid black;">###ROOMS###</div> |
14 <td colspan="7"> | 14 </div> |
15 <center> | 15 <div class="topic">###ROOMTOPIC###</div> |
16 | 16 <div id="calender" style="overflow: auto;"> |
17 <a class="nav" href="###previous_room###"><</a> | 17 ###DAYS_STUFF### |
18 <a class="nav" href="###rooms_on_component###">^</a> | 18 </div> |
19 <a class="nav" href="###next_room###">></a> | |
20 </center> | |
21 </td> | |
22 </tr> | |
23 </thead> | |
24 <tbody style="border: solid black 1px;"> | |
25 | |
26 <tr> | |
27 <th class="weekday">List of rooms for this component</th> | |
28 </tr> | |
29 </tbody> | |
30 </table> | |
31 </span> | |
32 <span class="room_topic"> <!-- Topic sollte auf X Zeichen begrenzt und dann durch "..." Punkt beenedet werden. --> | |
33 http://spectrum.im | Welcome to the Spectrum support channel! | We are looking for package maintainers. | Logs: http://logs.spectrum.im/spectrum/ | |
34 </span><br /><br /> | |
35 | |
36 </div> | |
37 | |
38 <div class="clear"></div> | |
39 | |
40 <div class="logs">###DAYS_STUFF###</div> | |
41 | |
42 <div class="footer"><img alt="Powered by Prosody" src="http://prosody.im/files/powered_by_prosody_80x30.png"></div> |