From: Egon W. <eg...@us...> - 2004-01-14 13:10:55
|
Update of /cvsroot/woc/woc/bin/topic In directory sc8-pr-cvs1:/tmp/cvs-serv24304/topic Modified Files: topic2html.pl Log Message: Getting this baby started again (monday evening session) Index: topic2html.pl =================================================================== RCS file: /cvsroot/woc/woc/bin/topic/topic2html.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** topic2html.pl 19 Jul 2002 10:56:06 -0000 1.1 --- topic2html.pl 14 Jan 2004 13:10:52 -0000 1.2 *************** *** 195,199 **** # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! $association =~ s/\$\*\$/ <A HREF=\"\/cgi-bin-woc\/topiclink\/link.pl?$related_file+$$assoc[0]\"><I>$related_topic<\/I><\/A>$delim\$\*\$/g; } else { # don't link # --- 195,199 ---- # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! $association =~ s/\$\*\$/ <A HREF=\"\/cgi-bin\/topiclink\/link.pl?$related_file+$$assoc[0]\"><I>$related_topic<\/I><\/A>$delim\$\*\$/g; } else { # don't link # *************** *** 211,215 **** # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! $association =~ s/\$$i\$/<A HREF=\"\/cgi-bin-woc\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic<\/I><\/A>/g; } else { # don't link # --- 211,215 ---- # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! $association =~ s/\$$i\$/<A HREF=\"\/cgi-bin\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic<\/I><\/A>/g; } else { # don't link # *************** *** 240,244 **** # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, " <A HREF=\"/cgi-bin-woc/topiclink/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # --- 240,244 ---- # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, " <A HREF=\"/cgi-bin/topiclink/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # *************** *** 252,256 **** # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, ", <A HREF=\"\/cgi-bin-woc\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # --- 252,256 ---- # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, ", <A HREF=\"\/cgi-bin\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # *************** *** 261,265 **** # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, " en <A HREF=\"\/cgi-bin-woc\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # --- 261,265 ---- # add link # $related_file =~ s/\/vol\/www\/woc\/web-docs/\/woc/i; ! push (@result, " en <A HREF=\"\/cgi-bin\/topiclink\/link.pl?$related_file\+$$assoc[0]\"><I>$related_topic</I></A>"); } else { # don't link # |