# HG changeset patch # User Matthew Wild # Date 1262614232 0 # Node ID f8904351d6a332f777e294a7bcae90f5cd98066f # Parent 7dff5fa275f4c72bc3a00d8a31be798ea1abd201 mod_muc_log_http: Replace tags with the more correct diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_bann.html --- 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### *** ###VICTIM### got banned###REASON_STUFF###
\ No newline at end of file +###TIME_STUFF### *** ###VICTIM### got banned###REASON_STUFF###
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_body.html --- 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 @@

Logs for ###JID### on 20###YEAR###/###MONTH###/###DAY###

###TITLE_STUFF###

-Join room via speeqe.com
+Join room via speeqe.com
###PREVIOUS_LINK### ###NEXT_LINK###
show/hide joins and leaves       show/hide status changes diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_kick.html --- 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### *** ###VICTIM### got kicked###REASON_STUFF###
\ No newline at end of file +###TIME_STUFF### *** ###VICTIM### got kicked###REASON_STUFF###
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_message.html --- 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###<###NICK###> ###MSG###
\ No newline at end of file +###TIME_STUFF###<###NICK###> ###MSG###
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_messageMe.html --- 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###*###NICK### ###MSG###
\ No newline at end of file +###TIME_STUFF###*###NICK### ###MSG###
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_presence_join.html --- 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 @@ -
###TIME_STUFF### *** ###NICK### has joined the room
\ No newline at end of file +
###TIME_STUFF### *** ###NICK### has joined the room
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_presence_leave.html --- 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 @@ -
###TIME_STUFF### *** ###NICK### has left the room
\ No newline at end of file +
###TIME_STUFF### *** ###NICK### has left the room
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html --- 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 @@ -
###TIME_STUFF### *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###
\ No newline at end of file +
###TIME_STUFF### *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###
diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_title.html --- 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: ###TITLE### \ No newline at end of file +Subject: ###TITLE### diff -r 7dff5fa275f4 -r f8904351d6a3 mod_muc_log_http/muc_log_http/themes/default/day_titleChange.html --- 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### *** ###NICK### changed the title to "###TITLE###"
\ No newline at end of file +###TIME_STUFF### *** ###NICK### changed the title to "###TITLE###"