Move Zebra for port 3313 to 8018 (which is visible on test through its firewall)
[irspy-moved-to-github.git] / web / htdocs / details / full.mc
index 1e19a8b..8cb4863 100644 (file)
@@ -1,9 +1,9 @@
-%# $Id: full.mc,v 1.19 2006-12-06 13:00:40 mike Exp $
+%# $Id: full.mc,v 1.21 2007-01-24 09:28:02 mike Exp $
 <%args>
 $id
 </%args>
 <%perl>
-my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1");
+my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1");
 $conn->option(elementSetName => "zeerex");
 my $qid = $id;
 $qid =~ s/"/\\"/g;
@@ -29,6 +29,9 @@ if ($n == 0) {
                    "e:serverInfo/e:authentication/e:user" ],
                  [ "Password (if needed)" =>
                    "e:serverInfo/e:authentication/e:password" ],
+                 [ "Server ID" => 'i:status/i:serverImplementationId/@value' ],
+                 [ "Server Name" => 'i:status/i:serverImplementationName/@value' ],
+                 [ "Server Version" => 'i:status/i:serverImplementationVersion/@value' ],
                  [ Description => "e:databaseInfo/e:description",
                    lang => "en", primary => "true" ],
                  [ Author => "e:databaseInfo/e:author" ],