X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=dfca595f9c4bf12ce0c59f350fad544d6da67b60;hp=f7f8799447713ec21aa96573d4686287abc55f94;hb=8086fc365e7dfd123d0c0a675af5e1e92543fbc5;hpb=bece5c7f2828d568363c106e8566db4fe1e13179 diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index f7f8799..dfca595 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.7 2006-09-20 13:19:53 mike Exp $ +%# $Id: found.mc,v 1.8 2006-09-20 16:37:15 mike Exp $ <%once> use XML::LibXML; use XML::LibXML::XPathContext; @@ -83,6 +83,7 @@ if ($last < $n) { +% my @ids; % foreach my $i ($first .. $last) { <%perl> my $rec = $rs->record($i-1); @@ -99,6 +100,7 @@ my $db = $xc->find("e:serverInfo/e:database"); my $id = $xc->find("concat(e:serverInfo/e:host, ':', e:serverInfo/e:port, '/', e:serverInfo/e:database)"); +push @ids, $id; <% $i %> @@ -107,9 +109,13 @@ my $id = $xc->find("concat(e:serverInfo/e:host, ':', <% $host %> <% $port %> <% $db %> - ">[Check] + ">[Test] ">[Raw] -%} +% } +

+ ">[Test all targets on this list] +

% }