/[webpac]/branches/hidra/back2html.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 /branches/hidra/back2html.pm

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

revision 64 by dpavlin, Fri Jul 4 20:41:17 2003 UTC revision 65 by dpavlin, Fri Jul 4 21:35:34 2003 UTC
# Line 11  sub back2html { Line 11  sub back2html {
11          foreach $line (split(/###/,$html)) {          foreach $line (split(/###/,$html)) {
12                  $out .= "<tr><td>";                  $out .= "<tr><td>";
13                  my @items = split(/#-#/,$line);                  my @items = split(/#-#/,$line);
14                  if ($items[1] =~ m#^http://#) {                  $items[1] =~ s#(.*)\b(http://[\w\./]+)(\b?.*)#$1<a href=\"$2\">$2</a>$3#g;
                         $items[1] = "<a href=\"$items[1]\">$items[1]</a>";  
                 }  
15                  $out .= join("</td><td>",@items);                  $out .= join("</td><td>",@items);
16                  $out .= "</td></tr>\n";                  $out .= "</td></tr>\n";
17          }          }

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.26