X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fform.mc;h=74d165b558f7905db897801c77fbaaadd944d766;hp=864524d434f9546761ee00a2595b48c4559eb91c;hb=e3baa362a4ce3ba74a87e2793e69405a50ae4506;hpb=757a0d2e1767bc39f229bccba630664721b6a2c8 diff --git a/web/htdocs/details/form.mc b/web/htdocs/details/form.mc index 864524d..74d165b 100644 --- a/web/htdocs/details/form.mc +++ b/web/htdocs/details/form.mc @@ -1,4 +1,4 @@ -%# $Id: form.mc,v 1.3 2006-11-14 16:09:14 mike Exp $ +%# $Id: form.mc,v 1.4 2006-11-15 13:10:42 mike Exp $ <%args> $id => undef $conn @@ -8,7 +8,8 @@ $rec my $xc = irspy_xpath_context($rec); my @fields = ( - [ protocol => 0, "Protocol", "e:serverInfo/\@protocol" ], + [ protocol => [ qw(Z39.50 SRW SRU SRW/U) ], + "Protocol", "e:serverInfo/\@protocol" ], [ host => 0, "Host", "e:serverInfo/e:host" ], [ port => 0, "Port", "e:serverInfo/e:port" ], [ dbname => 0, "Database Name", "e:serverInfo/e:database", @@ -72,7 +73,13 @@ foreach my $ref (@fields) { <% $caption %> % my $data = xml_encode($xc->find($xpath), ""); -% if ($nlines) { +% if (ref $nlines) { + +% } elsif ($nlines) { % } else {