X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=3247f23d8d2ff56a3af026218bf68ac049d1e542;hb=21ac1ac242d523e47468b8e63d87dbf1d018d26e;hp=7e1eb0ab94027c318b29e2b20b3fa3f6df1af6d3;hpb=9ce4f15f1b0949f2f38e4099a0a07f427c552fa7;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 7e1eb0a..3247f23 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.22 2006-12-05 17:18:30 mike Exp $ +%# $Id: found.mc,v 1.25 2007-01-24 09:28:02 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -52,7 +52,7 @@ if ($params{_query}) { $query .= "$key = ($val)"; } } -$query = 'cql.allRecords=x' if $query eq ""; +$query = 'cql.allRecords=1' if $query eq ""; my $sort = $params{"_sort"}; if ($sort) { @@ -69,7 +69,7 @@ if ($sort) { my $tried_to_open = 0; if (!defined $conn) { OPEN: - $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); + $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); $conn->option(elementSetName => "zeerex"); } @@ -165,4 +165,8 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count); xml_encode(join("&", map { "id=" . uri_escape($_) } @ids)) %>">[Test all targets on this list]

+

+ [Statistics for targets on this list] +

% }