X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fcheck.mc;h=ad146bd9f221e84436e5a2f9cfbf63f20424f468;hp=87775a33915af30aa2878f778f80e379df710b3b;hb=22b72da58083aeda259ab7cb79f50f32106dc1b9;hpb=42616f8bebfc87e20d0bffce98c794abbbf7a771 diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index 87775a3..ad146bd 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -1,10 +1,25 @@ -%# $Id: check.mc,v 1.10 2006-10-25 09:54:16 mike Exp $ +%# $Id: check.mc,v 1.11 2006-10-26 17:45:32 mike Exp $ <%args> @id $test => "Quick" +$really => 0 <%perl> my $allTargets = (@id == 1 && $id[0] eq ""); +if ($allTargets && !$really) { + +

Warning

+

+ Testing all the targets is a very slow process. + Are you sure you want to do this? +

+

+ Yes + No +

+<%perl> +} else { + print "

Testing ...

\n"; print " \n" if !$allTargets; @@ -28,4 +43,5 @@ if ($res == 0) { print "$res tests were skipped\n"; } print "

\n"; +}