force the use of Link, since this is my design that all links use this.

This will quiet some of my tests.
This commit is contained in:
kestes%walrus.com 2002-12-09 18:17:00 +00:00
Родитель 3c7fc33f67
Коммит 79ce1d4260
1 изменённых файлов: 14 добавлений и 9 удалений

Просмотреть файл

@ -7,8 +7,8 @@
# columns from being shown on the default pages. # columns from being shown on the default pages.
# $Revision: 1.11 $ # $Revision: 1.12 $
# $Date: 2002-05-02 01:40:42 $ # $Date: 2002-12-09 18:17:00 $
# $Author: kestes%walrus.com $ # $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/regenerate.cgi,v $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/regenerate.cgi,v $
# $Name: $ # $Name: $
@ -60,13 +60,18 @@ use FileStructure;
my ($tree) = $form{'tree'}; my ($tree) = $form{'tree'};
$url = ( my ($url) = (
FileStructure::get_filename($tree, 'tree_URL'). FileStructure::get_filename($tree, 'tree_URL').
'/'. '/'.
$FileStructure::DEFAULT_HTML_PAGE $FileStructure::DEFAULT_HTML_PAGE
); );
$out = <<EOF; my ($link) = HTMLPopUp::Link(
"linktxt"=>"Tinderbox page",
"href"=>$url,
);
my ($out) = <<EOF;
Content-type: text/html Content-type: text/html
<TITLE>tinderbox</TITLE> <TITLE>tinderbox</TITLE>
@ -78,7 +83,7 @@ Content-type: text/html
<FONT SIZE="+2"> <FONT SIZE="+2">
Regenerating HTML now.<br> Regenerating HTML now.<br>
Please refresh the page when the redirect is complete.<br> Please refresh the page when the redirect is complete.<br>
Sending you back to the regenerated <A HREF="$url">Tinderbox page</A>. Sending you back to the regenerated $link.<br>
</FONT> </FONT>
</TD></TR></TABLE> </TD></TR></TABLE>
</CENTER> </CENTER>