X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=49690a72bccd34eb0e8cc4d7362bb4762a80ea99;hb=544515e29d8fc2e81af6552f42f440bb5a0df266;hp=f1d7d7320e83de6ac9da262b1b1420d1903f6f33;hpb=2200ad51872b1d3136ed0db4e26aca42aac7e746;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index f1d7d73..49690a7 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.4 2006-10-31 16:18:47 mike Exp $ +%# $Id: full.mc,v 1.6 2006-11-06 11:41:03 mike Exp $ <%args> $id @@ -20,6 +20,7 @@ if ($n == 0) { my $rec = $rs->record(0); my $xc = irspy_xpath_context($rec); my @fields = ( + [ "Last Checked" => "i:status/i:probe[last()]" ], [ Protocol => "e:serverInfo/\@protocol" ], [ Host => "e:serverInfo/e:host" ], [ Port => "e:serverInfo/e:port" ], @@ -50,7 +51,7 @@ if ($n == 0) { [ "Explain" => sub { "### CategoryList, TargetInfo, DatabaseInfo, RecordSyntaxInfo, AttributeSetInfo, AttributeDetails" } ], ); -

<% xml_encode($id) %>

+

<% xml_encode($xc->find("e:databaseInfo/e:title")) %>

<%perl> foreach my $ref (@fields) {