Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
178:62f47a93b5b7 | 179:af6143756a9e |
---|---|
1 | |
2 <div class="title"> | |
3 <span class="date" /> | |
4 <span class="room_jid">###ROOM###@<a class="component" href="###COMPONENT###/">###COMPONENT###</a></span><br /> | |
5 <span class="join_links">(join via <a href="###xmpp-link###">client</a> / <a href="###speeqe-link###">speeqe</a>)</span> | |
6 | |
7 </div> | |
8 | |
9 <div> | |
10 <span class="calendar"> | |
11 <table rules="groups" cellpadding="5"> | |
12 <thead> | |
13 <tr> | |
14 <td colspan="7"> | |
15 <center> | |
16 | |
17 <a class="nav" href="###previous_room###"><</a> | |
18 <a class="nav" href="###rooms_on_component###">^</a> | |
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> |