# HG changeset patch # User fthiessen@lins0r.bbi7.heide # Date 1260035087 -3600 # Node ID f535306535f91625fd28b023fd841f353fe6d37a # Parent dc0fe152cadc52460c7c47ae3a01dc9ec225c598 mod_muc_log_http: Changed some headlines and fixed a typo. diff -r dc0fe152cadc -r f535306535f9 mod_muc_log_http/mod_muc_log_http.lua --- a/mod_muc_log_http/mod_muc_log_http.lua Wed Dec 02 23:41:06 2009 +0100 +++ b/mod_muc_log_http/mod_muc_log_http.lua Sat Dec 05 18:44:47 2009 +0100 @@ -94,19 +94,19 @@ html.components = {}; html.components.bit = [[###COMPONENT###
]] -html.components.body = [[

MUC hosts available on this server:


+html.components.body = [[

Available Multi-User Chats:


###COMPONENTS_STUFF###


]]; html.rooms = {}; html.rooms.bit = [[###ROOM###
]] -html.rooms.body = [[

Rooms hosted on MUC host: ###COMPONENT###


+html.rooms.body = [[

Available rooms on ###COMPONENT###:


###ROOMS_STUFF###


]]; html.days = {}; html.days.bit = [[###DAY###
]]; -html.days.body = [[

available logged days of room: ###JID###


+html.days.body = [[

Available days for ###JID###:


###DAYS_STUFF###

]]; @@ -114,10 +114,10 @@ html.day.title = [[Subject: ###TITLE###]]; html.day.time = [[[###TIME###] ]]; -- the one ####TIME### need to stay! it will evaluate to e.g. #09:10:56 which is an anker then html.day.presence = {}; -html.day.presence.join = [[
###TIME_STUFF### *** ###NICK### joins the room
]]; -html.day.presence.leave = [[
###TIME_STUFF### *** ###NICK### leaves the room
]]; +html.day.presence.join = [[
###TIME_STUFF### *** ###NICK### has joined the room
]]; +html.day.presence.leave = [[
###TIME_STUFF### *** ###NICK### has left the room
]]; html.day.presence.statusText = [[ and his status message is "###STATUS###"]]; -html.day.presence.statusChange = [[
###TIME_STUFF### *** ###NICK### shows now as "###SHOW###"###STATUS_STUFF###
]]; +html.day.presence.statusChange = [[
###TIME_STUFF### *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###
]]; html.day.message = [[###TIME_STUFF###<###NICK###> ###MSG###
]]; html.day.message_me = [[###TIME_STUFF###*###NICK### ###MSG###
]]; html.day.titleChange = [[###TIME_STUFF### *** ###NICK### changed the title to "###TITLE###"
]]; @@ -125,11 +125,11 @@ html.day.kick = [[###TIME_STUFF### *** ###VICTIM### got kicked###REASON_STUFF###
]]; html.day.bann = [[###TIME_STUFF### *** ###VICTIM### got banned###REASON_STUFF###
]]; html.day.day_link = [[###TEXT###]] -html.day.body = [[

Logs of room ###JID### of 20###YEAR###/###MONTH###/###DAY###

+html.day.body = [[

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

###TITLE_STUFF###

-Join room now via speeqe.com!
+Join room via speeqe.com
###PREVIOUS_LINK### ###NEXT_LINK###
-show/hide joins and Leaves       +show/hide joins and leaves       show/hide status changes
###DAY_STUFF###