/[Sack]/trunk/lib/Sack/Server.pm
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/lib/Sack/Server.pm

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

revision 249 by dpavlin, Thu Nov 26 22:23:52 2009 UTC revision 250 by dpavlin, Thu Nov 26 22:36:27 2009 UTC
# Line 185  while (1) { Line 185  while (1) {
185    
186  .shards {  .shards {
187          font-family: monospace;          font-family: monospace;
188          line-height: 0.8em;  //      line-height: 0.8em;
189          color: #0f0;          color: #0f0;
190  }  }
191    
# Line 241  while (1) { Line 241  while (1) {
241                                  print $send qq|<h1>Nodes</h1>                                  print $send qq|<h1>Nodes</h1>
242                                  |, join("\n", map {                                  |, join("\n", map {
243                                          my $class = join(' ', map { $_->[0] } @{ $info->{node}->{$_} });                                          my $class = join(' ', map { $_->[0] } @{ $info->{node}->{$_} });
244                                          qq|<span class="$class">$_</span>|;                                          qq|<tt class="$class">$_</tt>|;
245                                  } sort keys %{ $info->{node} } );                                  } sort keys %{ $info->{node} } );
246    
247                                  print $send qq|<h1>Shards</h1><ul>|;                                  print $send qq|<h1>Shards</h1><ul>|;

Legend:
Removed from v.249  
changed lines
  Added in v.250

  ViewVC Help
Powered by ViewVC 1.1.26