# HG changeset patch # User Matthew Wild # Date 1262614848 0 # Node ID 5e657a305c8878efac82a887cb49531c8cc07502 # Parent f8904351d6a332f777e294a7bcae90f5cd98066f mod_muc_log_http: Replace remaining tags with CSS equivalents diff -r f8904351d6a3 -r 5e657a305c88 mod_muc_log_http/muc_log_http/mod_muc_log_http.lua --- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Mon Jan 04 14:10:32 2010 +0000 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Mon Jan 04 14:20:48 2010 +0000 @@ -195,12 +195,12 @@ end end if i < days + 1 then - local tmp = tostring(""..tostring(i)..""); + local tmp = tostring(""..tostring(i)..""); if dayCallback ~= nil and dayCallback.callback ~= nil then tmp = dayCallback.callback(dayCallback.path, i, month, year); end if tmp == nil then - tmp = tostring(""..tostring(i)..""); + tmp = tostring(""..tostring(i)..""); else logAvailableForMinimumOneDay = true; end diff -r f8904351d6a3 -r 5e657a305c88 mod_muc_log_http/muc_log_http/themes/default/doc.html --- a/mod_muc_log_http/muc_log_http/themes/default/doc.html Mon Jan 04 14:10:32 2010 +0000 +++ b/mod_muc_log_http/muc_log_http/themes/default/doc.html Mon Jan 04 14:20:48 2010 +0000 @@ -26,6 +26,8 @@ .muc_msg_nick {color: #0000AA;} .muc_msg_me {color: #0000AA;} .join_link {font-height: 9px;} +.month_title {font: 10pt Verdana;} +.year_title {font: bold 16px Verdana;} //--> @@ -52,4 +54,4 @@ } --> - \ No newline at end of file + diff -r f8904351d6a3 -r 5e657a305c88 mod_muc_log_http/muc_log_http/themes/default/month_header.html --- a/mod_muc_log_http/muc_log_http/themes/default/month_header.html Mon Jan 04 14:10:32 2010 +0000 +++ b/mod_muc_log_http/muc_log_http/themes/default/month_header.html Mon Jan 04 14:20:48 2010 +0000 @@ -1,5 +1,5 @@ - + ###WEEKDAYS### diff -r f8904351d6a3 -r 5e657a305c88 mod_muc_log_http/muc_log_http/themes/default/year_title.html --- a/mod_muc_log_http/muc_log_http/themes/default/year_title.html Mon Jan 04 14:10:32 2010 +0000 +++ b/mod_muc_log_http/muc_log_http/themes/default/year_title.html Mon Jan 04 14:20:48 2010 +0000 @@ -1,1 +1,1 @@ -
###YEAR###
\ No newline at end of file +
###YEAR###

###TITLE###

###TITLE###