Mercurial > prosody-modules
annotate mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 332:d9c1231db77b
mod_admin_web: Make dependency fetching more reliable
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Thu, 03 Feb 2011 22:44:02 +0100 |
parents | ba3837c565c9 |
children | 03e1dc036a28 |
rev | line source |
---|---|
186
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
1 <div class="title"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
2 <div class="date">###SINCE### - ###TO###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
3 <div class="roomjid">###JID###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
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> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
5 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
6 <div class="calendar"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
7 <div style="text-align: center"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
8 <a class="nav" href="../###PREVIOUS_ROOM###"><</a> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
9 <a class="nav" href="..">^</a> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
10 <a class="nav" href="../###NEXT_ROOM###">></a> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
11 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
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> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
13 <div style="padding-left: 5px; padding-right: 5px; border: 1px solid black;">###ROOMS###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
14 </div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
15 <div class="topic">###ROOMTOPIC###</div> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
16 <div id="calender" style="overflow: auto;"> |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
17 ###DAYS_STUFF### |
ba3837c565c9
mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents:
179
diff
changeset
|
18 </div> |