annotate mod_muc_log_http/muc_log_http/themes/prosody/day_body.html @ 348:03e1dc036a28

mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
author Florian Zeitz <florob@babelmonkeys.de>
date Sun, 27 Mar 2011 05:34:09 +0200
parents ba3837c565c9
children bdd3e3bfc219
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
348
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
1 <div id="title">
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
2 <div id="date">###DATE###</div>
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
3 <div id="roomjid">###JID###</div>
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
4 <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>
186
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
5 </div>
348
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
6 <div id="calendar">
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
7 <div id="navigation">
186
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
8 ###PREVIOUS_LINK### <a class="nav" href="../">^</a>###NEXT_LINK###
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
9 </div>
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
10 ###CALENDAR###
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
11 </div>
348
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
12 <div id="topic">###TITLE_STUFF###</div>
186
ba3837c565c9 mod_muc_log_http: prosody theme update
Thilo Cestonaro <thilo@cestona.ro>
parents: 179
diff changeset
13 <br />
348
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
14 <input id="toggleJoinLeave" type="checkbox" onclick="showHide('muc_joinLeave_container')" ###JOIN_CHECKED###/><label for="toggleJoinLeave">show/hide joins and leaves</label>
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
15 <input id="toggleStatus" type="checkbox" onclick="showHide('muc_statusChange_container')" ###STATUS_CHECKED###/><label for="toggleStatus">show/hide status changes</label>
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
16 <input id="toggleUTC" type="checkbox" onclick="changeTimeDisplay()" /><label for="toggleUTC">show time in local time, rather than in UTC</label>
03e1dc036a28 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de>
parents: 186
diff changeset
17 <div id="main">###DAY_STUFF###</div>