/[cricket]/generate-overview.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 /generate-overview.pl

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

revision 1.5 by dpavlin, Wed Jul 24 15:14:08 2002 UTC revision 1.6 by dpavlin, Mon Sep 9 15:17:54 2002 UTC
# Line 179  sub localHandleTargetInstance { Line 179  sub localHandleTargetInstance {
179                                                  $URL = "$gBaseURL?type=png&target=$paramtarget";                                                  $URL = "$gBaseURL?type=png&target=$paramtarget";
180                                                  $URL .= "&dslist=$dslist&range=$paramrange";                                                  $URL .= "&dslist=$dslist&range=$paramrange";
181                                                  my $desc = "$paramtarget $vname";                                                  my $desc = "$paramtarget $vname";
182                                                    $desc .= " <b>".$target->{'short-desc'}."</b>" if (defined $target->{'short-desc'});
183                                                  if ($paraminst ne "") {                                                  if ($paraminst ne "") {
184                                                          $URL .= "&inst=$paraminst";                                                          $URL .= "&inst=$paraminst";
185                                                  }                                                  }
# Line 196  sub localHandleTargetInstance { Line 197  sub localHandleTargetInstance {
197                                          $URL = "$gBaseURL?type=png&target=$paramtarget";                                          $URL = "$gBaseURL?type=png&target=$paramtarget";
198                                          $URL .= "&dslist=$dslist&range=$paramrange";                                          $URL .= "&dslist=$dslist&range=$paramrange";
199                                          my $desc ="$paraminst $rangeLabel";                                          my $desc ="$paraminst $rangeLabel";
200                                            $desc .= " <b>".$target->{'short-desc'}."</b>" if (defined $target->{'short-desc'});
201                                          if ($paraminst ne "") {                                          if ($paraminst ne "") {
202                                                  $URL .= "&inst=$paraminst";                                                  $URL .= "&inst=$paraminst";
203                                          }                                          }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26