/[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 252 by dpavlin, Thu Nov 26 22:36:27 2009 UTC revision 253 by dpavlin, Fri Nov 27 13:48:54 2009 UTC
# Line 234  while (1) { Line 234  while (1) {
234                                          ;                                          ;
235    
236                                  my $out = Sack::Merge->out;                                      my $out = Sack::Merge->out;    
237                                  if ( my $li = join("\n", map { qq|<li><a href="/out/$_" target="$_">$_</a>| } keys %$out ) ) {                                  if ( my $li = join("\n", map { qq|<li><input type=checkbox name=filter value="$_"><a href="/out/$_" target="$_">$_</a>| } keys %$out ) ) {
238                                          print $send qq|<h1>Results</h1><ul>$li</ul><img src="/gnuplot/">\n|;                                          print $send qq|<h1>Results</h1><form method="get" target="gnuplot" action="/gnuplot/"><ul>$li</ul><input type=submit value="Show checked"></form><img src="/gnuplot/">\n|;
239                                  }                                  }
240    
241                                  print $send qq|<h1>Nodes</h1>                                  print $send qq|<h1>Nodes</h1>

Legend:
Removed from v.252  
changed lines
  Added in v.253

  ViewVC Help
Powered by ViewVC 1.1.26