changeset 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 7dff5fa275f4
children 5e657a305c88
files mod_muc_log_http/muc_log_http/themes/default/day_bann.html mod_muc_log_http/muc_log_http/themes/default/day_body.html mod_muc_log_http/muc_log_http/themes/default/day_kick.html mod_muc_log_http/muc_log_http/themes/default/day_message.html mod_muc_log_http/muc_log_http/themes/default/day_messageMe.html mod_muc_log_http/muc_log_http/themes/default/day_presence_join.html mod_muc_log_http/muc_log_http/themes/default/day_presence_leave.html mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html mod_muc_log_http/muc_log_http/themes/default/day_title.html mod_muc_log_http/muc_log_http/themes/default/day_titleChange.html
diffstat 10 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/themes/default/day_bann.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_bann.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-###TIME_STUFF###<font class="muc_bann"> *** ###VICTIM### got banned###REASON_STUFF###</font><br />
\ No newline at end of file
+###TIME_STUFF###<span class="muc_bann"> *** ###VICTIM### got banned###REASON_STUFF###</span><br />
--- a/mod_muc_log_http/muc_log_http/themes/default/day_body.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_body.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,6 +1,6 @@
 <h2>Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###</h2>
 <p>###TITLE_STUFF###</p>
-<font class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></font><br />
+<span class="join_link"><a href="http://speeqe.com/room/###JID###/" target="_blank">Join room via speeqe.com</a></span><br />
 ###PREVIOUS_LINK###   ###NEXT_LINK###<br />
 <input type="checkbox" onclick="showHide('joinLeave')" ###JOIN_CHECKED###/>show/hide joins and leaves</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <input type="checkbox" onclick="showHide('status')" ###STATUS_CHECKED###/>show/hide status changes</button>
--- a/mod_muc_log_http/muc_log_http/themes/default/day_kick.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_kick.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-###TIME_STUFF###<font class="muc_kick"> *** ###VICTIM### got kicked###REASON_STUFF###</font><br />
\ No newline at end of file
+###TIME_STUFF###<span class="muc_kick"> *** ###VICTIM### got kicked###REASON_STUFF###</span><br />
--- a/mod_muc_log_http/muc_log_http/themes/default/day_message.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_message.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-###TIME_STUFF###<font class="muc_msg_nick">&lt;###NICK###&gt;</font> ###MSG###<br />
\ No newline at end of file
+###TIME_STUFF###<span class="muc_msg_nick">&lt;###NICK###&gt;</span> ###MSG###<br />
--- a/mod_muc_log_http/muc_log_http/themes/default/day_messageMe.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_messageMe.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-###TIME_STUFF###<font class="muc_msg_me">*###NICK### ###MSG###</font><br />
\ No newline at end of file
+###TIME_STUFF###<span class="muc_msg_me">*###NICK### ###MSG###</span><br />
--- a/mod_muc_log_http/muc_log_http/themes/default/day_presence_join.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_presence_join.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-<div name="joinLeave" style="display: ###SHOWHIDE###;">###TIME_STUFF###<font class="muc_join"> *** ###NICK### has joined the room</font><br /></div>
\ No newline at end of file
+<div name="joinLeave" style="display: ###SHOWHIDE###;">###TIME_STUFF###<span class="muc_join"> *** ###NICK### has joined the room</span><br /></div>
--- a/mod_muc_log_http/muc_log_http/themes/default/day_presence_leave.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_presence_leave.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-<div name="joinLeave" style="display: ###SHOWHIDE###;">###TIME_STUFF###<font class="muc_leave"> *** ###NICK### has left the room</font><br /></div>
\ No newline at end of file
+<div name="joinLeave" style="display: ###SHOWHIDE###;">###TIME_STUFF###<span class="muc_leave"> *** ###NICK### has left the room</span><br /></div>
--- a/mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-<div name="status" style="display: ###SHOWHIDE###;">###TIME_STUFF###<font class="muc_statusChange"> *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###</font><br /></div>
\ No newline at end of file
+<div name="status" style="display: ###SHOWHIDE###;">###TIME_STUFF###<span class="muc_statusChange"> *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###</span><br /></div>
--- a/mod_muc_log_http/muc_log_http/themes/default/day_title.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_title.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-Subject: <font class="muc_title">###TITLE###</font>
\ No newline at end of file
+Subject: <span class="muc_title">###TITLE###</span>
--- a/mod_muc_log_http/muc_log_http/themes/default/day_titleChange.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_titleChange.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-###TIME_STUFF###<font class="muc_titleChange"> *** ###NICK### changed the title to "###TITLE###"</font><br />
\ No newline at end of file
+###TIME_STUFF###<span class="muc_titleChange"> *** ###NICK### changed the title to "###TITLE###"</span><br />