Mercurial > prosody-modules
comparison mod_muc_log_http/muc_log_http/themes/default/day_body.html @ 114:f8904351d6a3
mod_muc_log_http: Replace <font> tags with the more correct <span>
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 04 Jan 2010 14:10:32 +0000 |
parents | 0e4e000e3de9 |
children | f29be6c49501 |
comparison
equal
deleted
inserted
replaced
113:7dff5fa275f4 | 114:f8904351d6a3 |
---|---|
1 <h2>Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###</h2> | 1 <h2>Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###</h2> |
2 <p>###TITLE_STUFF###</p> | 2 <p>###TITLE_STUFF###</p> |
3 <font class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></font><br /> | 3 <span class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></span><br /> |
4 ###PREVIOUS_LINK### ###NEXT_LINK###<br /> | 4 ###PREVIOUS_LINK### ###NEXT_LINK###<br /> |
5 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</button> | 5 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</button> |
6 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</button> | 6 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</button> |
7 <hr /><div id="main" style="overflow: auto;"> | 7 <hr /><div id="main" style="overflow: auto;"> |
8 ###DAY_STUFF### | 8 ###DAY_STUFF### |