Remove Test/Edit/XML links which are now in layout.mc
[irspy-moved-to-github.git] / web / htdocs / details / full.mc
index 7e75f4d..f1d7d73 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: full.mc,v 1.1 2006-10-20 16:57:40 mike Exp $
+%# $Id: full.mc,v 1.4 2006-10-31 16:18:47 mike Exp $
 <%args>
 $id
 </%args>
@@ -39,15 +39,28 @@ if ($n == 0) {
                  [ "Language of Records" => "e:databaseInfo/e:langUsage" ],
                  [ Restrictions => "e:databaseInfo/e:restrictions" ],
                  [ Subjects => "e:databaseInfo/e:subjects" ],
-                 ### Remember to set e:metaInfo/e:dateModified
+                 [ "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" } ],
                  );
 </%perl>
      <h2><% xml_encode($id) %></h2>
-     <table class="searchform">
+     <table class="fullrecord" border="1" cellspacing="0" cellpadding="5" width="100%">
 <%perl>
     foreach my $ref (@fields) {
        my($caption, $xpath, %attrs) = @$ref;
-       my $data = $xc->find($xpath);
+       my $data;
+       if (ref $xpath && ref($xpath) eq "CODE") {
+           $data = &$xpath();
+       } else {
+           $data = $xc->find($xpath);
+       }
        if ($data) {
 </%perl>
       <tr>