Dusplay proxy
[irspy-moved-to-github.git] / web / htdocs / details / full.mc
index 6003fc7..50f947c 100644 (file)
@@ -22,9 +22,11 @@ if ($n == 0) {
                  [ Host => "e:serverInfo/e:host" ],
                  [ Port => "e:serverInfo/e:port" ],
                  [ "Database Name" => "e:serverInfo/e:database" ],
+                 [ "Access Name (Unique DB)" => "e:databaseInfo/i:udb" ],
                  [ "Type of Library" => "i:status/i:libraryType" ],
 #                [ "Username (if needed)" => "e:serverInfo/e:authentication/e:user" ],
 #                [ "Password (if needed)" => "e:serverInfo/e:authentication/e:password" ],
+                 [ "Proxy (if needed)" => "e:serverInfo/e:authentication/e:proxy" ],
                  [ "Server ID" => 'i:status/i:serverImplementationId/@value' ],
                  [ "Server Name" => 'i:status/i:serverImplementationName/@value' ],
                  [ "Server Version" => 'i:status/i:serverImplementationVersion/@value' ],
@@ -51,7 +53,7 @@ if ($n == 0) {
                  [ "Record syntaxes" => \&calc_recsyn, $xc ],
                  [ "Explain" => \&calc_explain, $xc ],
                  [ "Multiple OPAC records" => \&calc_mor, $xc ],
-                 [ "Piggback searching" => \&calc_piggyback, $xc ],
+                 [ "Piggyback searching" => \&calc_piggyback, $xc ],
                  );
     my $title = $xc->find("e:databaseInfo/e:title");
 </%perl>
@@ -184,7 +186,7 @@ sub calc_boolean {
 
 sub calc_nrs { _calc_boolean(@_, 'i:status/i:named_resultset[@ok = "1"]') }
 sub calc_mor { _calc_boolean(@_, 'i:status/i:multiple_opac[@ok = "1"]') }
-sub calc_piggyback { _calc_boolean(@_, 'i:status/i:piggback[@ok = "1"]') }
+sub calc_piggyback { _calc_boolean(@_, 'i:status/i:piggyback[@ok = "1"]') }
 
 sub _calc_boolean {
     my($id, $xc, $xpath) = @_;