From 783775444a750da2255d2f5e8e699c0773e0e6fe Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Oct 2006 00:46:38 +0000 Subject: [PATCH] Server ID is replaced by implementation ID/Name/Version triple. Add ###-markers to constant data that should be generated. Add links to test this target and download its record. --- web/htdocs/details/full.mc | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index d706a62..b64da23 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.2 2006-10-26 17:23:13 mike Exp $ +%# $Id: full.mc,v 1.3 2006-10-27 00:46:38 mike Exp $ <%args> $id @@ -39,13 +39,15 @@ if ($n == 0) { [ "Language of Records" => "e:databaseInfo/e:langUsage" ], [ Restrictions => "e:databaseInfo/e:restrictions" ], [ Subjects => "e:databaseInfo/e:subjects" ], - [ "Server ID" => sub { "CNIDR zserver v2.07g" } ], - [ "Reliability" => sub { "97%" } ], - [ "Services" => sub { "search, present, delSet, concurrentOperations, namedResultSets" } ], - [ "Bib-1 Use attributes" => sub { "4-5, 7-8, 12, 21, 31, 54, 58, 63, 1003-1005, 1009, 1011-1012, 1016, 1031" } ], - [ "Operators" => sub { "and, or, not" } ], - [ "Record syntaxes" => sub { "SUTRS, USmarc, Danmarc" } ], - [ "Explain" => sub { "CategoryList, TargetInfo, DatabaseInfo, RecordSyntaxInfo, AttributeSetInfo, AttributeDetails" } ], + [ "Implementation ID" => "i:status/i:implementationId" ], + [ "Implementation Name" => "i:status/i:implementationName" ], + [ "Implementation Version" => "i:status/i:implementationVersion" ], + [ "Reliability" => sub { "### 97%" } ], + [ "Services" => sub { "### search, present, delSet, concurrentOperations, namedResultSets" } ], + [ "Bib-1 Use attributes" => sub { "### 4-5, 7-8, 12, 21, 31, 54, 58, 63, 1003-1005, 1009, 1011-1012, 1016, 1031" } ], + [ "Operators" => sub { "### and, or, not" } ], + [ "Record syntaxes" => sub { "### SUTRS, USmarc, Danmarc" } ], + [ "Explain" => sub { "### CategoryList, TargetInfo, DatabaseInfo, RecordSyntaxInfo, AttributeSetInfo, AttributeDetails" } ], );

<% xml_encode($id) %>

@@ -69,6 +71,12 @@ if ($n == 0) { % }

+ Test this target +
+ Edit this target's information +
Raw XML record

-- 1.7.10.4