/[irc-logger]/trunk/bin/irc-logger.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/irc-logger.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Sat May 20 10:30:45 2006 UTC revision 27 by dpavlin, Mon May 22 16:19:00 2006 UTC
# Line 487  my $escape_re  = join '|' => keys %escap Line 487  my $escape_re  = join '|' => keys %escap
487  my $style = <<'_END_OF_STYLE_';  my $style = <<'_END_OF_STYLE_';
488  p { margin: 0; padding: 0.1em; }  p { margin: 0; padding: 0.1em; }
489  .time, .channel { color: #808080; font-size: 60%; }  .time, .channel { color: #808080; font-size: 60%; }
490  .date { float: right; background: #404040; color: #e0e0e0; font-size: 120%; padding: 0.5em; border-top: 1px dashed #e0e0e0; }  .date { float: right; clear: right; background: #e0e0e0; color: #404040; font-size: 120%; padding: 0.25em; border: 1px dashed #808080; }
491  .nick { color: #000000; font-size: 80%; padding: 2px; font-family: courier, courier new, monospace ; }  .nick { color: #000000; font-size: 80%; padding: 2px; font-family: courier, courier new, monospace ; }
492  .message { color: #000000; font-size: 100%; }  .message { color: #000000; font-size: 100%; }
493  .search { float: right; }  .search { float: right; }
# Line 532  sub root_handler { Line 532  sub root_handler {
532                                  limit => $q->param('last') || 100,                                  limit => $q->param('last') || 100,
533                                  search => $q->param('search') || $q->param('grep') || undef,                                  search => $q->param('search') || $q->param('grep') || undef,
534                                  fmt => {                                  fmt => {
535                                          date => '<hr size="1"/><div class="date">%s</div> ',                                          date => '<hr size="1" style="clear: both;"/><div class="date">%s</div> ',
536                                          time => '<span class="time">%s</span> ',                                          time => '<span class="time">%s</span> ',
537                                          time_channel => '<span class="channel">%s %s</span> ',                                          time_channel => '<span class="channel">%s %s</span> ',
538                                          nick => '%s:&nbsp;',                                          nick => '%s:&nbsp;',

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26