X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=49690a72bccd34eb0e8cc4d7362bb4762a80ea99;hb=544515e29d8fc2e81af6552f42f440bb5a0df266;hp=b64da23fab9a6894c4e777aca635cee4d3ad6e1f;hpb=783775444a750da2255d2f5e8e699c0773e0e6fe;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index b64da23..49690a7 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.3 2006-10-27 00:46:38 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) { @@ -70,14 +71,4 @@ if ($n == 0) { % } % }
-

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

% }